﻿function popUp1(wintype)
	{
 		var nwl = (screen.width-0)/2;
  		var nwh = (screen.height-0)/2;
 		popUp=window.open(wintype, 'NewWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=695,height=600,left=145,top=115'); 
	}
function popUp2(wintype)
	{
 		var nwl = (screen.width-0)/2;
  		var nwh = (screen.height-0)/2;
 		popUp=window.open(wintype, 'NewWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=500,height=220,left=145,top=115'); 
	}

function popUp3(wintype)
	{
 		var nwl = (screen.width-0)/2;
  		var nwh = (screen.height-0)/2;
 		popUp=window.open(wintype, 'NewWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=550,height=450,left=145,top=115'); 
	}

function popUp4(wintype)
	{
 		var nwl = (screen.width-0)/2;
  		var nwh = (screen.height-0)/2;
 		popUp=window.open(wintype, 'NewWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=699,height=545,left=145,top=115'); 
	}
	
function popUp5(wintype)
	{
 		var nwl = (screen.width-0)/2;
  		var nwh = (screen.height-0)/2;
 		popUp=window.open(wintype, 'NewWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=850,height=630,left=145,top=115'); 
	}

function popUp6(wintype)
	{
 		var nwl = (screen.width-0)/2;
  		var nwh = (screen.height-0)/2;
 		popUp=window.open(wintype, 'NewWindow', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=850,height=630,left=145,top=115'); 
	}