	function apri(URL, NAME, WIDTH, HEIGHT) {
		
		window.open(URL, NAME, 'width='+WIDTH+',height='+HEIGHT, 'left=300,top=100' ,'toolbar=0,location=0,directories=0,menuBar=0,scrollbars=auto,resizable=1,status=no' );
	
	}

