function popUpVar(URL,wname,pwidth, pheight)
{
	window.open(URL, wname, 'width=' + pwidth + ',height=' + pheight + ',scrollbars=yes');
}

