function getURL(urL){
	window.location = urL; 
}

function abreFoto(foto){
	   var width = 640;
   var height = 427;
   var left = 120;
   var top = 120;
   window.open("imagemGrande.php?img="+foto+".jpg",'Indicar', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}