function win_pop(URL)
		{	
    		winname=window.open(URL,'WIN','width=600,height=400,left=210,top=110,toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes'); 
		return winname;
		}