function intranet()
{
	if (confirm('Área restrita para administração do site.\n\nDeseja prosseguir?')) 
	{
		var url = "http://www.veridian.com.br/prj/sitemanager/?id=5"
		window.open(url,"_blank","resizable=no,toolbar=no,status=no,menubar=no,scrollbars=no,width=790,height=450, top=0, left=0");
	}
}

function wst()
{
	window.status="Zuppani Industrial LTDA"  ;
	window.setTimeout("wst()",8);
}
wst();

function webmail()
{
	var topo, esquerda, url;
	var width = 700;
	var height = 500;
	esquerda = (screen.width - width) / 2
	topo = (screen.height - height) /2
	
	url = "http://200.103.108.116/webmail"
	
	window.open(url, "webmail_zuppani", "resizable=no,toolbar=no,status=no,menubar=no,scrollbars=yes,top=" + topo + ",left=" + esquerda + ",width=" + width + ",height=" + height);	
}
