function openProductWindow(cat, lang, ref)
{
	window.open("/produits/"+cat+".php?&ref="+ref,null,"height=520, width=450, scrollbars=yes, toolbar=no, location=no, menubar=no, statusbar=no");
}

function alignTop()
{
	window.moveTo(0,0);
	window.focus();
}

function contactOnOpener()
{
	window.opener.location.href="/presentation/contact.php";
	window.close();
}

function popUpMap()
{
	window.open("/presentation/map.php",null,"height=420, width=550, scrollbars=no, toolbar=no, location=no, menubar=no, statusbar=no");
}
