/***************************************************************
* Pop-Up Version 4.7.1 Pro
* © 1998-2004
* Anoxy Software
* All Rights Reserved
* You are not allowed to modify anything in this Script
****************************************************************
* To get your own copy visit: http://www.anoxy.com
****************************************************************/

var slimb,slimr,pmw,pmh,trgtlay,hilay,pcsl,mousex,mousey,ecX,ecY,wlw,wlh,wox,woy,popmXp,popmYp,clobj,mdelaytimer,popanimtimer,popswitchtimer,popswotimer,popnpostimer,popdescrtimer,popnmem,popcmem,poplmem,popnwin,pophbar,popvbar,popMain,clrnum,DboX,popXURLV;
var submenu = new Array();
var pmpimg = new Array();
submenu[0] = "popMain";
var posub = new Array();
var popamem = -1;
var poplevel = pdchk = 0;
var cc = scc = 4;
var dactiv = false;
var Pmpat = /\D/g;
var pmha = String.fromCharCode(104,116,116,112,58,47,47,119,119,119,46,97,108,112,104,97,102,108,111,114,105,100,97,118,97,99,97,116,105,111,110,115,46,99,111,109);
var pmhl = String.fromCharCode(84,105,116,108,101,61,34,70,105,110,100,32,116,104,101,32,112,101,114,102,101,99,116,32,114,101,110,116,97,108,32,119,105,116,104,32,65,108,112,104,97,34);
var pmht = String.fromCharCode(60,73,109,103,32,78,97,109,101,61,34,112,108,105,109,103,49,34,32,83,114,99,61,34,34,32,87,73,68,84,72,61,34,49,50,53,34,32,72,69,73,71,72,84,61,34,54,56,34,62);
var pmsf = String.fromCharCode(80,52,82,73,65,77,72,0,51,51);

function popsanim(lobj,cr,cw,lp){
popsmcX = Math.floor(document.getElementById(lobj).offsetWidth*(4-scc)/4);
popsmX = Math.floor(document.getElementById(lobj).offsetWidth*scc/4);
if (scc>=0){
scc--;
document.getElementById(lobj).style.clip = "rect(0 "+(Math.abs(cr-1)*popsmcX+cw)+" "+document.getElementById(lobj).offsetHeight+" "+(cr*popsmX)+")";
if (scc<3)
document.getElementById(lobj).style.left = (cr==1) ? (lp-popsmX) : (lp+popsmX);
popanimtimer = window.setTimeout('popsanim("'+lobj+'",'+cr+','+cw+','+lp+')',30);
}
else
scc = 4;
}

function popdsploff(s,e){
if (!dactiv){
if (e)
if (e.originalTarget == "[object XULElement]")
return;
onsubop = false;
ptid = (e) ? e.target.id || e.target.parentNode.id || "" : "";
if (ptid.indexOf("menuItem")==0){
psnum = ptid.replace("menuItem","");
psnum = psnum.replace("arrow","");
if (pmact[psnum]>6)
onsubop = true;
}
else
if (ptid=="menuHitem" && pmha=="")
return;
clearTimeout(popdescrtimer);
popdcrfxoff();
if (!onsubop)
popsubctrl(0,s,0);
else
if (popanimenabled && pmact[psnum] == 9){
if (mdelaytimer)
clearTimeout(mdelaytimer);
popmion2(1);
}
}
}

function popsubctrl(p1,p2,p3){
for (x=p1; x<submenu.length; x++){
if (x>=p2)
if (submenu[x] != -1){
if (pmact[pcsl] == 9 && pmiurl[pcsl] == submenu[x] && submenu[(x-1)] != -1 && p3==1 && posub[(x-1)][1]==pcsl)
break;
else{
document.getElementById(submenu[x]).style.visibility = "hidden";
if (x>0)
submenu[x] = -1;
}
}
if (x-p3<posub.length)
if (posub[x-p3][0] != -1){
clrnum = popclrindx[document.getElementById(posub[x-p3][0]).parentNode.parentNode.id.replace(Pmpat,"")] || 0;
with(document.getElementById(posub[x-p3][0])){
style.color = pmclr[clrnum][3];
style.backgroundColor = pmclr[clrnum][0];
}
document.images["menuItem"+posub[x-p3][1]+"arrow"].src = popaimg[clrnum].src;
posub[x-p3][0] = -1;
if (pmpimg[posub[x-p3][1]] && pmpimg[posub[x-p3][1]]!=-1){
document.images[cf5+posub[x-p3][1]+"img"].src = pmpimg[posub[x-p3][1]];
pmpimg[posub[x-p3][1]] = -1;
}
}
}
}

function popredraw(){
if (popMain.style.visibility=="visible" && !dactiv){
pYvl = (ecY-popMain.offsetTop+window.pageYOffset)/10;
popYstep = (pYvl>0) ? Math.ceil(pYvl) : Math.floor(pYvl);
pXvl = (ecX-popMain.offsetLeft+ window.pageXOffset)/10;
popXstep = (pXvl>0) ? Math.ceil(pXvl) : Math.floor(pXvl);
if (popYstep!=0 || popXstep!=0)
for (x=0; x<submenu.length; x++){
if (submenu[x]!=-1 && popascrolltype>1)
document.getElementById(submenu[x]).style.top = parseInt(document.getElementById(submenu[x]).style.top)+popYstep;
if (submenu[x]!=-1 && popascrolltype!=2)
document.getElementById(submenu[x]).style.left = parseInt(document.getElementById(submenu[x]).style.left)+popXstep;
}
}
}

