<!-- Begin
//   ##############  SIMPLE  BROWSER SNIFFER
if (document.layers) {navigator.family = "nn4"}
if (document.all) {navigator.family = "ie4"}
if (window.navigator.userAgent.toLowerCase().match("gecko")) {navigator.family = "gecko"}

//  #########  popup text 
descarray = new Array(
"<img src='large/villaa.jpg' width=850 height=520><br><i>Ourfabvilla is a large luxury single storey four bedroom Floridian style house with two living areas, and very well equipped kitchen. All four bedrooms have televisions two have vcr and there is also a playstation and a selection of games.</i>",
"<img src='large/villab.jpg' width=850 height=520><br><i>Ourfabvilla is a large luxury single storey four bedroom Floridian style house with two living areas, and very well equipped kitchen. All four bedrooms have televisions two have vcr and there is also a playstation and a selection of games.</i>",
"<img src='large/familyrooma.jpg' width=850 height=520><br><i>The Family room is very comfortable with leather sofas, a large 56 channel TV and DVD /VCR as well as a CD Stereo system.</i>",
"<img src='large/familyroomb.jpg' width=850 height=520><br><i>The Family room is very comfortable with leather sofas, a large 56 channel TV and DVD /VCR as well as a CD Stereo system.</i>",
"<img src='large/diningrooma.jpg' width=850 height=520><br><i>Diningroom<br>The dining room has a large cherry wood table and chairs.</i>",
"<img src='large/diningroomb.jpg' width=850 height=520><br><i>Diningroom<br>The dining room has a large cherry wood table and chairs.</i>",
"<img src='large/livinga.jpg' width=850 height=520><br><i>The Living room is to the front of the villa, through the window you have a view of the front garden, with the queen palm trees, adding some shade. and tropical feel.</i>",
"<img src='large/livingb.jpg' width=850 height=520><br><i>The Living room is to the front of the villa, through the window you have a view of the front garden, with the queen palm trees, adding some shade. and tropical feel.</i>",
"<img src='large/kitchena.jpg' width=850 height=520><br><i>The villa has a fully equipped kitchen/dinette including; large fridge/freezer, large cooker, Griddle, Blender,Toaster,microwave oven,waste disposal and a full range of pots and pans. There is also LARGE supply of crockery, mugs, glasses and Cutlery.</i>",
"<img src='large/kitchenb.jpg' width=850 height=520><br><i>The villa has a fully equipped kitchen/dinette including; large fridge/freezer, large cooker, Griddle, Blender,Toaster,microwave oven, waste disposal and a full range of pots and pans. There is also LARGE supply of crockery, mugs, glasses and Cutlery.</i>",
"<img src='large/mainbed.jpg' width=850 height=520><br><i>Master bedroom has a Queen size four poster bed with an amour and TV with VCR. The en-suite bathroom includes his and hers marble sink vanity units with hair dryer, toilet, separate shower and roman bath with a walk-in closet</i>",
"<img src='large/bedb.jpg' width=850 height=520><br><i>Master bedroom 2 has a Queen size bed with an amour &amp; mirror,hair dryer, TV and closet. With  views over the swimming pool.</i>",
"<img src='large/bedc.jpg' width=850 height=520><br>Bedroom 3<br><i>All bedrooms have, amours and closets. Bedroom 3 has a TV with VCR.</i>",
"<img src='large/bedd.jpg' width=850 height=520><br><i>Bedroom 4<br>All bedrooms have, amours and closets. Bedroom 4 has a TV and Playstation with a selection of games.</i>",
"<img src='large/poola.jpg' width=850 height=520><br><i>The swimming pool is completely screened to keep the bugs out, and is surrounded by a large amount of  decking, ideal for that all important Florida suntan. The swimming pool with water feature has an electric heater for those cooler winter days.</i>",
"<img src='large/poolb.jpg' width=850 height=520><br><i>The swimming pool is completely screened to keep the bugs out, and is surrounded by a large amount of  decking, ideal for that all important Florida suntan. The swimming pool with water feature has an electric heater for those cooler winter days.</i>",
"<img src='large/ensuite.jpg' width=850 height=520><br><i>The en-suite bathroom includes his and hers marble sink vanity units with hair dryer, toilet, separate shower and roman bath with a walk-in closet</i>",
"<img src='large/spaa.jpg' width=850 height=520><br><i>Hot Tub<br>The luxury 39 jet Hot Tub is located on the deck area and seats 7 people.</i>",
"<img src='large/gamesa.jpg' width=850 height=520><br><i>The Games room boasts a 7ft Pool Table, Electronic Air Hockey, Electronic Ice Hockey, Table Football, Darts, Board Games and Baby Toys.</i>",
"<img src='large/gamesb.jpg' width=850 height=520><br><i>The Games room boasts a 7ft Pool Table, Electronic Air Hockey, Electronic Ice Hockey, Table Football, Darts, Board Games and Baby Toys.</i>"
);

overdiv="0";
x=50;
y=20;
//  #########  CREATES POP UP BOXES 
function popLayer(a){
if(!descarray[a]){descarray[a]="<font color=red>This popup (#"+a+") isn't setup correctly - needs description</font>";}
if (navigator.family == "gecko") {pad="0"; bord="1 bordercolor=gray";}
else {pad="1"; bord="0";}
desc = 	  "<table cellspacing=0 cellpadding="+pad+" border="+bord+"  bgcolor=gray><tr><td>\n"
	+"<table cellspacing=0 cellpadding=3 border=0 width=850><tr><td bgcolor=gray><center><font size=2>\n"
	+descarray[a]
	+"\n</td></tr></table>\n"
	+"</td></tr></table>";
if(navigator.family =="nn4") {
	document.object1.document.write(desc);
	document.object1.document.close();
	document.object1.left=x+15;
	document.object1.top=y-5;
	}
else if(navigator.family =="ie4"){
	object1.innerHTML=desc;
	object1.style.pixelLeft=x+15;
	object1.style.pixelTop=y-5;
	}
else if(navigator.family =="gecko"){
	document.getElementById("object1").innerHTML=desc;
	document.getElementById("object1").style.left=x+15;
	document.getElementById("object1").style.top=y-5;
	}
}
function hideLayer(){
if (overdiv == "0") {
	if(navigator.family =="nn4") {eval(document.object1.top="-500");}
	else if(navigator.family =="ie4"){object1.innerHTML="";}
	else if(navigator.family =="gecko") {document.getElementById("object1").style.top="-500";}
	}
}

//  ########  TRACKS MOUSE POSITION FOR POPUP PLACEMENT
var isNav = (navigator.appName.indexOf("Netscape") !=-1);
function handlerMM(e){
x = 50;
y = 20;
}
if (isNav){document.captureEvents(Event.MOUSEMOVE);}
document.onmousemove = handlerMM;
//  End -->



