function swapImage(self, state)
{
	self.src = self.getAttribute(state);
}

function OnlineQuotePopUpNoReturn()
{
	document.location = '/onlinequote/index.php';

	//window.open(,'QUOTE','status=yes,scrollbars=yes,resizable=yes,width=910,height=700');

}

function OnlineQuotePopUp()
{
	OnlineQuotePopUpNoReturn();
	return false;
}


function OnlineQuoteCommPopUpNoReturn()
{
	window.open('/onlinequote/commercial.php','QUOTE','status=yes,scrollbars=yes,resizable=yes,width=910,height=700');

}

function OnlineQuoteCommPopUp()
{
	OnlineQuoteCommPopUpNoReturn();
	return false;
}
