y=1;gVillaRecNum=-1;List=new Listings();PF=new PrinterFriendly();initFactSheetData();function FactSheet(){this.writeFS=writeFS;this.writeTestimonial=writeTestimonial;this.getRates=getRates;function getCalPopUpLink(){return(CALENDAR_RECORDS_HT[Villas[gVillaRecNum][0]]&&CALENDAR_RECORDS_HT[Villas[gVillaRecNum][0]][5]==1||(CALENDAR_RECORDS_HT[Villas[gVillaRecNum][0]]&&CALENDAR_RECORDS_HT[Villas[gVillaRecNum][0]][5]&&staffUser&&CALENDAR_RECORDS_HT[Villas[gVillaRecNum][0]][5]!=4))?"<SPAN CLASS='on'><DIV CLASS='vSpacer5'> &nbsp;</DIV><NOBR>• <A HREF='javascript:PopUp.openWin(\"calendar-villa.html?"+qStr+"&CONTEXT=popup\", 1 );' onMouseOver='self.status = dText[ 32 ]; this.title = dText[ 32 ]; return true;' onMouseOut='self.status=\"\"; return true;' CLASS='fSize9'>See Calendar</A></NOBR><BR></SPAN>":"";}
function getRates(){var htm="Inquire for rates";var Request=getAjaxRequest();Request.open("GET","db/"+Villa.ID+".xml",false);Request.send("");var PropertyXml=(Request.status==200||Request.status==304)?Request.responseXML:null;var DataGlobal=GlobalDataXml.getElementsByTagName("Data")[0];var Taxes=DataGlobal.getElementsByTagName("Taxes")[0];var Today=getToday();var GET=Taxes.getElementsByTagName("GET")[0];var GetOut=new Array();var getRate=0;for(var i=0;i<GET.childNodes.length;i++){var PeriodGET=GET.childNodes[i];if(PeriodGET.nodeType==1){var Rate=gFC(PeriodGET);var rt=gNV(Rate);var Dt=gNS(Rate);var dt=gNV(Dt);var GetDate=dt.gDt();if(Today>=GetDate)getRate=parseFloat(rt);GetOut.push([rt,dt]);}}
var TAT=Taxes.getElementsByTagName("TAT")[0];var TatOut=new Array();for(var i=0;i<TAT.childNodes.length;i++){var PeriodTAT=TAT.childNodes[i];if(PeriodTAT.nodeType==1){var Rate=gFC(PeriodTAT);var Dt=gNS(Rate);TatOut.push([gNV(Rate),gNV(Dt)]);}}
var RSF=DataGlobal.getElementsByTagName("Reservation_Service_Fee")[0];var RSFOut=new Array();for(var i=0;i<RSF.childNodes.length;i++){var PeriodRSF=RSF.childNodes[i];if(PeriodRSF.nodeType==1){var Rate=gFC(PeriodRSF);var Dt=gNS(Rate);RSFOut.push([gNV(Rate),gNV(Dt)]);}}
if(PropertyXml){var Property=PropertyXml.getElementsByTagName("Data")[0];var Name=gFC(Property);var NameId=Name.getAttribute("id");var Other_Fees=Property.getElementsByTagName("Other_Fees")[0];var Rate_Schedule=gNS(Other_Fees);var Rate_Notes_Additional=gNS(Rate_Schedule);var cleanOut="";var Outcleaning=gFC(Other_Fees);var outcleaning_Included=Outcleaning.getAttribute("Included");var outcleaning_Max=Outcleaning.getAttribute("Max");var cleaningIncluded=(outcleaning_Included=="Yes");if(cleaningIncluded){if(outcleaning_Max){var cleanMax=gFF(parseFloat(outcleaning_Max));cleanOut="Included up to "+cleanMax;}
else
cleanOut="Included";}
else{var cleaningFee=parseFloat(gNV(Outcleaning));var cleaningTax=gRF(cleaningFee*getRate/100);var cleaningFeeWithTax=gFF(cleaningFee+cleaningTax);cleanOut=gFF(cleaningFee);if(cleaningFee)cleanOut+=" + "+getRate+"% GET ("+gFF(cleaningTax)+") = "+cleaningFeeWithTax;}
var Security_Deposit=gNS(Outcleaning);var security_Deposit=parseFloat(gNV(Security_Deposit));var secDepOut=gFF(security_Deposit);var Resort_Fee=gNS(Security_Deposit);var resort_Fee=gNV(Resort_Fee);var Htm=new Array();var counter=0;var perWkCol=false,perMoCol=false,notesCol=false;var Periods=Property.getElementsByTagName("Period");for(var k=0;k<Periods.length;k++){var Period=Periods[k];var Ends=Period.getAttribute("Ends");var EndsSegments=Ends.split("/");for(var j=0;j<EndsSegments.length;j++)EndsSegments[j]=parseInt(EndsSegments[j]);var EndDate=new Date(EndsSegments[2]+2000,EndsSegments[0]-1,EndsSegments[1]);var endDate=EndDate.getTime();var Title=gFC(Period),tit=gNV(Title);var Beg=gNS(Title),beg=gNV(Beg);var End=gNS(Beg),end=gNV(End);var Per_Nt=gNS(End),per_Nt=gNV(Per_Nt);var Per_Wk=gNS(Per_Nt),per_Wk=gNV(Per_Wk);var Per_Mo=gNS(Per_Wk),per_Mo=gNV(Per_Mo);var Min_Stay=gNS(Per_Mo),min_Stay=gNV(Min_Stay);var Notes=gNS(Min_Stay),notes=gNV(Notes);if(endDate>=todayG){counter++;var rowSt=(counter%2)?"background-color:rgb( 118,207,206 );":"";Htm.push("<tr style='vertical-align:top; ");Htm.push(rowSt);Htm.push("'>");Htm.push("<td class='lgWh' style='text-align:right; padding:2px 10px 2px 10px; white-space:nowrap;'>");Htm.push((tit)?tit:"&#151;");Htm.push("</td>");Htm.push("<td class='lgWh' style='text-align:right; padding:2px 10px 2px 10px;'>");Htm.push(beg);Htm.push("</td>");Htm.push("<td class='lgWh' style='padding:2px 0px 2px 0px;'>");Htm.push("-");Htm.push("</td>");Htm.push("<td class='lgWh' style='text-align:left; padding:2px 10px 2px 10px;'>");Htm.push(end);Htm.push("</td>");Htm.push("<td class='lgWh' style='text-align:right; padding:2px 10px 2px 10px;'>");Htm.push((per_Nt)?gFF(parseFloat(per_Nt)):"&#151;");Htm.push("</td>");if(per_Wk){Htm.push("<td class='lgWh' style='text-align:right; padding:2px 10px 2px 10px;'>");Htm.push(gFF(parseFloat(per_Wk)));Htm.push("</td>");perWkCol=true;}
else
Htm.push("<td class='lgWh'></td>");if(per_Mo){Htm.push("<td class='lgWh' style='text-align:right; padding:2px 10px 2px 10px;'>");Htm.push(gFF(parseFloat(per_Mo)));Htm.push("</td>");perMoCol=true;}
else
Htm.push("<td class='lgWh'></td>");Htm.push("<td class='lgWh' style='text-align:right; padding:2px 10px 2px 10px;'>");Htm.push(min_Stay);Htm.push("</td>");if(notes){Htm.push("<td class='lgWh' style='text-align:left; padding:2px 10px 2px 10px; font-size:10pt;'>");Htm.push(notes);Htm.push("</td>");notesCol=true;}
else
Htm.push("<td class='lgWh'></td>");Htm.push("</tr>");}}
if(counter==0){Htm.push("<tr style='vertical-align:top; background-color:rgb( 118,207,206 );'>");Htm.push("<td class='lgWh' align='center' colspan='9'>Please inquire for rates</td>");Htm.push("</tr>");}
var Head=new Array();Head.push("<tr>");Head.push("<td class='lgWh' style='text-align:right; padding:0px 10px 8px 10px; vertical-align:bottom; font-variant:small-caps; text-decoration:underline;'>Period</td>");Head.push("<td class='lgWh' style='text-align:right; padding:0px 10px 8px 10px; vertical-align:bottom; font-variant:small-caps; text-decoration:underline;'>From</td>");Head.push("<td class='lgWh'></td>");Head.push("<td class='lgWh' style='text-align:left; padding:0px 10px 8px 10px; vertical-align:bottom; font-variant:small-caps; text-decoration:underline;'>To</td>");Head.push("<td class='lgWh' style='text-align:right; padding:0px 10px 8px 10px; vertical-align:bottom; font-variant:small-caps; text-decoration:underline;'>Per Nt</td>");if(perWkCol)Head.push("<td class='lgWh' style='text-align:right; padding:0px 10px 8px 10px; vertical-align:bottom; font-variant:small-caps; text-decoration:underline;'>Per Wk</td>");else
Head.push("<td class='lgWh'></td>");if(perMoCol)Head.push("<td class='lgWh' style='text-align:right; padding:0px 10px 8px 10px; vertical-align:bottom; font-variant:small-caps; text-decoration:underline;'>Per Mo</td>");else
Head.push("<td class='lgWh'></td>");Head.push("<td class='lgWh' style='text-align:right; padding:0px 10px 8px 10px; vertical-align:bottom; font-variant:small-caps;'>Min<div style='text-decoration:underline;'>Stay</div></td>");if(notesCol)Head.push("<td class='lgWh' style='text-align:left; padding:0px 10px 8px 10px; vertical-align:bottom; font-variant:small-caps; text-decoration:underline;'>Notes</td>");else
Head.push("<td class='lgWh'></td>");Head.push("</tr>");var head=Head.join("");Htm.unshift(head);Htm.unshift("<table border='0' cellpadding='0' cellspacing='0' style='margin-top:10px;'><tbody>");Htm.push("</tbody></table>");Htm.push("<div style='margin:20px 0px 20px 0px;'>");Htm.push("Rates are plus General Excise Taxes (GET) & Transient Accommodations Taxes (TAT):");Htm.push("<div style='margin:2px 0px 20px 15px;'>");Htm.push("GET is ");for(var k=0;k<GetOut.length;k++){Htm.push(GetOut[k][0]);Htm.push("%");if(GetOut.length>1){if(k>0){Htm.push(" on ");Htm.push(GetOut[k][1]);}
Htm.push(", ");}}
Htm[Htm.length-1]=Htm[Htm.length-1].replace(/, /, "" );
Htm.push(" and TAT is ");for(var k=0;k<TatOut.length;k++){Htm.push(TatOut[k][0]);Htm.push("%");if(TatOut.length>1){if(k>0){Htm.push(" on ");Htm.push(TatOut[k][1]);}
Htm.push(", ");}}
Htm[Htm.length-1]=Htm[Htm.length-1].replace(/, /, "" );
Htm.push("</div>");Htm.push("Other Fees:");Htm.push("<div style='margin:2px 0px 20px 15px;'>");Htm.push("Outcleaning: ");Htm.push(cleanOut);Htm.push(" &nbsp; <span class='bullet'>&#149;</span> &nbsp; ");Htm.push("Security Deposit: ");Htm.push(gFF(security_Deposit));Htm.push(" &nbsp; <span class='bullet'>&#149;</span> &nbsp; ");Htm.push("Resort Fee: ");if(isNaN(resort_Fee))Htm.push(resort_Fee);else
Htm.push(gFF(parseFloat(resort_Fee)));if(resort_Fee!="0")Htm.push(" + GE Tax");Htm.push("</div>");Htm.push("Reservation Service Fee:");Htm.push("<div style='margin:2px 0px 20px 15px;'>");Htm.push("A Reservation Service Fee will be collected with the initial payment in the amount of ");for(var k=0;k<RSFOut.length;k++){Htm.push("$");Htm.push(RSFOut[k][0]);Htm.push("");if(RSFOut.length>1){if(k>0){Htm.push(" on ");Htm.push(RSFOut[k][1]);}
Htm.push(", ");}}
Htm[Htm.length-1]=Htm[Htm.length-1].replace(/, /, "" );
Htm.push("</div>");Htm.push("</div>");var rate_Notes_Additional=gNV(Rate_Notes_Additional);rate_Notes_Additional=rate_Notes_Additional.replace(/\r/g, "" ).replace(/\n/g, "<br/>" );
rate_Notes_Additional=rate_Notes_Additional.replace(/{/g, "" ).replace(/}/g, "" );
Htm.push(rate_Notes_Additional);htm=Htm.join("");}
return htm;}
function writeFS(){if(validDataSrc){if(gVillaRecNum>=0){if(Villas[gVillaRecNum][17]==""){document.write(getVillaName(" &gt; Rates & Details"));var nCell="<TD WIDTH=25% VALIGN=top ALIGN=right CLASS=lgBoldWhBkgBlue>";var vCell="<TD WIDTH=25% VALIGN=top CLASS=lgWhBkgBlue>";var vSpacer="<TR><TD COLSPAN=4 HEIGHT=4></TD></TR>";var bdDet="Click to Show Bedroom Details";var bdrmHTML="";var vName=Villa.Name[1].toUpperCase();changeTitle(vName);for(var i=1;i<=10;i++){if(eval("Villa.Bd"+i+"_Bed")){var bedNum=i;var name="Bed #";if(bedNum==1){name="Master Bed";bedNum="";}
bdrmHTML+=''+"<TABLE WIDTH=100% ALIGN=center BORDER=0 CELLSPACING=2 CELLPADDING=0><TR><TD><TABLE WIDTH=100% ALIGN=center BORDER=0 CELLSPACING=2 CELLPADDING=5><TR>"+nCell+name+bedNum+" Type </TD>"+vCell+eval("Villa.Bd"+i+"_Bed")+"</TD>"+nCell+name+bedNum+" View </TD>"+vCell+eval("Villa.Bd"+i+"_View")+"</TD></TR><TR>"+nCell+name+bedNum+" Bathroom </TD>"+vCell+eval("Villa.Bd"+i+"_Bath")+"</TD>"+nCell+name+bedNum+" Floor </TD>"+vCell+eval("Villa.Bd"+i+"_Floor")+"</TD></TR><TR>"+nCell+name+bedNum+" <NOBR>Closet(s)</NOBR> </TD>"+vCell+eval("Villa.Bd"+i+"_Closet")+"</TD>"+nCell+name+bedNum+" Patio/Lanai </TD>"+vCell+eval("Villa.Bd"+i+"_PatLanai")+"</TD></TR><TR>"+nCell+name+bedNum+" Electronics &amp; Entertainment </TD>"+vCell+eval("Villa.Bd"+i+"_Electronics")+"</TD>"+nCell+name+bedNum+" AC </TD>"+vCell+eval("Villa.Bd"+i+"_AC")+"</TD></TR></TABLE></TD></TR></TABLE>";}}
if(bdrmHTML==""){bdrmHTML="<TABLE WIDTH=100% ALIGN=center BORDER=0 CELLSPACING=2 CELLPADDING=0><TR><TD><TABLE WIDTH=100% ALIGN=center BORDER=0 CELLSPACING=2 CELLPADDING=5><TR><TD COLSPAN=4 WIDTH=100% VALIGN=top ALIGN=center CLASS=normWh>&#151; No Bedroom Details Presently Available &#151;</TD></TR></TABLE></TD></TR></TABLE>";}
var fs="<SPAN CLASS='on' ID='lineBreaks'><BR></SPAN><DIV ID=pfTitle CLASS='off' STYLE='color:black; font-size:12pt; font-weight:normal;'></DIV><TABLE WIDTH=80% ALIGN=center BORDER=0 CELLSPACING=0 CELLPADDING=0 class='tableGrid'><TR><TD><a name=External></a><TABLE WIDTH=100% ALIGN=center BORDER=0 CELLSPACING=2 CELLPADDING=5><TR><TD ALIGN=center COLSPAN=4 CLASS=lgBoldWhBkgBlue>"+vName+"</TD></TR><TR><TD COLSPAN=4 CLASS=lgWhBkgBlue>"+Villa.Commentary+"</TD></TR><TR>"+nCell+"Setting </TD>"+vCell+Villa.Setting[1]+"</TD>"+nCell+"Location </TD>"+vCell+Villa.Loc[1]+"</TD></TR><TR>"+nCell+"Island </TD>"+vCell+Villa.Island[1]+"</TD>"+nCell+"View </TD>"+vCell+Villa.View+"</TD></TR><TR>"+nCell+"Bedrooms </TD>"+vCell+Villa.Bdrm[1]+"</TD>"+nCell+"Bathrooms </TD>"+vCell+Villa.Bath[1]+"</TD></TR>"+vSpacer+"<TR>"+nCell+" RATES </TD><TD WIDTH=75% colspan='3' VALIGN=top CLASS=lgWhBkgBlue>"+this.getRates()+"</TD></TR>"+vSpacer+"<TR>"+nCell+"Maximum Occupancy Including Children </TD>"+vCell+Villa.MaxOcc[1]+"</TD>"+nCell+" Availability "+getCalPopUpLink()+"</TD>"+vCell+Villa.Availability+"</TD></TR>"+vSpacer+"<TR>"+nCell+"National Holiday Rate </TD>"+vCell+Villa.RateNatHol+"</TD>"+nCell+"Christmas &amp; New Year Rate </TD>"+vCell+Villa.RateXmasNy+"</TD></TR><TR>"+nCell+"Initial Reservation Payment </TD>"+vCell+Villa.InitialPay+"</TD>"+nCell+"Final Reservation Payment </TD>"+vCell+Villa.FinalPay+"</TD></TR><TR>"+nCell+"Extra Housekeeping Cost </TD>"+vCell+Villa.HsKpProvidedXtra+"</TD>"+nCell+"Housekeeping Services Provided </TD>"+vCell+Villa.HsKpProvided+"</TD></TR>"+vSpacer+"<TR>"+nCell+"Check In Time </TD>"+vCell+Villa.CheckIn+"</TD>"+nCell+"Check Out Time </TD>"+vCell+Villa.CheckOut+"</TD></TR><TR>"+nCell+"Beach Access </TD>"+vCell+Villa.BeachAccess+"</TD>"+nCell+"Ocean Access </TD>"+vCell+Villa.OceanAccess+"</TD></TR><TR>"+nCell+"Pool </TD>"+vCell+Villa.Pool[1]+"</TD>"+nCell+"Heated Pool </TD>"+vCell+Villa.PoolHeat+"</TD></TR><TR>"+nCell+"Indoor Spa </TD>"+vCell+Villa.SpaIndoor+"</TD>"+nCell+"Outdoor Spa </TD>"+vCell+Villa.SpaOutdoor+"</TD></TR><TR>"+nCell+"Central AC </TD>"+vCell+Villa.AC_Central+"</TD>"+nCell+"Partial AC </TD>"+vCell+Villa.AC_Partial+"</TD></TR><TR>"+nCell+"BBQ </TD>"+vCell+Villa.BBQ+"</TD>"+nCell+"Security System </TD>"+vCell+Villa.SecSys+"</TD></TR><TR>"+nCell+"Parking </TD>"+vCell+Villa.Parking+"</TD>"+nCell+"Vehicles Allowed </TD>"+vCell+Villa.NumCars+"</TD></TR><TR>"+nCell+"Cable TV </TD>"+vCell+Villa.CableTV+"</TD>"+nCell+"Satellite TV </TD>"+vCell+Villa.SatTV+"</TD></TR><TR>"+nCell+"Indoor Dining </TD>"+vCell+Villa.DineIn+"</TD>"+nCell+"Outdoor Dining </TD>"+vCell+Villa.DineOut+"</TD></TR><TR>"+nCell+"Approx Interior Size </TD>"+vCell+Villa.HomeSize+"</TD>"+nCell+"Approx Lot Size </TD>"+vCell+Villa.LotSize+"</TD></TR>";var disclosures=Villa.Disclosure;if(Villa.Disclosure){fs+="<TR><TD ALIGN=center COLSPAN=4 CLASS=lgWhBkgBlue>VILLA SPECIFIC DISCLOSURES</TD></TR><TR><TD COLSPAN=4 CLASS=lgWhBkgBlue>"+Villa.Disclosure+"</TD></TR>";}
fs+="<TR CLASS='onP'><TD ALIGN=center COLSPAN=4 CLASS=lgBoldWhBkgBlue><span class='diPlusMinus'>+</span><a href='javascript:void(0);' onClick='if( window.DI ) DI.switchDisplay( this, \"bed_details\", \"focus_bed_details\" );' onMouseover='if( window.DI ) DI.showTip( this ); return true;' onMouseout='self.status=\"\"; return true;' class='diHeading'>View Bedroom Details</a></TD></TR></TD></TR></TABLE></TD></TR></TABLE><div class='diContent' ID='content_bed_details'><TABLE WIDTH=80% ALIGN=center BORDER=0 CELLSPACING=0 CELLPADDING=0><TR><TD><TABLE ALIGN=center BORDER=0 CELLSPACING=0 CELLPADDING=0 CLASS='tableGrid'><TR><TD>"+bdrmHTML+"</TD></TR></TABLE></TD></TR></TABLE></div><div id='focus_bed_details'></div><BR><TABLE WIDTH=80% ALIGN=center BORDER=0 CELLSPACING=0 CELLPADDING=0 class='tableGrid'><TR><TD><TABLE WIDTH=100% ALIGN=center BORDER=0 CELLSPACING=2 CELLPADDING=5><TR><TD ALIGN=center COLSPAN=4 CLASS=lgWhBkgBlue>OTHER NON-STANDARD AMENITIES PROVIDED IN THIS VILLA</TD></TR><TR>"+nCell+"Personal Safe </TD>"+vCell+Villa.Safe+"</TD>"+nCell+"Fireplace </TD>"+vCell+Villa.FirePl+"</TD></TR><TR>"+nCell+"Living Room Sofa Bed </TD>"+vCell+Villa.LivRmSofaBed+"</TD>"+nCell+"DVD </TD>"+vCell+Villa.DVD+"</TD></TR><TR>"+nCell+"DVD Library </TD>"+vCell+Villa.DVD_Library+"</TD>"+nCell+"Video Library </TD>"+vCell+Villa.VCR_Library+"</TD></TR><TR>"+nCell+"Gym </TD>"+vCell+Villa.Gym+"</TD>"+nCell+"Billiard Table </TD>"+vCell+Villa.BilliardTable+"</TD></TR><TR>"+nCell+"Internet Connection </TD>"+vCell+Villa.Internet+"</TD>"+nCell+"Office </TD>"+vCell+Villa.Office+"</TD></TR><TR>"+nCell+"Wine Fridge </TD>"+vCell+Villa.WineRefer+"</TD>"+nCell+"CD Clock Radio </TD>"+vCell+Villa.ClockRadio+"</TD></TR><TR>"+nCell+"Down Pillows </TD>"+vCell+Villa.DownPillow+"</TD>"+nCell+"Home Theater Room </TD>"+vCell+Villa.Theatre+"</TD></TR><TR>"+nCell+"Tiki Torches </TD>"+vCell+Villa.TikiTorch+"</TD>"+nCell+"Bath Robes </TD>"+vCell+Villa.BathRobe+"</TD></TR><TR>"+nCell+"Picnic Basket/Cooler </TD>"+vCell+Villa.PicnicBasketCooloer+"</TD>"+nCell+"Hammock </TD>"+vCell+Villa.Hammock+"</TD></TR><TR>"+nCell+"Shaded Outdoor Dining </TD>"+vCell+Villa.ShadedOutdoorDining+"</TD>"+nCell+"Bottled Water Cooler/Dispenser </TD>"+vCell+Villa.Water+"</TD></TR><TR><TD COLSPAN=1 VALIGN=top ALIGN=right CLASS=lgBoldWhBkgBlue>Other Non-Standard Amenities Provided in this Villa:</TD><TD COLSPAN=3 VALIGN=top CLASS=lgWhBkgBlue>"+Villa.OtherAmenities+"</TD></TR></TABLE></TD></TR></TABLE><BR><DIV><SPAN CLASS=yel>&#149; </SPAN><A HREF='javascript:void( 0 );' onMouseOver='self.status=this.title; return true;' onMouseOut='self.status=\"\"; return true;' onClick='getTravelAgent(); PF.setView( this, [\"page_top\",\"pLinks\",\"lineBreaks\",\"page_bottom\"], [\"tableGrid\", \"lgBoldWhBkgBlue\", \"lgWhBkgBlue\", \"lgWh\", \"normBoldBkgBlue\", \"normBkgBlue\"], true ); PF.printPage( this );' onContextMenu='PF.setView( this, [\"page_top\",\"pLinks\",\"lineBreaks\",\"page_bottom\"], [\"tableGrid\", \"lgBoldWhBkgBlue\", \"lgWhBkgBlue\", \"lgWh\", \"normBoldBkgBlue\", \"normBkgBlue\"], true ); return false;' TITLE='"+PF.dText[2]+"' ID='prnFrLink'>"+PF.dText[0]+"</A></DIV>";var fileName="unknown";if(qStr)fileName=qStr.gV("data");document.write(fs);}
else{htm="<style>.StdLanguageDiv{ display:none;}</style><div style='width:90%; text-align:left; font-size:12pt;'>"+Villa.Commentary+"</div><a name=External></a><div style='margin:10px 0px 15px 0px;'><iframe src='"+Villas[gVillaRecNum][17]+"' width='85%' height='80%' frameborder='0' scrolling='yes' marginheight='0' marginwidth='0' align='top'></iframe></div>";document.write(htm);}}
else{htm="<style>.StdLanguageDiv{ display:none;}</style><div class='fSize12' style='width:600px; text-align:left; margin:10px 0px 20px 0px;'><b>Sorry</b>, we are not maintaining fact sheet data for this property. If you feel that you have reached this message in error, please <a href='javascript:reportError( \"TVV Fact Sheet Data Error\", \"Cannot find a match in the listings.js file for property with id \\&#34;"+dataFile.substring(11,dataFile.length-3)+"\\&#34;\" );' style='font-size:12pt; white-space:nowrap;'>Report this problem</a> to our Web Site Administrator.</div>";document.write(htm);}}
document.write("<DIV CLASS="+pageBotCls+" ID=page_bottom>");}
function writeTestimonial(){writeSummaryLinks("fs");changeTitle(Villa.Name[1]);if(Villa.Testimonials){var htm="<TABLE ALIGN=center BORDER=0 CELLSPACING=0 CELLPADDING=1 WIDTH=90%><TR><TD><TABLE BORDER=0 CELLPADDING=8 CELLSPACING=0 WIDTH=100%><TR><TD ALIGN=center CLASS=normBold>&#151; Comments from Satisfied Guests of "+Villa.Name[1]+" &#151;</TD></TR><TR><TD CLASS=fSize10><BR>"+Villa.Testimonials+"</TD></TR></TABLE></TD></TR></TABLE>";document.write(htm);}}}
var FS=new FactSheet();
