// pictures

pics = new Array("MarleneAmbushLive1","MarleneAmbushLive2","MarleneAmbushLive3","MarleneCruise1","MarleneEarlyPromo3","MarleneJef1","MarleneJef2","MarleneLive1","MarleneMomJamming","MarleneNewYears1","MarleneSchoolMural","MarleneEarlyPromo2","MarleneEarlyPromo4","MarleneNewYearsHat","MarleneEarlyPromo1","MarleneCarrolBaker","MarleneDennisWhittyBushwhacker","MarleneBatonRouge2","MarleneBatonRouge2","MarleneBandUNK","MarleneSingingToDad","MarleneBlueHighway1","MarleneClog1","MarleneClog1","MarleneContestWinners","MarleneTimTaylor","MarleneMichelleWrightBand")

numPics=26;

function dispPic() {
Window0=window.open("","Window0","toolbar=1,location=0,status=0,menubar=0,scrollbars=1,width=700,height=630,top=50,left=50,screenX=50,screenY=50")

Window0.focus();

var _d=Window0.document;
_d.open();
_d.write("");
_d.close();

Window0.document.write("<html><head><title>MARLENE LEESON PICTURES</title><LINK href='../style.css' rel=stylesheet type=text/css></head><body bgcolor=#ffffff MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0 LEFTMARGIN=0><center><div id=tt8>To <b><i>PRINT</i></b> this page, click on the <b><i>PRINT ICON</i></b> in the toolbar above. &nbsp;&nbsp;&nbsp; <A href=\'javascript:self.close();\'>CLOSE&nbsp;WINDOW</A>.</div><img src='../images/MARLENElogo1.jpg' width=250 height=85 align=middle>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src='../images/TT-Pho.jpg' width=106 height=36 align=middle><p><img src='../images/photos/"+clk+".jpg'><br></body></html>");

Window0.document.close();
}

