var width=500;
var height=550;
var heightsmall=450;
var widthwide=1050;
var heightwide=650;
var parameters = "scrollbars=yes,menubar=no,titlebar=no,status=yes,left=100,top=40,directories=no,toolbar=no,resizable=no,width="+width+",height="+height;
var parametersmall = "scrollbars=yes,menubar=no,titlebar=no,status=yes,left=100,top=40,directories=no,toolbar=no,resizable=yes,width="+width+",height="+heightsmall;
var parameterswide = "scrollbars=yes,menubar=no,titlebar=no,status=yes,left=100,top=40,directories=no,toolbar=no,resizable=no,width="+widthwide+",height="+heightwide;

//alert (parameters);

function popup(url)
	{
	windowhandle=window.open(url, "popWin", parameters)
	windowhandle.focus();
	}
	
function popupsmall(url)
	{
	windowhandlesmall=window.open(url, "popWin", parametersmall)
	windowhandlesmall.focus();
	}


function popupfund(url, pheight){
	var paramFund = "scrollbars=yes,menubar=no,titlebar=no,status=yes,left=100,top=40,directories=no,toolbar=no,resizable=yes,width=500,height="+pheight;
	windowhandlesmall=window.open(url, "popWin", paramFund)
	windowhandlesmall.focus();
	}

var parameterswide = "scrollbars=yes,menubar=no,titlebar=no,status=yes,left=100,top=40,directories=no,toolbar=no,resizable=no,width=990,height=600";

function popupwide(url)
	{
	windowhandle=window.open(url, "popWin", parameterswide)
	windowhandle.focus();
	}

var paramLeap = "scrollbars=yes,menubar=no,titlebar=no,status=yes,left=100,top=5,directories=no,toolbar=no,resizable=no,width=600,height=710";

function popupLeap(url) {
	windowhandle=window.open(url, "popLeap", paramLeap)
	windowhandle.focus();
}
