function ShowPics(bandName, venueName, showDate, numPics) {
	if (bandName) {
        alt_tag = bandName + ' performing at ' + venueName + ' on ' + showDate;
	
		document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
		document.write('<meta http-equiv="imagetoolbar" content="no">');
		document.write('<meta name="Author" content="Emmett Lollis Jr.">');
		document.write('<meta name="KeyWords" content="tulsa rock-n-roll, ' + bandName + ',' + venueName + ',' + 'concerts, tulsa, live music, calendar of events, rock and roll, rock-n-roll,">');
//		document.write('<meta name="Description" content="Tulsa\'s Source for the Rock-N-Roll Scene.  Find concert listings and info. on the hottest bands in Tulsa">');
		document.write('<meta name="Description" content="Live music concert photos of ' + bandName + ' playing at ' + venueName + '.">');
		document.write('<meta http-equiv="Page-Enter" content="revealTrans(Transition=21,Duration=1.000)">');
//		document.write('<title>Tulsa Rock \'n\' Roll - Images of ' + bandName + ' - ' + showDate +'</title>');
		document.write('<title>Tulsa Rock \'n\' Roll - Concert Photos of ' + bandName + ' - ' + showDate +' | Live Music Photos</title>');
		document.write('<link REL="SHORTCUT ICON" HREF="http://tulsarocknroll.com/images/icon/trblue.ico">');
		document.write('<link href="/css/mainsite.css" rel="stylesheet" media="screen">');


		//document.write('<Scr' + 'ipt LANGUAGE="JavaScript" SRC="/inc/thumbgallery.js">');
		//document.write('</Scr' + 'ipt>');

		document.write('</head>');
		document.write('<BODY text="#FFFFFF" bgcolor="navy"  link="#3366FF" vlink="#3333FF" alink="#3366FF" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>');

//		document.write('<!-- BEGIN LINKEXCHANGE CODE -->');
//		document.write('<center><iframe src="http://leader.linkexchange.com/X1613082/showiframe?" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no><a href="http://leader.linkexchange.com/X1613082/clickle" target="_top"><img ISMAP SRC="http://leader.linkexchange.com/X1613082/showle?" ALT="" BORDER=0 height=60 width=468></a></iframe>');
//		document.write('<br><a href="http://leader.linkexchange.com/X1613082/clicklogo" target="_top"><img ISMAP SRC="http://leader.linkexchange.com/X1613082/showlogo?" ALT="" BORDER=0 height=16 width=468></a></center>');
//		document.write('<!-- END LINKEXCHANGE CODE -->');
		document.write('<table width="780" border="0" cellspacing="2" cellpadding="0"><tr><td bgcolor="#000033">');
		document.write('<center>');
		document.write('<h3><b>' + bandName + '</b><br>');
		document.write('<b>Performing at ' + venueName + ' on ' + showDate + '</b></h3>');
		document.write('</center></td></tr></table>');
	}
	document.write('<table width="780" border="0" cellspacing="2" cellpadding="0"><tr><td>');
	document.write('<center>');

//	document.write(bandName);
	ShowThumbs(numPics);

	document.write('</center></td></tr></table>');
	document.write('</body>');
}

function ShowTallPics(bandName, venueName, showDate, numPics) {
	if (bandName) {
        alt_tag = bandName + ' performing at ' + venueName + ' on ' + showDate;

		document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
		document.write('<meta http-equiv="imagetoolbar" content="no">');
		document.write('<meta name="Author" content="Emmett Lollis Jr.">');
		document.write('<meta name="KeyWords" content="tulsa rock-n-roll, ' + bandName + ',' + venueName + ',' + 'concerts, tulsa, live music, calendar of events, rock and roll, rock-n-roll,">');
		document.write('<meta name="Description" content="Live music concert photos of ' + bandName + ' playing in Tulsa.">');
		document.write('<meta http-equiv="Page-Enter" content="revealTrans(Transition=21,Duration=1.000)">');
		document.write('<title>Tulsa Rock \'n\' Roll - Concert Photos of ' + bandName + ' - ' + showDate +' | Live Music Photos</title>');
		document.write('<link REL="SHORTCUT ICON" HREF="http://tulsarocknroll.com/images/icon/trblue.ico">');
		document.write('<link href="/css/mainsite.css" rel="stylesheet" media="screen">');

		//document.write('<Scr' + 'ipt LANGUAGE="JavaScript" SRC="/inc/thumbgallery.js">');
		//document.write('</Scr' + 'ipt>');

		document.write('</head>');
		document.write('<BODY text="#FFFFFF" bgcolor="navy"  link="#3366FF" vlink="#3333FF" alink="#3366FF" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>');

//		document.write('<!-- BEGIN LINKEXCHANGE CODE -->');
//		document.write('<center><iframe src="http://leader.linkexchange.com/X1613082/showiframe?" width=468 height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no><a href="http://leader.linkexchange.com/X1613082/clickle" target="_top"><img ISMAP SRC="http://leader.linkexchange.com/X1613082/showle?" ALT="" BORDER=0 height=60 width=468></a></iframe>');
//		document.write('<br><a href="http://leader.linkexchange.com/X1613082/clicklogo" target="_top"><img ISMAP SRC="http://leader.linkexchange.com/X1613082/showlogo?" ALT="" BORDER=0 height=16 width=468></a></center>');
//		document.write('<!-- END LINKEXCHANGE CODE -->');
		document.write('<table width="780" border="0" cellspacing="2" cellpadding="0"><tr><td bgcolor="#000033">');
		document.write('<center>');
		document.write('<h3><b>' + bandName + '</b><br>');
		document.write('<b>Performing at ' + venueName + ' on ' + showDate + '</b></h3>');
		document.write('</center></td></tr></table>');
	}

	document.write('<table width="780" border="0" cellspacing="2" cellpadding="0"><tr><td>');
	document.write('<center>');

    alt_tag = bandName + ' performing at ' + venueName + ' on ' + showDate;
	ShowTallThumbs(numPics);
	
	document.write('</center></td></tr></table>');
	document.write('</body>');
}

