


	function winPop(page,height,width){
		window.open(page,'','scrollbars=yes,statusbar=no,menubar=no,,left=0,top=0,height='+height+',width='+width);
	}

	



