// CD COVERS

function dispPic() {
Window0=window.open("","Window0","toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1,width=740,height=380,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>Jef Leeson - Productions</title><LINK href='style.css' rel=stylesheet type=text/css></head><body bgcolor=#000000 MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0 LEFTMARGIN=0><center><table width=100% cellspacing=5 cellpadding=0 BORDER=0><tr><td colspan='2'><table width='100%' border='0' cellspacing='5' cellpadding='0'><tr><td width='100%'><div id=t4>To <b><i>PRINT</i></b> this window, click on the <b><i>PRINT ICON</i></b> in the toolbar above.</div></td><td valign='top' align='right'><div id=tt8><A href=\'javascript:self.close();\'>CLOSE WINDOW <img src='images/closewindow.gif' width='11' height='12' BORDER=0 align=middle></A></div><img src='serv.gif' width='150' height='1' alt=''><br></td></tr></table></td></tr><tr><td align=center><img src='serv.gif' width='1' height='10' alt=''><br><img src='images/releases/CDCover-"+clkcover+"_med.jpg' vspace='5' hspace='5'><br></td><td align='left' id='t11'><div id='t6'>JEF LEESON PRODUCTIONS</div><span id='tb'>ARTIST:</span> <span id='ttl1'>"+clkartist+"</span><br><span id='tb'>TITLE:</span> <span id='ttl1'>"+clktitle+"</span><br><span id='tb'>YEAR:</span> <span id='ttl1'>"+clkyear+"</span><p>");

wbAD = clkwebsite;

if (wbAD != "n/a") {
Window0.document.write("<span id='tb'>ARTIST WEBSITE:</span> <span id='ttl1'><a href='http://www."+clkwebsite+"' target='_new'>"+clkwebsite+"</a></span><br>");
}

Window0.document.write("</td></tr></table></body></html>");

Window0.document.close();
}