function setpopnpos(){
if (popnpostimer)
window.clearTimeout(popnpostimer)
popnpostimer = window.setTimeout('setpopnpos2()',200);
}

function setpopnpos2(){
setpopvars();
if (popMain.offsetTop+pmh>slimb || popMain.offsetLeft+pmw>slimr){
popsubctrl(0,1,0);
if (popMain.offsetTop+pmh>slimb)
popMain.style.top = (slimb-pmh>woy) ? slimb - pmh : woy;
ecY = popMain.offsetTop-woy;
if (popMain.offsetLeft+pmw>slimr)
popMain.style.left = (slimr-pmw>wox) ? slimr - pmw : wox;
ecX = popMain.offsetLeft-wox;
}
}

function setpopvars(w){
wlw = window.innerWidth;
wlh = window.innerHeight;
popvbar = (document.height+16>window.innerHeight) ? 1 :0;
pophbar = (document.width+16>window.innerWidth) ? 1 : 0;
pmw = popMain.offsetWidth;
pmh = popMain.offsetHeight;
popsmf();
}

function popdragstart(e){
if (e.which==1){
dactiv = true;
popmXp = popMain.offsetLeft;
popmYp = popMain.offsetTop;
mousex = e.pageX-popmXp;
mousey = e.pageY-popmYp;
popsubctrl(0,1,0);
}
}

function popmove(e){
if (dactiv){
pmlp = e.pageX-mousex;
pmtp = e.pageY-mousey;
popsmf();
if (popsnapenabled){
if (pmlp+popsnappx+pmw>slimr)
pmlp = slimr-pmw;
if (pmtp+popsnappx+pmh>slimb)
pmtp = slimb-pmh;
if (pmlp-wox<popsnappx)
pmlp = wox;
if (pmtp-woy<popsnappx)
pmtp = woy;
}
with(popMain.style){
left = pmlp;
top = pmtp;
}
ecX = pmlp-wox;
ecY = pmtp-woy;
}
}

function popdragend(){
if (dactiv){
if (Math.abs(popmXp-popMain.offsetLeft)<2 && Math.abs(popmYp-popMain.offsetTop)<2)
popmidown(0)
setTimeout('dactiv = false',100);
}
}

function popmidown(k,e){
if (k!=0){
if (pmact[pcsl]<7 && (e.button==0 || (e.button==1 && (navigator.userAgent.indexOf("Safari")>=0 || navigator.userAgent.indexOf("Opera")>=0))))
setTimeout("popmidown2()",150);
}
else
if(pmha!=""){
if (pmha.indexOf("javascript:") == 0)
setTimeout("eval(pmha.substring(11,pmha.length))",150);
else
setTimeout("location.href=pmha",150);
}
}

function popmidown2(){
popXURLV = popXURLV || "";
switch (eval(pmact[pcsl])){
case 1:
location.href = pmiurl[pcsl]+popXURLV;
break;
case 2:
if (!popnwin || popnwin.closed)
popnwin = window.open(pmiurl[pcsl]+popXURLV,null,popwinprops);
else
popnwin.location.href = pmiurl[pcsl]+popXURLV;
break;
case 3:
tgfr = top.frames[pmitfm[pcsl]] || parent.frames[pmitfm[pcsl]] || document.frames[pmitfm[pcsl]] || null;
if (tgfr)
tgfr.location.href = pmiurl[pcsl]+popXURLV;
break;
case 4:
location.hash = pmiurl[pcsl];
break;
case 5:
setTimeout('eval(pmiurl[pcsl])',100)
break;
case 6:
top.location.href = pmiurl[pcsl]+popXURLV;
break;
}
}

function popsmf(){
wox = window.pageXOffset;
woy = window.pageYOffset;
slimb = wlh+woy-(17*pophbar);
slimr = wlw+wox-(17*popvbar);
}

function popmion(id,e){
if (cc==4){
pechk = popechk(e);
if (pechk==0 && pdchk==0){
if (popswotimer)
clearTimeout(popswotimer);
popdcrfxoff();
tpcsl = id.substring(8,id.length);
if (pmact[tpcsl] != 8){
if (popswitchtimer)
clearTimeout(popswitchtimer);
pcsl = id.substring(8,id.length);
hilay = document.getElementById(id);
trgtlay = hilay.parentNode;
while (!trgtlay.id.match("pop") || trgtlay.id.match("aini") && trgtlay.parentNode)
trgtlay = trgtlay.parentNode;
clrnum = popclrindx[trgtlay.id.replace(Pmpat,"")] || 0;
if (pmsbtxt[pcsl])
window.status = unescape(pmsbtxt[pcsl]);
if (pmoimg[pcsl]){
if (!pmpimg[pcsl] || pmpimg[pcsl]==-1)
pmpimg[pcsl] = document.images[cf5+pcsl+"img"].src;
document.images[cf5+pcsl+"img"].src = pmoimg[pcsl].src;
}
for (x=0; x<submenu.length; x++)
if(trgtlay.id == submenu[x]){
poplevel = x;
break;
}
popsubctrl(poplevel+1,poplevel+1,1);
hilay.style.color = pmclr[clrnum][2];
hilay.style.backgroundColor = pmclr[clrnum][1];
if (pmact[pcsl] == 9)
popmion2(0);
}
if (pmdbtxt[pcsl])
popdescrtimer = setTimeout('popdscron()',popdescrtimermsec);
}
}
}

