		function NewWnd(url,w,h)
		{
		window.open(url,'Zoom',' width=700, height=500, top=100, left=100, scrollbars=1');
		} 

