
function popUp(page, w, h) 
{
	window.open(page, "PopUp","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width="+w+",height="+h+",top=100,left=150");
}



