function DoWin(URL,w,h)
{
	h = h + 100;
	var newWindow = window.open(URL,newWindow,"resizable=no,width=" + w + ",height=" + h + ",scrollbars=0,alwaysRaised=yes");
};