// JavaScript Document
function openWindow()
{
window.open("quoter.html", 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width='+355+',height='+500+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}




