// JavaScript Document
function openformwindow()
{
	window.open("/forms/sales_call_request.asp" ,"formwindow","width=450,height=600");
}

function openquotewindow()
{
	window.open("/forms/freequote.asp" ,"quotewindow","width=370,height=560");
}

function openemailwindow()
{
	window.open("/forms/emailthispage.asp" ,"emailwindow","width=350,height=475");
}
