function openPopWin()
{
var OpenWindow=window.open("", "newwin", "height=125,width=300,screenX=300,screenY=100,left=300,top=100");
OpenWindow.document.write("<HTML><head>")
OpenWindow.document.write("<title>Dick Clark's AB Theater - Purchase Policy</title>")
OpenWindow.document.write("<LINK REL='stylesheet' TYPE='text/css' HREF='dcabt.css'></head>")
OpenWindow.document.write("<body bgcolor='000000'>")
OpenWindow.document.write("<center><font color='#ffff66' style='font-size:11pt'><b>PURCHASE POLICY</b></font><br><br>")
OpenWindow.document.write("<font color='#ffffff'><b>All sales are final. No refunds or exchanges. </b></font><br><br>")
OpenWindow.document.write("<a href='' onClick='self.close()'>Close Window</a>")
OpenWindow.document.write("</center>")
OpenWindow.document.write("</html>")
}