function imageSwap01(TRGT) {	whichDir = TRGT;	document.getElementById('mainImage').src="gallery01/" + TRGT + ".jpg";	}function imageSwap02(TRGT) {	whichDir = TRGT;	whichFil = FILR;	document.displayT.src="gallery02/" + TRGT + ".jpg";	}/////////////////////////////////////////////// Artist Slide Image & Link Swap /////var whichDir = 0;var whichFil = 0;var wydthSet = 100;var hytSet = 100;function setFirstPic(TRGT,FILR,WYDTH,HYT) {	document.links[1].href = 'javascript:expandImage()';	whichDir = TRGT;	whichFil = FILR;	wydthSet = WYDTH;	hytSet = HYT;}function SwapImage(TRGT,FILR,WYDTH,HYT) {  document.displayT.src="images/"+ TRGT +"/t0"+FILR+".jpg";	document.links[1].href = 'javascript:expandImage()';	whichDir = TRGT;	whichFil = FILR;	wydthSet = WYDTH;	hytSet = HYT;}function expandImage() {	window.open("images/"+ whichDir +"/f0"+whichFil+".html","_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+ wydthSet +",height="+ hytSet +",top=50","left=50");}function expandImage2() {	window.open('images/'+ whichDir +'/f0'+whichFil+'.html','_blank,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no','width='+ wydthSet +',height='+ hytSet +',top=50','left=50');}//////////////////////////////////////////////////   Rollover Scripts   //////////////var Hots, swapsrc, swapimg// swap infunction rin(which){	swapimg = document.images[which]	swapsrc = swapimg.src	swapimg.src = Hots[which].src}// swap outfunction sout(){	swapimg.src = swapsrc}  function Initialize(){  var HotList = [["port01", "images/port01_over.jpg"],["port02", "images/port02_over.jpg"],["port03", "images/port03_over.jpg"],["port04", "images/port04_over.jpg"],["port05", "images/port05_over.jpg"],["port06", "images/port06_over.jpg"],["port07", "images/port07_over.jpg"],["port08", "images/port08_over.jpg"],["menu01", "images/menu01_over.gif"],["menu02", "images/menu02_over.gif"],["menu03", "images/menu03_over.gif"],["menu04", "images/menu04_over.gif"],["menu05", "images/menu05_over.gif"],["clickview", "images/clickview_over.gif"]]  Hots = new Object()    for (i = 0; i < HotList.length; i++)  {    img = new Image();    img.src = HotList[i][1]    Hots[HotList[i][0]]=img   }}Initialize()///////////////////////////////////////////