
function openContact(from)
{
	contactWin=window.open('http://www.bluemarmot.com/contact.php?ws='+from,'contact','width=400,height=400,scrollbars=1,resizable=1')
}

function openAbout(from)
{
	contactWin=window.open('http://www.bluemarmot.com/about.phtml?ws='+from,'about','width=450,height=500,scrollbars=1,resizable=1')
}