//window.open('popup.htm','vincite','left=0,top=0,width=500,height=200,resizable=yes,status=no,location=no,toolbar=no,scrollbars=yes');


function open_lottomio(){
x=400
y=320
x1=(screen.width-x)/2
y1=(screen.height-y)/2
open('inc_visit.html','under','left='+0+',top='+0+',width='+x+',height='+y);
}

function open_forum(){
x=300
	y=200
	x1=(screen.width-x)/2
	y1=(screen.height-y)/2+50
	
	//window.open('/forum/top_winner.asp?c=12','forum_vin','left='+x1+',top='+y1+',width='+x+',height='+y);
		window.open('banner_vendita.htm','banner_vendita','left='+x1+',top='+y1+',width='+x+',height='+y);

}


function op_f(str,nome) {
	x=300
	y=200
	x1=(screen.width-x)/2
	y1=(screen.height-y)/2
	window.open(str,nome,'left='+x1+',top='+y1+',width='+x+',height='+y);
}

function op(str,nome) {

x=screen.width/8
x1=x*8-10
y=screen.height/8
y2=y*4
window.open(str,nome,'left=0,top=0,width='+ x1 +',height='+ y2 +',resizable=yes,status=no,location=no,toolbar=no,scrollbars=yes');

}
function op2(str,nome) {

x=screen.width/8
x1=x*6
y=screen.height/8
y2=y*5
window.open(str,nome,'left='+ x +',top='+y*2+',width='+ x1 +',height='+ y2 +',resizable=yes,status=no,location=no,toolbar=no,scrollbars=yes');

}
function op3(str,nome) {

x=screen.width/8
x1=x*8-20
y=screen.height/8
y2=y*8-60
window.open(str,nome,'left=0,top=0,width='+ x1 +',height='+ y2 +',resizable=yes,status=no,location=no,toolbar=no,scrollbars=yes');

}

function sms(str,nome) {


var x=301;
var y=211;
var x1=(screen.width-x)/2
var y1=(screen.height-y)/2
window.open(str,nome,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+ x+ ",height="+y+",top="+y1+",left="+x1);

}

