function divPopup(popname)
{
document.write("\
<div id='"+popname+"' style='position:absolute; left:413px; top:177px; width:431px; height:320px; z-index:1; display:none;'>\
  <table width='431' border='0' cellpadding='0' cellspacing='0'>\
    <tr>\
      <td valign='top'><img src='/img/pop/dh_popup.jpg' width='431' height='320' border='0' usemap='#Map' />\
        <map name='Map'>\
		  <area shape='rect' coords='7,5,425,292' href='http://www.clubbalcony.com/Home/Concert/PerfView01.aspx?y=2009&m=5&Id=2210&perfmode=bal' target='_blank' />\
          <area shape='rect' coords='301,292,424,318' href='javascript:goClose("+popname+");'>\
      </map></td>\
    </tr>\
  </table>\
</div>");
}