
function PopUp(fName,w,h)
{	size = "width="+w+",height="+h+",resizable=no";
	y=window.open(fName,"_blank",size);
	y.focus();
}


