function MM_openPopUp(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function popImage(imagesrc){
var winwidth = 800;	
var winheight = 600;	
var look='width='+winwidth+',height='+winheight+',';
popwin=window.open("","",look);
popwin.document.open();
popwin.document.write('<html><head><title>Inversiones Inmobiliarias Crilón, S.A.</title></head><body topmargin=0 rightmargin=0 leftmargin=0 marginheight=0 marginwidth=0><table cellpadding=0 cellspacing=0 border=0 width=100% height=100%><tr><td align=center><a HREF=javascript:window.close()><img src="'+imagesrc+'" border=0 alt=\"Hacer click para cerrar\" height="'+winheight+'"></a></td></tr></table></body></html>');
popwin.document.close();
}
