xGap=(navigator.appName == "Netscape")?11:9;
yGap=(navigator.appName == "Netscape")?31:29;

function termsAndConditions()
{
	var xCrd=(screen.availWidth-450-xGap)/2;
	var yCrd=(screen.availHeight-300-yGap)/2;
	windowFeatures = 'width=450,height=600,scrollbars=yes,status=no,top='+yCrd+',left='+xCrd;
	newWindow=window.open("http://static.zazzoo.com/gfx/br/LP/shared/terms.html", "terms_and_conditions", windowFeatures);
}

function privacy_policy()
{
	var xCrd=(screen.availWidth-450-xGap)/2;
	var yCrd=(screen.availHeight-300-yGap)/2;
	windowFeatures = 'width=450,height=600,scrollbars=yes,status=no,top='+yCrd+',left='+xCrd;
	newWindow=window.open("http://static.zazzoo.com/gfx/br/LP/shared/privacy.html", "privacy_policy", windowFeatures);
}

function costs()
{
	var xCrd=(screen.availWidth-450-xGap)/2;
	var yCrd=(screen.availHeight-300-yGap)/2;
	windowFeatures = 'width=450,height=600,scrollbars=yes,status=no,top='+yCrd+',left='+xCrd;
	newWindow=window.open("http://static.zazzoo.com/gfx/br/LP/shared/costs.html", "costs", windowFeatures);
}

function zazzoo()
{
	var xCrd=(screen.availWidth-450-xGap)/2;
	var yCrd=(screen.availHeight-300-yGap)/2;
	windowFeatures = 'width=450,height=600,scrollbars=yes,status=no,top='+yCrd+',left='+xCrd;
	newWindow=window.open("http://static.zazzoo.com/gfx/br/LP/shared/zazzoo.html", "zazzoo", windowFeatures);
}

function ajuda()
{
	var xCrd=(screen.availWidth-450-xGap)/2;
	var yCrd=(screen.availHeight-300-yGap)/2;
	windowFeatures = 'width=450,height=600,scrollbars=yes,status=no,top='+yCrd+',left='+xCrd;
	newWindow=window.open("http://static.zazzoo.com/gfx/br/LP/shared/ajuda.html", "ajuda", windowFeatures);
}

function perguntas()
{
	var xCrd=(screen.availWidth-450-xGap)/2;
	var yCrd=(screen.availHeight-300-yGap)/2;
	windowFeatures = 'width=450,height=600,scrollbars=yes,status=no,top='+yCrd+',left='+xCrd;
	newWindow=window.open("http://static.zazzoo.com/gfx/br/LP/shared/perguntas.html", "perguntas", windowFeatures);
}

function comandos()
{
	var xCrd=(screen.availWidth-450-xGap)/2;
	var yCrd=(screen.availHeight-300-yGap)/2;
	windowFeatures = 'width=450,height=600,scrollbars=yes,status=no,top='+yCrd+',left='+xCrd;
	newWindow=window.open("http://static.zazzoo.com/gfx/br/LP/shared/comandos.html", "comandos", windowFeatures);
}

