var n="";
var v="";
var vv="";
var f="";
var ff="";
var v_foto="width=200, height=300";
var v_vent="width=220, height=320";
var h_foto="width=450, height=300";
var h_vent=" width=470, height=320";
var abierta=false;
var popup="";
document.write("<LINK REL='stylesheet' HREF='800.css' TYPE='text/css'>");
switch (screen.width) { 
	case 1024:
	document.write("<LINK REL='stylesheet' HREF='1024.css' TYPE='text/css'>");
 	v_foto="width=267, height=400";
	v_vent="width=290, height=420";
	h_foto="width=600, height=400";
	h_vent=" width=620, height=420";
	break
}

function muestraURL(){
	popup.location=document.formul.url.value;	
}

function ventana(n, vv,ff){
if (abierta){popup.close();abierta=false;} 
v=vv;
f=ff;
popup=window.open("foto.htm","miventana",vv+",menubar=no, toolbar=no,location=no,resizable=no,scrollbars=no,status=no, left=0, top=0");
popup.focus();
abierta=true
}

var HINTS_CFG = {
	'top'        : 5, // a vertical offset of a hint from mouse pointer
	'left'       : 5, // a horizontal offset of a hint from mouse pointer
	'css'        : 'hintsClass', // a style class name for all hints, TD object
	'show_delay' : 500, // a delay between object mouseover and hint appearing
	'hide_delay' : 10000, // a delay between hint appearing and hint hiding
	'wise'       : true,
	'follow'     : true,
	'z-index'    : 0 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'TI1':wrap_img("ramos0601.jpg", ""), 
	'TI2':wrap_img("ramos0602.jpg", ""), 
	'TI3':wrap_img("ramos0603.jpg",""), 
	'TI4':wrap_img("ramos0604.jpg", ""), 
	'TI5':wrap_img("ramos0605.jpg",""), 
	'TI6':wrap_img("ramos0606.jpg",""), 
	'TI7':wrap_img("ramos0607.jpg",""), 
	'TI8':wrap_img("ramos0608.jpg",""), 
	'TI9':wrap_img("ramos0609.jpg",""), 
	'TI10':wrap_img("ramos0610.jpg",""), 
	'TI11':wrap_img("ramos0611.jpg",""), 
	'TI12':wrap_img("ramos0612.jpg",""), 
	'TI13':wrap_img("ramos0613.jpg",""), 
	'TI14':wrap_img("ramos0614.jpg",""), 
	'TI15':wrap_img("ramos0615.jpg",""), 
	'TI16':wrap_img("ramos0616.jpg",""), 
	'TI17':wrap_img("ramos0617.jpg",""), 
	'TI18':wrap_img("ramos0618.jpg",""), 
	'TI19':wrap_img("ramos0619.jpg",""), 
	'TI20':wrap_img("ramos0620.jpg","")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);

