function doName() { 
mywin = open("","awin", "HEIGHT=350, WIDTH=500, scrollbars"); 
mywin.document.open(); 
mywin.document.write('<html><head><title>When Do I Learn of the Venue Name?</title></head><body bgcolor="white">'); 
mywin.document.write('<TABLE WIDTH="100%" HEIGHT="100%"><TR><TD ALIGN="LEFT" VALIGN="MIDDLE"><span style="font-weight: bold;">How and when do I find out the venue name?</span><br /><br />After submitting your event information using the Contact This Venue button within the venue profile, you will be contacted directly by the venue within the next business day if your dates and budget can be accommodated.<br><br>'); 
mywin.document.write('If more event details are needed, you will first be contacted by a Venfino representative.');
mywin.document.write('<br /><br /><a href="javascript:window.close()">Close Window</a></TD></TR></TABLE>'); 
mywin.document.write('</body></html>'); 
mywin.document.close(); 
}