function popWindow(URL, w, h)
{
	window.open(URL, "", "toolbar=no" +
						 ", dependent=yes" +
						 ", innerwidth="+ w +
						 ", innerheight="+ h +
						 ", scrollbars");
}