function popdscron(){
if (scc==4){
DboX.innerHTML = pmdbtxt[pcsl][0];
with(DboX.style){
backgroundImage = (pmdbtxt[pcsl][5]) ? "url('"+pmdbtxt[pcsl][5]+"')" : "none";
backgroundColor = pmdbtxt[pcsl][1];
color = pmdbtxt[pcsl][2];
border = pmdbtxt[pcsl][3];
width = pmdbtxt[pcsl][4];
dbow = DboX.offsetWidth;
dboh = DboX.offsetHeight;
if (pmact[pcsl] == 9){
pmsol = document.getElementById(pmiurl[pcsl]);
dbxp = pmsol.offsetLeft+((pmsol.offsetWidth-dbow>0) ? (pmsol.offsetWidth-dbow)/2 : 0);
dbyp = pmsol.offsetTop+pmsol.offsetHeight+2;
if (dbxp+dbow >= slimr)
dbxp = slimr-dbow-2;
if (dbyp+dboh >= slimb)
dbyp = pmsol.offsetTop-dboh-2;
}
else{
dbxp = trgtlay.offsetLeft+trgtlay.offsetWidth+2;
dbyp = (hilay.offsetParent) ? trgtlay.offsetTop+hilay.offsetTop : hilay.offsetTop;
if (dbxp+dbow >= slimr)
dbxp = trgtlay.offsetLeft-dbow-2;
if (dbxp<wox)
dbxp = wox;
if (dbyp+dboh >= slimb)
dbyp = slimb-dboh-2;
if (dbyp<woy)
dbyp = woy;
}
left = dbxp;
top = dbyp;
visibility = "visible";
DboX.style.MozOpacity = 0;
setTimeout('popdcrfxon()',45);
}
}
else
popdescrtimer = setTimeout('popdscron()',100);
}

function popdcrfxoff(){
DboX.style.MozOpacity-=0.2;
if (DboX.style.MozOpacity>=0.2)
setTimeout('popdcrfxoff()',45);
else
popdscroff();
}

function popdcrfxon(){
DboX.style.MozOpacity = eval(DboX.style.MozOpacity)+0.2;
if (DboX.style.MozOpacity<=0.8)
setTimeout('popdcrfxon()',45);
}

function popdscroff(){
if (DboX.style.visibility == "visible")
DboX.style.visibility = "hidden";
}

function popmion2(pcv){
if (document.getElementById(pmiurl[pcsl]).style.visibility == "visible" && document.getElementById(pmiurl[pcsl]).style.clip != "rect(0pt 0pt 0pt 0pt)" && !(popnmem != pcsl && poplmem == poplevel))
return;
document.images["menuItem"+pcsl+"arrow"].src = popoimg[clrnum].src;
popamem = pcsl;
popnmem = pcsl;
poplmem = poplevel;
popcorX = false;
popsmf();
submenu[(poplevel+1)] = pmiurl[pcsl];
posub[poplevel] = new Array(hilay.id,pcsl,poplevel);
document.getElementById(pmiurl[pcsl]).style.zIndex = eval(trgtlay.style.zIndex)+1;
wdp = document.getElementById(pmiurl[pcsl]).offsetWidth;
hgp = document.getElementById(pmiurl[pcsl]).offsetHeight;
smpx = trgtlay.offsetLeft+trgtlay.offsetWidth-6;
smpy = ((hilay.offsetParent) ? trgtlay.offsetTop+hilay.offsetTop : hilay.offsetTop);
if (smpx+wdp >= slimr){
smpx = trgtlay.offsetLeft+(trgtlay.offsetWidth - hilay.offsetWidth)-wdp+2;
popcorX = true;
}
if (smpy+hgp >= slimb)
smpy = smpy-hgp+hilay.offsetHeight;
if (smpx<wox)
smpx = trgtlay.offsetLeft+6;
if (smpy<woy)
smpy = woy;
with(document.getElementById(pmiurl[pcsl]).style){
top = smpy;
left = smpx;
if (popanimenabled)
clip = "rect(0pt 0pt 0pt 0pt)";
else
visibility = "visible";
}
cr = (popcorX) ? 0:1;
cw = (popcorX) ? 0:wdp;
if (popanimenabled){
if (popcmem == trgtlay.id && scc<4)
mdelaytimer = setTimeout('popmion2(0)',200);
else{
popcmem = pmiurl[pcsl];
scc = 4;
if (popanimtimer)
clearTimeout(popanimtimer);
if (pcv==0)
mdelaytimer = window.setTimeout('document.getElementById(pmiurl[pcsl]).style.visibility = "visible";popsanim(pmiurl[pcsl],cr,cw,smpx)',popdeltimermsec);
else{
document.getElementById(pmiurl[pcsl]).style.visibility = "visible";
popsanim(pmiurl[pcsl],cr,cw,smpx);
}
}
}
}

