// JavaScript Document
/*function openPopupVM(){
	popupVM = window.open("http://www.amphisbaena.it/sartoria/visualMarriage.html",'finestraindipendente','scrollbars=no,resizable=no,width=900,height=550,status=no,location=no,toolbar=no');
}*/

/*function openPopupVM(){
	popupVM = window.open("http://www.amphisbaena.it/sartoria/visualMarriage_wp.html",'finestraindipendente','scrollbars=no,resizable=no,width='+screen.width+',height='+screen.height+',status=no,location=no,toolbar=no');
}*/

function openPopupVM() {

	var w = screen.availWidth;
	var h = screen.availHeight;
	// var x = (screen.width - screen.availWidth) / 2;
	// var y = 0;
	var x = (screen.width - w) / 2;
	var y = (screen.height - h) / 2;
	//console.log(base_url + base_index + (base_index == '' ? '' : '/') + "users/embedvideo/"+userid);
	//var ytp = window.open("http://www.amphisbaena.it/sartoria/visualMarriage_wp.html","popup","location=0,menubar=0,statusbar=0,scrollbars=0,toolbar=0,resizable=0,width="+w+",height="+h+",left="+x+",top="+y+",screeX="+x+",screenY="+y);
var ytp = window.open("http://www.visualmarriage.it/visualMarriage_wp_new.html","popup","location=0,menubar=0,statusbar=0,scrollbars=0,toolbar=0,resizable=0,width="+w+",height="+h+",left="+x+",top="+y+",screeX="+x+",screenY="+y);
}

function openPopupVM_dinamic(pg) {

	var w = screen.availWidth;
	var h = screen.availHeight;
	// var x = (screen.width - screen.availWidth) / 2;
	// var y = 0;
	var x = (screen.width - w) / 2;
	var y = (screen.height - h) / 2;
	//console.log(base_url + base_index + (base_index == '' ? '' : '/') + "users/embedvideo/"+userid);
	var ytp = window.open(pg,"popup","location=0,menubar=0,statusbar=0,scrollbars=0,toolbar=0,resizable=0,width="+w+",height="+h+",left="+x+",top="+y+",screeX="+x+",screenY="+y);

}