<!--
	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
	if ((browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >= 4) || browserName=="Konqueror") {
		img_gb_mo_h=new Image(); img_gb_mo_h.src = "http://www.thatvilla.com/images/gbmo.gif"; 
		img_gb_mo_n=new Image(); img_gb_mo_n.src = "http://www.thatvilla.com/images/gb.gif"; 
		img_es_mo_h=new Image(); img_es_mo_h.src = "http://www.thatvilla.com/images/esmo.gif"; 
		img_es_mo_n=new Image(); img_es_mo_n.src = "http://www.thatvilla.com/images/es.gif"; 
		img_fr_mo_h=new Image(); img_fr_mo_h.src = "http://www.thatvilla.com/images/frmo.gif"; 
		img_fr_mo_n=new Image(); img_fr_mo_n.src = "http://www.thatvilla.com/images/fr.gif"; 
		img_gr_mo_h=new Image(); img_gr_mo_h.src = "http://www.thatvilla.com/images/grmo.gif"; 
		img_gr_mo_n=new Image(); img_gr_mo_n.src = "http://www.thatvilla.com/images/gr.gif"; 
		var can_mo = true;
	}	
	function over(name,imgObj)	{	
		if (can_mo && document[name]) {document[name].src = eval(name+"_h.src");}
		else if (imgObj)	{imgObj.src = eval(name+"_h.src");}
	}
	function out(name,imgObj)	{	
		if (can_mo && document[name]) {document[name].src = eval(name+"_n.src");}
		else if (imgObj)	{imgObj.src = eval(name+"_n.src");}
	}
	window.defaultStatus = this.document.title;
	function bookmark() {
		if (window.external) window.external.AddFavorite(document.location, "thatVilla.com - vacation rentals direct from the owner"); else window.alert("The web browser you are using does not allow this function.\r\nSimply click 'Bookmarks' at the top of your browser window to do this manually.");
	}
-->