
function openNewWindow(URLtoOpen, winName, h, w) { 
	newWindow=window.open(URLtoOpen, winName, "height="+h+",width="+w+",left=50,top=50,toolbar=no,scrollbars=yes,resizable=yes"); 
}