// JavaScript Document

function openPrivacy(lang)
{
	if(lang!=""){
	if(lang=="el_GR")
	suffix = "gr";
	else
	suffix = "en";}
    else
    suffix="gr";
	
	window.open("footer/privacy"+suffix+".php","NOVACYPRUS_PRIVACY","width=400,height=400,status=no,toolbar=no,address=no,scrollbar=no");
}

function openCredits(lang)
{
	var suffix = "gr";
	
	if(lang!=""){
	if(lang=="el_GR")
	suffix = "gr";
	else
	suffix = "en";}
    else
    suffix="gr";
    
	
	window.open("http://www.netsmart.com.cy");
	//window.open("footer/credits_"+suffix+".html","NOVACYPRUS_PRIVACY","width=400,height=400,status=no,toolbar=no,address=no,scrollbar=no");
}

function openTerms(lang)
{
	if(lang!=""){
	if(lang=="el_GR")
	suffix = "gr";
	else
	suffix = "en";}
    else
    suffix="gr";
	
	window.open("footer/terms"+suffix+".php","NOVACYPRUS_PRIVACY","width=400,height=400,status=no,toolbar=no,address=no,scrollbars=1,resizable=1");
}