function InstaQuote() {
    NewWin=window.open('http://www.neptune.net/InstaQuote/','IQ_Window','scrollbars=no,toolbar=no,status=yes,resizable=no,titlebar=yes,width=777,height=333,focus');
}

function IQpopup(quotation) {
    NewWin=window.open('http://www.neptune.net/InstaQuote/InstaQuote.php?quotation='+quotation,'InstaQuoteWindow','scrollbars=yes,toolbar=no,status=yes,resizable=no,titlebar=yes,width=888,height=555,focus');
}

function webmail_popup() {
    NewWin=window.open('http://webmail.neptune.net','WebMailWindow','scrollbars=yes,toolbar=no,status=yes,resizable=yes,titlebar=yes,width=640,height=480,focus');
}

function webmail_user_guide_popup() {
    NewWin=window.open('/Online Help/Neptune Web Mail User Guide/Neptune Web Mail User Guide.pdf','WebMailUserGuideWindow','scrollbars=yes,toolbar=no,status=yes,resizable=yes,titlebar=yes,width=640,height=480,focus');
}

function email_us_popup() {
    NewWin=window.open('/email_us.php','EmailUsWindow','scrollbars=yes,toolbar=no,status=no,width=600,height=400,focus');
}

function data_center_popup() {
    NewWin=window.open('http://www.neptune.net/images/DataCenter.jpg','DataCenterWindow','scrollbars=no,toolbar=no,status=no,width=468,height=362,focus');
}

function helpdesk_request_popup() {
    NewWin=window.open('/helpdesk_request.php','HelpDeskWindow','scrollbars=yes,toolbar=no,status=no,width=640,height=500,focus');
}

function billing_address_popup() {
    NewWin=window.open('/billing_address.php','BillingAddressWindow','scrollbars=no,toolbar=no,status=no,width=600,height=360,focus');
}

function phone_number_popup() {
    NewWin=window.open('/telephone_numbers.php','PhoneNumberWindow','scrollbars=no,toolbar=no,status=no,width=600,height=360,focus');
}

function fax_number_popup() {
    NewWin=window.open('/fax_number.php','FAXnumberWindow','scrollbars=no,toolbar=no,status=no,width=600,height=360,focus');
}

function mail_graph_popup(day) {
	NewWin=window.open(
		'http://www.neptune.net/chart/spam.php?d=' + day
		, 'SpampGraphWindow'
		, 'scrollbars=no'
			+ ',toolbar=no'
			+ ',status=no'
			+ ',width=700'
			+ ',height=147'
	);
}
