// MAP

function dispMap() {
Window0=window.open("","Window0","toolbar=1,location=0,status=0,menubar=0,scrollbars=1,width=700,height=620,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 - Gig Map</title><LINK href='style.css' rel=stylesheet type=text/css></head><body bgcolor=#ffffff 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='0' cellpadding='0'><tr><td width='100%'>To <b><i>PRINT</i></b> this window, click on the <b><i>PRINT ICON</i></b> in the toolbar above.<br></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><span id='t1'>MARLENE LEESON GIG MAP</span><br><span id='tb'>" + clkven + "</span>, " + clkaddy + ", " + clkcity + " • <span id='tb'>" + clkphone + "</span><br><img src='images/MP-" + clkcity + "-" + clkmap + ".jpg' vspace='5' hspace='5'><br>");

//wbAD = clkwebsite;

//if (wbAD != "n/a") {
//Window0.document.write("<span id='tb'>ARTIST WEBSITE:</span> <span id='ttl1'><a href='http:\/\/www."+clkwebsite+"' target='_blank'>"+clkwebsite+"<\/a></span><br>");
//}

Window0.document.write("</td></tr></table></body></html>");

Window0.document.close();
}


