function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function verImagen(ima){
	//MM_openBrWindow('Image/popUps/'+ima+'.jpg','popUp','scrollbars=yes,resizable=yes,width=400,height=450');
	MM_openBrWindow('image/popUps/index.htm?i='+ima,'popUp','scrollbars=yes,resizable=yes,width=400,height=450');
}
