function pop_my_window(url) 
{
	var w = 450;
	var h = 620;
	var left = (screen.width/2)-(w/2);
	var top = (screen.height/2)-(h/2);
	
	var popit = window.open(url,'console1','toolbar=no ,location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes,width='+w+',height='+h+',top='+top+',left='+left);
	popit.focus();
	false;
}

function pop_window(url) 
{
	var w = 745;
	var h = 430;
	var left = (screen.width/2)-(w/2);
	var top = (screen.height/2)-(h/2);
	
	var popme = window.open(url,'console2','toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=auto,width='+w+',height='+h+',top='+top+',left='+left);
	popme.focus();

}

function pop_window2(url) 
{
	var w = 730;
	var h = 358;
	var left = (screen.width/2)-(w/2);
	var top = (screen.height/2)-(h/2);
	
	var popme = window.open(url,'console3','toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=auto,width='+w+',height='+h+',top='+top+',left='+left);
	popme.focus();

}

function pop_window_vt(url) 
{
	var w = 1000;
	var h = 500;
	var left = (screen.width/2)-(w/2);
	var top = (screen.height/2)-(h/2);
	
	var popme = window.open(url,'console4','toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=auto,width='+w+',height='+h+',top='+top+',left='+left);
	popme.focus();

}

function pop_window_vt2(url) 
{
	var w = 1000;
	var h = 513;
	var left = (screen.width/2)-(w/2);
	var top = (screen.height/2)-(h/2);
	
	var popme = window.open(url,'console5','toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=yes, resizable=auto,width='+w+',height='+h+',top='+top+',left='+left);
	popme.focus();

}
