/* function inicio(){
 if (!(self.parent.frames.length == "2" && self.parent.frames[1].name == "principal")){
	self.parent.location.href = "http://www.realsociedad.tk";
	}
	
window.status = "www.realsociedad.tk JAVIFJMC web NO oficial";

} 
*/

function foto(imagen){
 vent=window.open('','','width=1,height=1');
 vent.blur();
 vent.document.write("<html><head><title>Casa Rural Maire</title></head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
 vent.document.write("<img align=center border=0 vspace='0' hspace='0' src='"+imagen.src.substring(0,imagen.src.length-4)+"g.jpg' Onload='self.resizeTo(");	

 if ( navigator.appName == "Netscape") {
	vent.document.write("this.width+23,this.height+29);self.focus();'>");
 }
else {
 	vent.document.write("this.width+10,this.height+28);self.focus();'>");
 }
vent.document.write("</body></html>");

} 

function Visionar(imagen) { 
 
 if ( imagen.width > imagen.height ) {
  document.visor.width=250;
  document.visor.height=imagen.height*250/imagen.width;}
 else{
  document.visor.height=250;
  document.visor.width=imagen.width*250/imagen.height;}
 document.visor.src=imagen.src;
} 

