	
	function enlarge(fil) {
		var ur = "enlarge.php?loc=" + fil;
		window.open(ur,null,"width=150,height=150");
	}

