var nav_Home=new Object();nav_Home.mouseoverTextcolor="#999999";nav_Home.numLinks="5";nav_Home.holidayButton="Christmas_Ornaments";nav_Home.modernButton="Basic_Black";nav_Home.importedImageMouseOver="";nav_Home.selectedItalic="false";nav_Home.sophisticatedButton="Antique";nav_Home.lineWidth="1";nav_Home.buttonCategory="basic";nav_Home.textColor="#000000";nav_Home.selectedUnderline="false";nav_Home.underline="false";nav_Home.accentStyle="Square";nav_Home.mouseoverItalic="false";nav_Home.horizontalWrap="6";nav_Home.bold="true";nav_Home.border="#999999";nav_Home.accentType="left";nav_Home.selectedBgcolor="";nav_Home.orientation="horizontal";nav_Home.squareTab="Camel";nav_Home.selectedTextcolor="";nav_Home.horizontalSpacing="10";nav_Home.style="buttons";nav_Home.mouseoverBgcolor="";nav_Home.accentColor="Black";nav_Home.imageWidth="114";nav_Home.basicTab="White";nav_Home.graphicMouseover="true";nav_Home.texturedButton="Victorian";nav_Home.funButton="Arts_and_Crafts";nav_Home.tabCategory="basic";nav_Home.localPreview="false";nav_Home.dirty="false";nav_Home.simpleButton="Daisies";nav_Home.selectedEffect="true";nav_Home.mouseoverBold="true";nav_Home.basicButton="Gray";nav_Home.hasLinks="true";nav_Home.importedImage="";nav_Home.mouseoverUnderline="false";nav_Home.lineColor="#999999";nav_Home.mouseoverEffect="true";nav_Home.selectedBold="true";nav_Home.type="Navigation";nav_Home.textSize="11";nav_Home.importedImageSelected="";nav_Home.textFont="Helvetica";nav_Home.background="";nav_Home.version="4";nav_Home.darkButton="Elegant";nav_Home.italic="false";nav_Home.imageHeight="31";nav_Home.justification="center";nav_Home.graphicSelected="true";nav_Home.brightButton="Chicky";nav_Home.verticalSpacing="8";nav_Home.navID="nav_Home";nav_Home.navName="Home";nav_Home.imagePath="grey_button.gif";nav_Home.selectedImagePath="white_button.gif";nav_Home.mouseOverImagePath="white_button.gif";nav_Home.imageWidth="114";nav_Home.imageHeight="31";nav_Home.fontClass="Helvetica11";nav_Home.fontFace="Helvetica, Arial, sans-serif";var baseHref='';if(document.getElementsByTagName)
{var base=document.getElementsByTagName('base');if(base&&base.length>0)
{if(base[0].href!=undefined)
{baseHref=base[0].href;if(baseHref!=''&&baseHref.charAt(baseHref.length-1)!='/')
{baseHref+='/';}}}}
nav_Home.links=new Array(5);var nav_Home_Link1=new Object();nav_Home_Link1.type="existing";nav_Home_Link1.displayName="Home";nav_Home_Link1.linkWindow="_self";nav_Home_Link1.linkValue="index.html"
nav_Home_Link1.linkIndex="1";nav_Home.links[0]=nav_Home_Link1;var nav_Home_Link2=new Object();nav_Home_Link2.type="existing";nav_Home_Link2.displayName="Accommodation";nav_Home_Link2.linkWindow="_self";nav_Home_Link2.linkValue="accomodation.html"
nav_Home_Link2.linkIndex="2";nav_Home.links[1]=nav_Home_Link2;var nav_Home_Link3=new Object();nav_Home_Link3.type="existing";nav_Home_Link3.displayName="Things&nbsp;To&nbsp;Do";nav_Home_Link3.linkWindow="_self";nav_Home_Link3.linkValue="thingstodo.html"
nav_Home_Link3.linkIndex="3";nav_Home.links[2]=nav_Home_Link3;var nav_Home_Link4=new Object();nav_Home_Link4.type="existing";nav_Home_Link4.displayName="Contact&nbsp;Us";nav_Home_Link4.linkWindow="_self";nav_Home_Link4.linkValue="contact_us.html"
nav_Home_Link4.linkIndex="4";nav_Home.links[3] =nav_Home_Link4;var nav_Home_Link5=new Object();nav_Home_Link5.type="existing";nav_Home_Link5.displayName="Find&nbsp;Us";nav_Home_Link5.linkWindow="_self";nav_Home_Link5.linkValue="find_us.html"
nav_Home_Link5.linkIndex="5";nav_Home.links[4]=nav_Home_Link5;function renderGraphicalHTML(Navigation,strTpGif)
{var strHTML='';strHTML+='<table border="0" cellspacing="0" cellpadding="0">';var i;for(i=0;i<Navigation.links.length;i++)
{strHTML+=renderGraphicalLink(Navigation,Navigation.links[i],strTpGif);}
strHTML+='</table>';return strHTML;}
function mouseOn(tdCell,newBackgroundImage)
{tdCell.style.backgroundImage='url('+newBackgroundImage+')';}
function mouseOff(tdCell,newBackgroundImage)
{tdCell.style.backgroundImage='url('+newBackgroundImage+')';}
function getGraphicMouseOverHandler(Navigation,bIsCurrentPage)
{if(Navigation.mouseoverEffect!='true')return '';if((Navigation.graphicSelected=='true'||Navigation.selectedTextcolor)&&bIsCurrentPage&&'true'==Navigation.selectedEffect)
{return '';}
var bShowMouseoverText=!(bIsCurrentPage&&'true'==Navigation.selectedEffect&&Navigation.selectedTextcolor);var strMouseOver='';var strMouseOut='';if(Navigation.graphicMouseover=='true')
{strMouseOver+=' mouseOn(this, \''+Navigation.mouseOverImagePath+'\');';strMouseOut+=' mouseOff(this, \''+Navigation.imagePath+'\');';}
var textColor;var baseTextColor=Navigation.textColor;var bold;var baseBold=Navigation.bold;var underline;var baseUnderline=Navigation.underline;var italic;var baseItalic=Navigation.italic;if(bIsCurrentPage&&'true'==Navigation.selectedEffect)
{textColor=Navigation.selectedTextcolor?Navigation.selectedTextcolor:(Navigation.mouseoverTextColor?Navigation.mouseoverTextcolor:Navigation.textColor);baseTextColor=Navigation.selectedTextcolor?Navigation.selectedTextcolor:Navigation.textColor;baseBold=bold=Navigation.selectedBold;baseUnderline=underline=Navigation.selectedUnderline;baseItalic=italic=Navigation.selectedItalic;}
else
{textColor=Navigation.mouseoverTextcolor?Navigation.mouseoverTextcolor:Navigation.textColor;bold=Navigation.mouseoverBold;underline=Navigation.mouseoverUnderline;italic=Navigation.mouseoverItalic;}
strMouseOver+=' textMouseOn(this, \''+textColor+'\', \''+bold+'\', \''+underline+'\', \''+italic+'\');';strMouseOut+=' textMouseOff(this, \''+baseTextColor+'\', \''+baseBold+'\', \''+baseUnderline+'\', \''+baseItalic+'\');';return ' onMouseOver="'+strMouseOver+'" onMouseOut="'+strMouseOut+'"';}
function getGraphicalStyle(Navigation,strImg,strFontColor,bold,italic,underline,bNetscape)
{var strStyle=' style="';strStyle+='cursor: pointer; cursor: hand; ';strStyle+='color:'+strFontColor+';';strStyle+='background-image:url('+strImg+');';strStyle+='background-repeat:no-repeat;';strStyle+='background-position:center;';if(!bNetscape)
{if(bold)strStyle+='font-weight: bold;';if(italic)strStyle+='font-style: italic;';if(underline)strStyle+='text-decoration: underline;';}
strStyle+=Navigation.justification;strStyle+='" ';return strStyle;}
function renderGraphicalLink(Navigation,Link,strTpGif)
{var strImg=Navigation.imagePath;var strFontColor=Navigation.textColor;var bIsCurrentPage=isCurrentPage(Link);var strLinkValue=fixLinkValue(Link);var bLastLink=Link.linkIndex==Navigation.numLinks;var nColIndex=0;if(Navigation.orientation=='horizontal')
{nColIndex=(Link.linkIndex-1)%Navigation.horizontalWrap;}
if(bIsCurrentPage&&'true'==Navigation.selectedEffect)
{if(Navigation.graphicSelected=='true')
{strImg=Navigation.selectedImagePath;}
if(Navigation.selectedTextcolor)
{strFontColor=Navigation.selectedTextcolor;}}
var bNetscape=false;var strAppName=navigator.appName;var appVer=parseFloat(navigator.appVersion);var nGeneralPadding=10;if((strAppName=='Netscape')&&(appVer>=4.0&&appVer<5))
{bNetscape=true;}
var strHTML='';if(Navigation.orientation=='horizontal')
{if((Link.linkIndex%Navigation.horizontalWrap)==1)
{strHTML+='<TR ALIGN="CENTER" VALIGN="MIDDLE">';strHTML+='<TD>';strHTML+='<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">';strHTML+='<TR>';}}
else
{strHTML+='<TR>'}
strHTML+='<TD NOWRAP HEIGHT="'+Navigation.imageHeight+'"';strHTML+=' ALIGN="'+Navigation.justification+'" VALIGN="MIDDLE"';strHTML+=' id="'+Navigation.navName+'_Link'+Link.linkIndex+'"';if(!bNetscape)
{strHTML+=getGraphicalStyle(Navigation,strImg,strFontColor,((bIsCurrentPage&&'true'==Navigation.selectedEffect)?('true'==Navigation.selectedBold):('true'==Navigation.bold)),((bIsCurrentPage&&'true'==Navigation.selectedEffect)?('true'==Navigation.selectedItalic):('true'==Navigation.italic)),((bIsCurrentPage&&'true'==Navigation.selectedEffect)?('true'==Navigation.selectedUnderline):('true'==Navigation.underline)),bNetscape);}
else
{if(bIsCurrentPage&&'true'==Navigation.selectedEffect)
{strHTML+=' CLASS="navBackgroundSelected'+Navigation.navName+'" ';}
else
{strHTML+=' CLASS="navBackground'+Navigation.navName+'" ';}}
if(!bNetscape)
{var strOnClick=getOnClick(strLinkValue,Link.linkWindow);var strMouseOver=getGraphicMouseOverHandler(Navigation,bIsCurrentPage);strHTML+=strOnClick+strMouseOver;}
if(bNetscape)
{strHTML+=' width="'+Navigation.imageWidth+'"';}
strHTML+='>';var strFormattingStart='';var strFormattingEnd='';if(bNetscape)
{if((bIsCurrentPage&&'true'==Navigation.selectedEffect)?('true'==Navigation.selectedItalic):('true'==Navigation.italic))
{strFormattingStart+='<I>';strFormattingEnd='</I>'+strFormattingEnd;}
if((bIsCurrentPage&&'true'==Navigation.selectedEffect)?('true'==Navigation.selectedBold):('true'==Navigation.bold))
{strFormattingStart+='<B>';strFormattingEnd='</B>'+strFormattingEnd;}}
if(!bNetscape)
{var nDivWidth=Navigation.imageWidth;if(Navigation.justification!='center')
{nDivWidth=nDivWidth-nGeneralPadding;}
strHTML+='<DIV ';strHTML+=' STYLE="width:'+nDivWidth+'px';if(Navigation.justification!='center')
{strHTML+=';margin-'+Navigation.justification+':';strHTML+=nGeneralPadding+'px';}
strHTML+='">';}
if(bNetscape)
{if(Navigation.justification=='left')
{strHTML+='<IMG SRC="'+strTpGif+'" WIDTH="'+nGeneralPadding+'" HEIGHT="1" BORDER="0">';}
strHTML+='<A HREF="'+strLinkValue+'" TARGET="';var strLinkTarget=Link.linkWindow;if(strLinkTarget=='_self')
{strLinkTarget='_parent';}
strHTML+=strLinkTarget+'">';}
strHTML+='<FONT';strHTML+=' FACE="'+Navigation.fontFace+'"';strHTML+=' CLASS="'+Navigation.fontClass+'"';if(bNetscape)
{strHTML+=' COLOR="'+strFontColor+'"';}
strHTML+='>';strHTML+=strFormattingStart+Link.displayName+strFormattingEnd;strHTML+='</FONT>';if(!bNetscape)
{strHTML+='</DIV>';}
if(bNetscape)
{if(Navigation.justification=='right')
{strHTML+='<IMG SRC="'+strTpGif+'" WIDTH="'+nGeneralPadding+'" HEIGHT="1" BORDER="0">';}
strHTML+= '</A>';}
strHTML+='</TD>';if(Navigation.orientation=='vertical')
{strHTML+='</TR>';if(Navigation.verticalSpacing>0)
{if(!bLastLink)
{strHTML+='<TR><TD>';strHTML+='<IMG SRC="'+strTpGif+'" HEIGHT="'+Navigation.verticalSpacing+'" WIDTH="1" BORDER="0" ALT="">';strHTML+='</TD></TR>';}}}
else
{if(Navigation.horizontalSpacing>0)
{if(!bLastLink&&(nColIndex!=Navigation.horizontalWrap-1))
{strHTML+='<TD WIDTH="'+Navigation.horizontalSpacing+'">';strHTML+='<IMG SRC="'+strTpGif+'" WIDTH="'+Navigation.horizontalSpacing+'" HEIGHT="1" BORDER="0" ALT="">';strHTML+='</TD>';}}
if(bLastLink||nColIndex==Navigation.horizontalWrap-1)
{strHTML+='</TR>';strHTML+='</TABLE>';strHTML+='</TD></TR>';}
if(nColIndex==Navigation.horizontalWrap-1&&!bLastLink)
{strHTML+='<TR><TD>';strHTML+='<IMG SRC="'+strTpGif+'" HEIGHT="'+Navigation.verticalSpacing+'" WIDTH="1" BORDER="0" ALT="">';strHTML+='</TD></TR>';}}
return strHTML;}
function renderHTML(Navigation)
{if(navigator.userAgent.indexOf('Mozilla/3')!=-1)
{return 'Sorry, since you are using an old version of Netscape, you may not be able to access all the pages in this Web site.';}
if(Navigation.style=='text')
{return renderTextHTML(Navigation,'/tp.gif');}
else
{return renderGraphicalHTML(Navigation,'/tp.gif');}}
function fixLinkValue(Link)
{if(Link.type!='existing')
{return Link.linkValue;}
else
{return baseHref+strRelativePathToRoot+Link.linkValue;}}
function isCurrentPage(Link)
{if(Link.type!='existing')
{return false;}
var strLinkValue=Link.linkValue.toLowerCase();return(strRelativePagePath==strLinkValue);}
function getOnClick(strLinkValue,strLinkTarget)
{var strOnClick;if(strLinkTarget=='_blank')
{strOnClick='onClick="window.open(\''+strLinkValue+'\');"';}
else
{strOnClick='onClick="document.location = \''+strLinkValue+'\';"';}
return strOnClick;}
function netscapeDivCheck()
{var strAppName=navigator.appName;var appVer=parseFloat(navigator.appVersion);if((strAppName=='Netscape')&&(appVer>=4.0&&appVer<5)){document.write('</DIV>');}}
function textMouseOn(textObj,newColor,mouseoverBold,mouseoverUnderline,mouseoverItalic)
{if(newColor)
{textObj.style.color=newColor;}
if(mouseoverBold=='true')
{textObj.style.fontWeight='bold';}
else
{textObj.style.fontWeight='normal';}
if(mouseoverUnderline=='true')
{textObj.style.textDecoration='underline';}
else
{textObj.style.textDecoration='none';}
if(mouseoverItalic=='true')
{textObj.style.fontStyle='italic';}
else
{textObj.style.fontStyle='normal';}}
function textMouseOff(textObj,newColor,bold,underline,italic)
{textObj.style.color=newColor;if(bold=='true')
{textObj.style.fontWeight='bold';}
else
{textObj.style.fontWeight='normal';}
if(underline=='true')
{textObj.style.textDecoration='underline';}
else
{textObj.style.textDecoration='none';}
if(italic=='true')
{textObj.style.fontStyle='italic';}
else
{textObj.style.fontStyle='normal';}}
document.write(renderHTML(nav_Home));