function script(url) {
	window.open(url, "script" , "toolbar=no,scrollbars=yes,width=500,height=300");
}
function guest(url) {
	window.open(url, "guest" , "toolbar=no,scrollbars=yes,width=500,height=300");
}
function mailquote() {
	open("mailquote.htm" , "mailquote" , "toolbar=no,width=350,height=120");
}
function address() {
	open("address.htm" , "address" , "toolbar=no,width=200,height=460,scrollbars=yes");
}
function sysreq() {
    	open("sysreq.htm" , "sysreq" , "toolbar=no,width=200,height=230,scrollbars=no");
}
function copyright() {
    	open("copyright.htm" , "copyright" , "toolbar=no,width=510,height=200,scrollbars=no");
}
function advertise() {
    	open("advertise_wb.htm" , "advertise" , "toolbar=no,width=510,height=350,scrollbars=yes");
}
function boxart() {
    	open("boxart.htm" , "boxart" , "toolbar=no,width=520,height=500,scrollbars=yes");
}
function contact() {
    	open("contact.htm" , "contact" , "toolbar=no,width=200,height=235,scrollbars=no");
}
function sendmail() {
    	open("sendmail.htm" , "sendmail" , "toolbar=no,width=391,height=390,scrollbars=no");
}
function newsflash() {
    	open("newsflash.htm" , "newsflash" , "toolbar=no,width=400,height=425,scrollbars=yes");
}
function recurring() {
    	open("recurring.htm" , "recurring" , "toolbar=no,width=230,height=330,scrollbars=NO");
}
function other() {
    	open("other.htm" , "other" , "toolbar=no,width=300,height=320,scrollbars=yes");
}
function adpop() {
    	open("advertise_pop.htm" , "adpop" , "toolbar=no,width=320,height=240,scrollbars=no");
}
function closeAd() { 
   	setTimeout(window.close, 30000)
}
function ad_boxart() {
    	open("ad_boxart.htm" , "ad_boxart" , "toolbar=no,width=500,height=543,scrollbars=NO");
}
function ad_clips() {
    	open("ad_clips.htm" , "ad_clips" , "toolbar=no,width=470,height=130,scrollbars=NO");
}

