function check(url,w,h)
 	{
 		newWindow = window.open('','', 'screenX=0,screenY=0,height='+h+',width='+w+',scrollbars=no,status=yes,toolbar=no,menubar=no,location=no,resizable=no');
 		newWindow.location =url;
 		
 	}