function popUp(URL, W, H) 
{
	props=window.open(URL, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width='+ W +', height=' + H + ', left = 100, top = 100');
}
