function openWindow(email,lang) {
	var width=250;
	var height=150;
	var rnd = (Math.round((Math.random()*999)+1));
	var top=Math.round((screen.height-height)/2);
	var left=Math.round((screen.width-width)/2);
	flashpop = this.open( "http://www.kitoki.com/popup.php?email="+email+"&lang="+lang ,'', "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");
}

function openSite(number) {
	var width=600;
	var height=400;
	var rnd = (Math.round((Math.random()*999)+1));
	var top=Math.round((screen.height-height)/2);
	var left=Math.round((screen.width-width)/2);
    if( number<9 ){
        flashpop = this.open( "http://www.kitoki.com/ltPopup.php?window="+number,'', "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");
    } else {
        flashpop = this.open( "http://www.kitoki.com/enPopup.php?window="+number,'', "top="+top+",left="+left+",width="+width+",height="+height+",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");
    }
}
function OpenMag(number) {
	var height = 600;
	var width = 400;
	var rnd = (Math.round((Math.random()*999)+1));
	var top=Math.round((screen.height-height)/2);
	var left=Math.round((screen.width-width)/2);
	if( number == 2 )
	{
		flashpop = this.open( "http://www.kitoki.com/mag.php?lang=en",'', "top="+top+",left="+left+",width=440,height=500,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");
	}
	else	
	{
		flashpop = this.open( "http://www.kitoki.com/mag.php?lang=lt",'', "top="+top+",left="+left+",width=398,height=475,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no");
	}
		
    
}
function openMag( number ) {
	OpenMag( number );
}
