
/***************************************************************************
 
 		Hide contact data from spiders

 ***************************************************************************/

function ContactInfo()
{
	window.open("/as"+"sets/c"+"ontact"+'.'+"php?referer="+encodeURIComponent(document.URL),"jtc",
		"width=350,height=400,resizable=yes,scrollbars=no");
}

function LegalInfo()
{
	window.open("/as"+"sets/l"+"egal"+'.'+"php","jtl",
		"width=400,height=500,resizable=yes,scrollbars=yes");
}
