var win=null;
function mostrarimagen(url_imagen,titulo){
 	var img = new Image();
 	img.src = url_imagen;
	win=window.open('','','width='+img.width+',height='+img.height+',scrollbars=no,resizable=1,toolbar=0');
	win.document.write ('<html>\n');
	win.document.write (' <head>\n');
	win.document.write ('  <title>'+titulo+'</title>\n');
	win.document.write (' </head>\n');
	win.document.write (' <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n');
	win.document.write ('  <img src="../%27%20+%20url_imagen%20+%20%27" height='+img.height+' width='+img.width+'>\n');
	win.document.write (' </body>\n');
	win.document.write ('</html>\n');	
}



	function popUp(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=350,height=330');");
	}



	function popUp2(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=680,height=580');");
	}

function php(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=530,height=500');");
	}
function phpg(URL) {
		day = new Date();
		id = day.getTime();
		eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=670,height=590');");
	}
	
	window.onload = function(){ 
    if (document.getElementsByTagName) { 
        var objs = document.getElementsByTagName("object"); 
        for (i=0; i<objs.length; i++) { 
            objs[i].outerHTML = objs[i].outerHTML; 
        } 
    }
}


<!-- Hide this script from old browsers --Bannersssss

function create() {
	this.width = ''
	this.height = ''
	this.src = ''
	this.href = ''
	this.border = ''
	this.mouseover = ''
}


function random(n)  {
	var js_mult1=3141
	var js_mult2=5821
	var js_m1=100000000
	var js_m2=10000
	var js_iseed=0
	var js_iseed1=0
	var js_iseed2=0

	if (js_iseed == 0)  {
		now = new Date()
		js_iseed = now.getHours() + now.getMinutes() * 60 + now.getSeconds() * 3600
	}

	js_iseed1 = js_iseed / js_m2
	js_iseed2 = js_iseed % js_m2
	var tmp = (((js_iseed2 * js_mult1 + js_iseed1 * js_mult2) % js_m2) * js_m2 + (js_iseed2 *
js_mult2)) % js_m1
	js_iseed = (tmp + 1) % js_m1
	return (Math.floor((js_iseed/js_m1) * n))
}

var numberOfAds = 3     //number or ads you want to display +1

ads = new Array()
for(var i=1; i<=numberOfAds; i++) { ads[i] = new create() }

ads[1].width = "160"
ads[1].height = "60"
ads[1].src = "http://www.en.fuerteventuraguide.co.uk/img/index_imagenes/publianun.gif"
ads[1].href = "http://www.hoteling.net/agencias/fuerteventuraguide.co.uk/ing/hotels-in-Fuerteventura-S7Z1DVZLsXULdQUA.html"
ads[1].border = "0"
ads[1].mouseover = "Online Bookings"

ads[2].width = "160"
ads[2].height = "60"
ads[2].src = "http://www.en.fuerteventuraguide.co.uk/img/index_imagenes/publianun.gif"
ads[2].href = "http://www.hoteling.net/agencias/fuerteventuraguide.co.uk/ing/hotels-in-Fuerteventura-S7Z1DVZLsXULdQUA.html"
ads[2].border = "0"
ads[2].mouseover = "Online Bookings"

var n = random(numberOfAds)
n = (n==0) ? n+1 : n
n = (n > numberOfAds) ? n-numberOfAds : n

var image = ads[n]
var ad = ""
ad += '<a href="' + image.href + '" \n'
ad += 'onMouseOver="self.status=\'' + image.mouseover + '\'\;return true" \n'
ad += 'onMouseOut="self.status=\'\'"> \n'
ad += '<img src="' + image.src + '" width=' + image.width
ad += '\n height=' + image.height + ' border=' + image.border
ad += '\n></a>'
// -- End Hiding Here -->
