// JavaScript Document
var abierta=false;
var ser="";
var v="";
var vv="";
var v_vent="";
var h_vent="";
var h_dvent="";
var popup="";


switch (screen.width) { 
case 1024: 
document.write("<LINK REL='stylesheet' HREF='1024.css' TYPE='text/css'>");
v_vent="width=500, height=670";
h_vent="width=800, height=465";
h_dvent="width=800, height=465";

break
default:
document.write("<LINK REL='stylesheet' HREF='800.css' TYPE='text/css'>");
v_vent="width=390, height=530";
h_vent="width=600, height=350";
h_dvent="width=650, height=450";
}

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

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=270, 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'    : 2 // a z-index for all hint layers
},

HINTS_ITEMS = {
	'TI01':wrap_img("canlice07_01_4.jpg","<h3>Entrega de trofeos"), 
	'TI02':wrap_img("canlice07_02_4.jpg","<h3>Entrega de trofeos"), 
	'TI04':wrap_img("canlice07_04_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI05':wrap_img("canlice07_05_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI06':wrap_img("canlice07_06_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI07':wrap_img("canlice07_07_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI08':wrap_img("canlice07_08_4.jpg","<h3>Maestro de ceremonias"), 
	'TI09':wrap_img("canlice07_09_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI10':wrap_img("canlice07_10_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI11':wrap_img("canlice07_11_4.jpg","<h3>Pte. y Reina Casa de Murcia en Valencia con nuestra Reina"), 
	'TI13':wrap_img("canlice07_13_4.jpg","<h3>Intercambio de regalos e insignias"), 
	'TI18':wrap_img("canlice07_18_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI19':wrap_img("canlice07_19_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI20':wrap_img("canlice07_20_4.jpg","<h3>Imposici&oacute;n de pañuelos"), 
	'TI22':wrap_img("canlice07_22_4.jpg","<h3>Entrega de Ca&ntilde;as Liceras"), 
	'TI23':wrap_img("canlice07_23_4.jpg","<h3>Grupo &quot;La Parranda&quot;, pe&ntilde;a &quot;La Tinaja&quot;. La Flota"), 
	'TI24':wrap_img("canlice07_24_4.jpg","<h3>Grupo &quot;La Parranda&quot;, pe&ntilde;a &quot;La Tinaja&quot;. La Flota"), 
	'TI25':wrap_img("canlice07_25_4.jpg","<h3>Grupo &quot;La Parranda&quot;, pe&ntilde;a &quot;La Tinaja&quot;. La Flota"), 
	'TI26':wrap_img("canlice07_26_4.jpg","<h3>Grupo &quot;La Parranda&quot;, pe&ntilde;a &quot;La Tinaja&quot;. La Flota"), 
	'TI27':wrap_img("canlice07_27_4.jpg","<h3>Grupo &quot;La Parranda&quot;, pe&ntilde;a &quot;La Tinaja&quot;. La Flota"), 
	'TI28':wrap_img("canlice07_28_4.jpg","<h3>Grupo &quot;La Parranda&quot;, pe&ntilde;a &quot;La Tinaja&quot;. La Flota")};
var myHint = new THints (HINTS_CFG, HINTS_ITEMS);