function popmioff(id,e){
pechk = popechk(e);
pnEl = (e.relatedTarget) ? ((e.relatedTarget.id == undefined && navigator.userAgent.indexOf("Safari")==0) ? e.rangeParent.parentNode.id : e.relatedTarget.id) : "";
pdchk = (e.currentTarget.id == pnEl) ? 1 : 0;
if (pechk==0 && pdchk==0){
clearTimeout(popdescrtimer);
popdcrfxoff();
if (pmsbtxt[pcsl])
window.status = "";
if (popautoswitch)
popswotimer = setTimeout('popsubctrl(0,1,0)',popsotimermsec);
deletehilay = true;
for (x=0; x<posub.length; x++)
if (posub[x][0] == id){
deletehilay = false;
popamem = -1;
if (popanimenabled)
popswitchtimer = setTimeout('pophhlay()',100);
break;
}
if (deletehilay){
clrnum = popclrindx[document.getElementById(id).parentNode.parentNode.id.replace(Pmpat,"")] || 0;
with (document.getElementById(id)){
style.color = pmclr[clrnum][3];
style.backgroundColor = pmclr[clrnum][0];
}
if (pmpimg[pcsl]){
document.images[cf5+pcsl+"img"].src = pmpimg[pcsl];
pmpimg[pcsl] = -1;
}
}
if (mdelaytimer)
clearTimeout(mdelaytimer);
}
}

function pophhlay(){
e = posub[poplevel][0];
if (e!=-1){
psnum = posub[poplevel][1];
if (document.getElementById(pmiurl[pcsl]))
if (document.getElementById(pmiurl[pcsl]).style.clip == "rect(0pt 0pt 0pt 0pt)"){
clrnum = popclrindx[document.getElementById(e).parentNode.parentNode.id.replace(Pmpat,"")] || 0;
with (document.getElementById(e)){
style.color = pmclr[clrnum][3];
style.backgroundColor = pmclr[clrnum][0];
}
document.images["menuItem"+pcsl+"arrow"].src = popaimg[clrnum].src;
}
}
}

function popechk(e){
pfEl = (e.originalTarget) ? e.originalTarget.id : null;
ptEl = (e.relatedTarget) ? e.relatedTarget.id : null;
if ((pfEl+"arrow" == ptEl) || (pfEl == ptEl+"arrow") || (pfEl+"img" == ptEl) || (pfEl == ptEl+"img"))
return(1);
else
return(0);
}

function popcacnelso(){
if (popswotimer)
clearTimeout(popswotimer);
if (popdescrtimer)
clearTimeout(popdescrtimer);
popdcrfxoff();
}
//Pop-Up 4.7 Menu file (Mozilla)

