<!--
function openWindow(filename){ window.open(filename,'special1','top=80,screenx=80,left=80,screeny=80,width=800,height=560,buttons=no,scrollbars=yes,location=center,menubar=no,resizable=yes,status=no,directories=no,toolbar=no'); }
function popup(TITLE, URL, IMAGE) {
popupWin = window.open(URL, 'Filename', 'width=600,height=920,left=100,top=50,align=top')
popupWin.focus()
popupWin.document.write('<html><head><title>&nbsp;' + TITLE + ';&nbsp;</title><script>function closeWindow() {popupWin.close } </script><style> p { font-family:Arial,Helvetica,sans-serif; font-size:10px; text-decoration:none; color:#666666;} .popupclose {font-size: 12px; font-family: Arial,Helvetica,sans-serif; text-decoration:none; color: #fff; }</style></head><body bgcolor="#666666" topmargin="0" leftmargin="0"><table align="center" height="100%"><tr><td align="left" valign="middle"><p><img hspace="5" src="http://drapestyle.com/Merchant2/' + URL + '"></p></td><td align="left" valign="top"></td></tr><tr><td><p align="center"><a href="javascript:window.close()" class="popupclose">Close Window</a></p></td></tr></table></body></html>' );
}
//-->