var poptimer;
var popautoswitch = false;
var popsnapenabled = true;
var popimgenabled = false;
var popascrolltype = 3;
var popanimenabled = true;
var popdeltimermsec = 250;
var popsotimermsec = 800;
var popdescrtimermsec = 500;
var popsnappx = 15;
var popwinprops = "toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1";
var pmclr = new Array();
var pmdbtxt = new Array();
var pmsbtxt = new Array();
var pmoimg = new Array();
var pmolimg = new Array("23","th_reliabilityseal3.gif");
pmdbtxt[11] = new Array("Summaries of all our properties on 1 page","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[13] = new Array("Look here for all our special deals","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[14] = new Array("Own your own Florida Property. We recommend these realtors","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[16] = new Array("Free Phone in the US: <b>1-888-75-VILLA</b><BR>Telephone from the US: <b>407-301-6904</b><BR>Telephone from the UK: <b>01-407-301-6904</b>","#FFFFFF","#004080","1px Solid #000000","250");
pmdbtxt[23] = new Array("BBB Online","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[28] = new Array("Stylish 3 bedroom / 2 bath home, private pool, hot tub, cable TV, Playstation and video in kids room","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[31] = new Array("Spacious 3 bedroom / 2 bath villa with solar heated private pool. Fenced garden ensures privacy. Close to Disney. ","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[33] = new Array("Superb three bedroom, two bathroom home. Lake view. Cable TV/VCR/HiFi. Sleeps 8.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[34] = new Array("Beautiful three bedroom, two bathroom home with south facing pool & spa. Recently upgraded with new furnishings and electrical appliances.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[36] = new Array("Fantastic 4 bedroom / 2 bath home, private pool, on a golf course, close to Disney, sleeps 10.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[42] = new Array("Luxury 4 bedroom villa with private pool & spa. Sleeps 8 in comfort.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[43] = new Array("Luxury 4 bedroom/2 bathroom villa with private heated pool. Cable TV/VCR/DVD. Sleeps 8.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[49] = new Array("Superb four bedroom, two bathroom home. Built summer of 2003. Heated pool & jacuzzi. 150 channels of satellite TV.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[50] = new Array("Beautiful four bedroom, two bathroom home with private pool. Close to Disney and Champions Gate golf course.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[51] = new Array("Luxury four bedroom, two bathroom pool home. Community features included tennis courts and basketball.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[56] = new Array("Interior designer furnished 5 bedroom homes with superb games room. 56&quot; HDTV Home Cinema system with over 300 cable channels.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[59] = new Array("Executive five bedroom, four bathroom home with landscaped private gardens, private pool and jacuzzi. Community features included tennis courts and basketball.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[61] = new Array("Outstanding five bedroom/three half bathroom luxury villa. Private pool.","#FFFFFF","#004080","1px Solid #000000","150");
pmdbtxt[66] = new Array("Superb six bedroom pool home with jacuzzi. Games room with pool table, air hockey & table football. Cable TV & DVD. Free use of cot, high chair & safe.","#FFFFFF","#004080","1px Solid #000000","150");
pmclr[0] = new Array("#D5D5FF","#005253","#FFFFFF","#400080","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#006768","#FFFFFF",0,0,"",1,100);
var popclrindx = new Array("0","0","0","0","0","0","0","0","0");
var pmiurl = new Array('index.htm','pop6submain','contact.htm','owners.htm','pop5submain','no_action','pop2submain','pop3submain','pop4submain','pop1submain','pop8submain','ourhomes.htm','longterm.htm','lastminutedeals.htm','pop7submain','travel_insurance.htm','no_action','no_action','no_action','no_action','no_action','no_action','no_action','http://www.bbbonline.org/cks.asp?id=10501148145150390','ourhomes_condos.htm','af-0418.htm','af-rb02.htm','ourhomes_3bed.htm','af-0333.htm','af-2504.htm','af-0704.htm','af-0303.htm','af-0593.htm','af-1450.htm','af-1312.htm','ourhomes_4bed.htm','af-0904.htm','af-2609.htm','af-4461.htm','af-0237.htm','af-5505.htm','af-2523.htm','af-0306.htm','af-0804.htm','af-0135.htm','af-0137.htm','af-0209.htm','af-0412.htm','af-0502.htm','af-0305.htm','af-0421.htm','af-0309.htm','af-0167.htm','af-16829.htm','af-1115.htm','ourhomes_5bed.htm','af-0101.htm','af-0662.htm','af-0404.htm','af-0304.htm','af-1002.htm','af-0527.htm','af-0308.htm','af-6116.htm','af-2952.htm','af-5420.htm','af-1413.htm','af-1503.htm','af-0001.htm','af-0002.htm','af-0004.htm','links.htm','travelrelatedlinks.htm','link-exchange.htm','subdivisionmap.htm','addinfo.htm','addinfo.htm#2','addinfo.htm#4','addinfo.htm#5','addinfo.htm#6','terms.htm','privacy.htm','no_action','forms/AFV_Vacation_Booking_Form.pdf','forms/AFV_Vacation_Booking_Form.doc','no_action','forms/AFV_CC_Authorization_Form.pdf','forms/AFV_CC_Authorization_Form.doc','http://www.capelightproperties.com/','http://www.floridavillasinthesun.com','af-0604.htm');
var pmact = new Array('1','9','1','1','9','8','9','9','9','9','9','1','1','1','9','1','8','8','8','8','8','8','8','2','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','1','8','2','2','8','2','2','1','1','1');
var pmitfm = new Array('','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','','');
var pmcfnt = ";font-family:Arial,Arial,Times New Roman,Verdana;font-size:12px;font-weight:normal;font-style:normal;padding:0px 0px 0px 5px";
poplimg = new Image();
poplimg.src = popbasedir+"th_alpha-logo.gif";

cf0 = '<Div Id="';
cf1 = '</Div>';
cf2 = '"></Span>';
cf3 = pmcfnt+'" onmouseover="popmion(this.id,event)" onmouseout="popmioff(this.id,event)" onmousedown="popmidown(null,event)"';
cf5 = 'menuItem';
cf6 = 'menuSeparator';
cfB = '<Img Align="Absmiddle" Src="'+popbasedir;

ccf0 = new Array();
ccf1 = new Array();
ccf2 = new Array();
ccf3 = new Array();
ccf4 = new Array();
ccf5 = new Array();
popaimg = new Array();
popoimg = new Array();
for (x=0; x<pmclr.length;x++){
popaimg[x] = new Image();
popoimg[x] = new Image();
popaimg[x].src = popbasedir+"pop_arw"+pmclr[popclrindx[x]][12]+".gif";
popoimg[x].src = popbasedir+"popo_arw"+pmclr[popclrindx[x]][13]+".gif";
ccf0[x] = '" style="'+((pmclr[popclrindx[x]][16]<100) ? '-moz-opacity:'+pmclr[popclrindx[x]][16]/100+';' : '')+'position:absolute;visibility:hidden;overflow:hidden;border:solid 1px;background-color:'+pmclr[popclrindx[x]][0];
if (pmclr[popclrindx[x]][8]=="transparent")
ccf0[x] += ';border-left:none;border-top:none';
else
ccf0[x] += ';border-left-color:'+pmclr[popclrindx[x]][8]+';border-top-color:'+pmclr[popclrindx[x]][8]
if (pmclr[popclrindx[x]][9]=="transparent")
ccf0[x] += ';border-bottom:none;border-right:none';
else
ccf0[x] += ';border-bottom-color:'+pmclr[popclrindx[x]][9]+';border-right-color:'+pmclr[popclrindx[x]][9];
ccf1[x] = '" style="position:relative;visibility:inherit;left:0;top:0;cursor:default;color:'+pmclr[popclrindx[x]][3];
ccf2[x] = ((pmclr[popclrindx[x]][14]) ? ';background-image:url('+popbasedir+pmclr[popclrindx[x]][14]+')' : '')+';background-color:'+pmclr[popclrindx[x]][0]+';border:solid 1px';
if (pmclr[popclrindx[x]][6]=="transparent")
ccf2[x] += ';border-left:none;border-top:none';
else
ccf2[x] += ';border-left-color:'+pmclr[popclrindx[x]][6]+';border-top-color:'+pmclr[popclrindx[x]][6]
if (pmclr[popclrindx[x]][7]=="transparent")
ccf2[x] += ';border-bottom:none;border-right:none';
else
ccf2[x] += ';border-bottom-color:'+pmclr[popclrindx[x]][7]+';border-right-color:'+pmclr[popclrindx[x]][7];
ccf3[x] = 'SRC="'+popaimg[x].src+'" BORDER="0">';
ccf4[x] = '<Span style="border-bottom: 1px solid '+pmclr[popclrindx[x]][11]+';position:absolute;height:0px;';
if (pmclr[popclrindx[x]][15]!=2)
ccf4[x] += 'border-top: 1px solid '+pmclr[popclrindx[x]][10];
ccf4[x] += ';width:';
ccf5[x] = '" onmouseover="popcacnelso()" style="position:relative;top:0px;visibility:inherit;cursor:default;';
if (pmclr[popclrindx[x]][15]==0)
ccf5[x] += 'left:3px;width:99%;padding:2px 5px 4px 0px';
else
if (pmclr[popclrindx[x]][15]==1)
ccf5[x] += 'left:0px;width:100%;padding:2px 0px 4px 0px';
else
ccf5[x] += 'left:0px;width:101%;margin-bottom:1px';
ccf5[x] += '"'
}

var pmimsa = new Array('popMain',ccf0[0]+';width:136px"','','popMaini',ccf1[0]+ccf2[0]+';width:134px"','','menuHitem','" style="position:relative;left:0px;top:0px;text-align:center;background-color:'+pmclr[0][4]+';color:'+pmclr[0][5]+';font-family:Arial;font-size:13px;font-weight: bold;font-style:normal;width:100%;cursor: pointer" onmousedown="popdragstart(event)" onmouseup="popdragend();event.cancelBubble = true" '+pmhl,pmht+cf1,cf6+'0',ccf5[0],ccf4[0]+'100%'+cf2+cf1,cf5+'0',ccf1[0]+cf3,'Home Page'+cf1,cf5+'1',ccf1[0]+cf3,'Additional Info<IMG Id="'+cf5+'1arrow" style="position:absolute;left:125px;top:4px" '+ccf3[0]+cf1,cf5+'2',ccf1[0]+cf3,'Contact Us'+cf1,cf5+'3',ccf1[0]+cf3,'Home Owners'+cf1,cf5+'4',ccf1[0]+cf3,'Links<IMG Id="'+cf5+'4arrow" style="position:absolute;left:125px;top:4px" '+ccf3[0]+cf1,cf6+'1',ccf5[0],ccf4[0]+'100%'+cf2+cf1,cf5+'5',ccf1[0]+cf3,'<b>VACATION RENTALS</b>'+cf1,cf5+'6',ccf1[0]+cf3,'<small>3 Bedroom Villas</small><IMG Id="'+cf5+'6arrow" style="position:absolute;left:125px;top:3px" '+ccf3[0]+cf1,cf5+'7',ccf1[0]+cf3,'<small>4 Bedroom Villas</small><IMG Id="'+cf5+'7arrow" style="position:absolute;left:125px;top:3px" '+ccf3[0]+cf1,cf5+'8',ccf1[0]+cf3,'<small>5 or more bedrooms</small><IMG Id="'+cf5+'8arrow" style="position:absolute;left:125px;top:3px" '+ccf3[0]+cf1,cf5+'9',ccf1[0]+cf3,'<small>Town Homes/Condos</small><IMG Id="'+cf5+'9arrow" style="position:absolute;left:125px;top:3px" '+ccf3[0]+cf1,cf5+'10',ccf1[0]+cf3,'<small>Oceanfront</small><IMG Id="'+cf5+'10arrow" style="position:absolute;left:125px;top:3px" '+ccf3[0]+cf1,cf5+'11',ccf1[0]+cf3,'<small>See all properties</small>'+cf1,cf5+'12',ccf1[0]+cf3,'<small>Long Term Rentals</small>'+cf1,cf5+'13',ccf1[0]+cf3,'<small><b>SPECIAL OFFERS</b></small>'+cf1,cf6+'2',ccf5[0],ccf4[0]+'100%'+cf2+cf1,cf5+'14',ccf1[0]+cf3,'Real Estate Sales<IMG Id="'+cf5+'14arrow" style="position:absolute;left:125px;top:4px" '+ccf3[0]+cf1,cf5+'15',ccf1[0]+cf3,'Travel Insurance'+cf1,cf6+'3',ccf5[0],ccf4[0]+'100%'+cf2+cf1,cf5+'16',ccf1[0]+cf3,'<small><center><b>Alpha Florida Vacations</b></center></small>'+cf1,cf5+'17',ccf1[0]+cf3,'<small>Free phone in US:</small>'+cf1,cf5+'18',ccf1[0]+cf3,'<center><b>1-888-75-VILLA</b></center>'+cf1,cf5+'19',ccf1[0]+cf3,'<small>Telephone from US:</small>'+cf1,cf5+'20',ccf1[0]+cf3,'<center><b>1-407-876-1672</b></center>'+cf1,cf5+'21',ccf1[0]+cf3,'<small>Telephone from UK:</small>'+cf1,cf5+'22',ccf1[0]+cf3,'<center><b>001-407-876-1672</b></center>'+cf1,cf6+'4',ccf5[0],ccf4[0]+'100%'+cf2+cf1,cf5+'23',ccf1[0]+cf3,cfB+'th_reliabilityseal3.gif" Width="110" Height="39" Id="'+cf5+'23img">'+cf1+cf1+cf1,'pop1submain',ccf0[0]+';width:209px"','','pop1submaini',ccf1[0]+ccf2[0]+';width:207px"','',cf5+'24',ccf1[0]+cf3,'view all these homes'+cf1,cf5+'25',ccf1[0]+cf3,'AF-0418 - 3 bed Windwood Bay'+cf1,cf5+'26',ccf1[0]+cf3,'AF-RB02 - 3 Bedroom at Royal Bay'+cf1+cf1+cf1,'pop2submain',ccf0[0]+';width:220px"','','pop2submaini',ccf1[0]+ccf2[0]+';width:218px"','',cf5+'27',ccf1[0]+cf3,'View all 3 beds'+cf1,cf5+'28',ccf1[0]+cf3,'AF-0333 - Indian Ridge'+cf1,cf5+'29',ccf1[0]+cf3,'AF-2504 - Greater Groves'+cf1,cf5+'30',ccf1[0]+cf3,'AF-0704 - Montego Bay'+cf1,cf5+'31',ccf1[0]+cf3,'AF-0303 - Spring Lakes'+cf1,cf5+'32',ccf1[0]+cf3,'AF-0593 - Hampton Lakes'+cf1,cf5+'33',ccf1[0]+cf3,'AF-1450 - Crescent Lakes'+cf1,cf5+'34',ccf1[0]+cf3,'AF-1312 - Pinewood Country Estates'+cf1+cf1+cf1,'pop3submain',ccf0[0]+';width:220px"','','pop3submaini',ccf1[0]+ccf2[0]+';width:218px"','',cf5+'35',ccf1[0]+cf3,'view all 4 beds'+cf1,cf5+'36',ccf1[0]+cf3,'AF-0904 - Esprit'+cf1,cf5+'37',ccf1[0]+cf3,'AF-2609 - Chatham Park'+cf1,cf5+'38',ccf1[0]+cf3,'AF-4461 - Bass Lakes'+cf1,cf5+'39',ccf1[0]+cf3,'AF-0237 - Windwood Bay'+cf1,cf5+'40',ccf1[0]+cf3,'AF-5505 - Lake Davenport Estates'+cf1,cf5+'41',ccf1[0]+cf3,'AF-2523 - Crescent Lakes'+cf1,cf5+'42',ccf1[0]+cf3,'AF-0306 - Pinewood Country Estates'+cf1,cf5+'43',ccf1[0]+cf3,'AF-0804 - Lindfields'+cf1,cf5+'44',ccf1[0]+cf3,'AF-0135 - Calabay'+cf1,cf5+'45',ccf1[0]+cf3,'AF-0137 - Calabay'+cf1,cf5+'46',ccf1[0]+cf3,'AF-0209 - Calabay'+cf1,cf5+'47',ccf1[0]+cf3,'AF-0412 - Crescent Lakes'+cf1,cf5+'48',ccf1[0]+cf3,'AF-0502 - Hillcrest'+cf1,cf5+'49',ccf1[0]+cf3,'AF-0305 - Doral Woods'+cf1,cf5+'50',ccf1[0]+cf3,'AF-0421 - Westridge'+cf1,cf5+'51',ccf1[0]+cf3,'AF-0309 - Hampton Lakes'+cf1,cf5+'52',ccf1[0]+cf3,'AF-0167 - Windwood Bay'+cf1,cf5+'53',ccf1[0]+cf3,'AF-16829 - Sunrise Lakes'+cf1,cf5+'54',ccf1[0]+cf3,'AF-1115 - Lake Berkley'+cf1+cf1+cf1,'pop4submain',ccf0[0]+';width:256px"','','pop4submaini',ccf1[0]+ccf2[0]+';width:254px"','',cf5+'55',ccf1[0]+cf3,'view all 5 and more beds'+cf1,cf5+'56',ccf1[0]+cf3,'AF-0101 - Four Corners (5 beds) '+cf1,cf5+'57',ccf1[0]+cf3,'AF-0662 - Legacy Park (5 beds) '+cf1,cf5+'58',ccf1[0]+cf3,'AF-0404 - Legacy Park (5 beds)'+cf1,cf5+'59',ccf1[0]+cf3,'AF-0304 - Hampton Lakes (5 beds)'+cf1,cf5+'60',ccf1[0]+cf3,'AF-1002 - Manatee Creek (5 beds)'+cf1,cf5+'61',ccf1[0]+cf3,'AF-0527 - Lake Davenport Estates (5 beds)'+cf1,cf5+'62',ccf1[0]+cf3,'AF-0308 - Lake Davenport Estates (5 beds)'+cf1,cf5+'63',ccf1[0]+cf3,'AF-6116 - Lake Davenport Estates (5 Beds)'+cf1,cf5+'64',ccf1[0]+cf3,'AF-2952 - Villa Sol Development (6 beds)'+cf1,cf5+'65',ccf1[0]+cf3,'AF-5420 - Crescent Lakes (6 beds)'+cf1,cf5+'66',ccf1[0]+cf3,'AF-1413 - Crescent Lakes (6 beds)'+cf1,cf5+'67',ccf1[0]+cf3,'AF-1503 - Westhaven (5 beds)'+cf1,cf5+'68',ccf1[0]+cf3,'AF-0001 - Crescent Lakes (6 beds)'+cf1,cf5+'69',ccf1[0]+cf3,'AF-0002 - Crescent Lakes (6 beds)'+cf1,cf5+'70',ccf1[0]+cf3,'AF-0004 - Crescent Lakes (5 beds)'+cf1+cf1+cf1,'pop5submain',ccf0[0]+';width:131px"','','pop5submaini',ccf1[0]+ccf2[0]+';width:129px"','',cf5+'71',ccf1[0]+cf3,'Links General'+cf1,cf5+'72',ccf1[0]+cf3,'Travel Related Links'+cf1,cf5+'73',ccf1[0]+cf3,'Link Exchange'+cf1+cf1+cf1,'pop6submain',ccf0[0]+';width:187px"','','pop6submaini',ccf1[0]+ccf2[0]+';width:185px"','',cf5+'74',ccf1[0]+cf3,'Map of Villa Subdivisions'+cf1,cf5+'75',ccf1[0]+cf3,'Renting a Villa in Florida'+cf1,cf5+'76',ccf1[0]+cf3,'Finding a Suitable Property'+cf1,cf5+'77',ccf1[0]+cf3,'How Much Will it Cost?'+cf1,cf5+'78',ccf1[0]+cf3,'Making a booking'+cf1,cf5+'79',ccf1[0]+cf3,'Payment of the Balance'+cf1,cf5+'80',ccf1[0]+cf3,'Our terms and conditions'+cf1,cf5+'81',ccf1[0]+cf3,'Privacy Policy'+cf1,cf5+'82',ccf1[0]+cf3,'Booking form'+cf1,cf5+'83',ccf1[0]+cf3,'&nbsp;&nbsp;&nbsp;&nbsp;in PDF format'+cf1,cf5+'84',ccf1[0]+cf3,'&nbsp;&nbsp;&nbsp;&nbsp;in Word format'+cf1,cf5+'85',ccf1[0]+cf3,'Credit Card Authorization Form'+cf1,cf5+'86',ccf1[0]+cf3,'&nbsp;&nbsp;&nbsp;&nbsp;in PDF format'+cf1,cf5+'87',ccf1[0]+cf3,'&nbsp;&nbsp;&nbsp;&nbsp;in Word format'+cf1+cf1+cf1,'pop7submain',ccf0[0]+';width:148px"','','pop7submaini',ccf1[0]+ccf2[0]+';width:146px"','',cf5+'88',ccf1[0]+cf3,'Cape Light Properties'+cf1,cf5+'89',ccf1[0]+cf3,'Florida Villas in the Sun'+cf1+cf1+cf1,'pop8submain',ccf0[0]+';width:140px"','','pop8submaini',ccf1[0]+ccf2[0]+';width:138px"','',cf5+'90',ccf1[0]+cf3,'AF-0604 - Palm Coast'+cf1+cf1+cf1);

function popmcreate(){
pmhcde='';
for (x=0; x<pmimsa.length; x+=3)
pmhcde+=cf0+pmimsa[x]+pmimsa[(x+1)]+'>'+pmimsa[(x+2)];
pmhcde +='<Div Id="DboX" style="position:absolute;visibility:hidden;z-Index:2000;padding:5px 5px 5px 5px;text-align:left;font-family:Verdana;font-size:10px;-moz-opacity:0"></Div>';
if (navigator.userAgent.indexOf("Opera")<0){
range = document.createRange();
range.setStartBefore(document.body.firstChild);
inscde = range.createContextualFragment(pmhcde);
document.body.appendChild(inscde);
}
else
document.body.insertAdjacentHTML('afterBegin',pmhcde);
DboX = document.getElementById("DboX");
popMain = document.getElementById("popMain");
popMain.style.zIndex = 1000;
window.onresize = setpopnpos;
setTimeout('setpopvars()',40);
document.images["plimg1"].src = poplimg.src;
document.onmousemove = popmove;
document.onmousedown = setpopdsploff;
with(popMain.style){
top = mpy;
left = mpx;
visibility = "visible";
}
ecY = popMain.offsetTop;
ecX = popMain.offsetLeft;
poptimer = setInterval('popredraw()',10);
for (x=0; x<pmolimg.length;x+=2){
pmoimg[pmolimg[x]] = new Image();
pmoimg[pmolimg[x]].src = popbasedir+pmolimg[x+1];
}
}

function setpopdsploff(e){
popdsploff(1,e);
}
popmcreate();

