/*FXS Menu Version 5.0 - Copyright (c) 2005 FXsinus.com. All rights reserved.
THIS IS NOT FREE SOFTWARE, IT HAS TO BE LICENSED FOR ALL USE!
*/

ordernumber="";//Once you have licensed FXS Menu, the order number will be sent to you by share-it!.
emptyimage="images/transparent.gif";//Transparent image in gif format.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.
displaydelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hideonpageclick=0;
RL1=55;
var MSIEEffect=["GradientWipe(duration=0.5,wipeStyle=0)","Alpha(opacity=90, style=0)","Shadow(color=#C0C0C0, Direction=135, Strength=3)"];

/*Start Style Declarations*/

Level1Design=new fxsdesign([
"menubgcolor=#CCFFFF",
"highlightpath=true",
"align=center",
"separatorcolor=#000000",
"wiseposition=true",
"menuborderwidth=2",
"menubordercolor=#336699",
"separatorsize=1",
"paddingleft=3",
"paddingtop=1",
"fontfamily=Verdana,Arial",
"fontsize=8pt",
"color=#336699",
"coloron=#CCFFFF",
"bgcolor=#CCFFFF",
"bgcoloron=#336699",
"arrow=images/arrowblack.gif",
"arrowon=images/arrowwhite.gif",
"arrowright=20",
"arrowtop=1",
"height=20",
"alignment=vertical",
"filterover=Shadow(color=#666666, Direction=135, Strength=10)",
]);

Level2Design=new fxsdesign([
"design=Level1Design",
"align=left",
"menubgcolor=#CCFFFF",
"highlightpath=true",
"separatorcolor=#000000",
"wiseposition=true",
"menuborderwidth=1",
"menubordercolor=#336699",
"separatorsize=1",
"paddingleft=3",
"paddingtop=1",
"fontfamily=Verdana,Arial",
"fontsize=8pt",
"color=#336699",
"coloron=#CCFFFF",
"bgcolor=#CCFFFF",
"bgcoloron=#336699",
"arrow=images/arrowdownblack.gif",
"arrowon=images/arrowdownwhite.gif",
"arrowright=20",
"arrowtop=1",
"width=250",
"height=20",
"alignment=vertical",
"filterover=Gradientwipe(gradientsize=0.25,wipestyle=0,motion=forward);Alpha(opacity=80, style=0);Shadow(color=#666666, Direction=135, Strength=10)",
"filterout=Gradientwipe(gradientsize=0.25,wipestyle=0,motion=reverse);Alpha(opacity=80, style=0);Shadow(color=#666666, Direction=135, Strength=10)",
]);

Level3Design=new fxsdesign([
"align=left",
"menubgcolor=#CCFFFF",
"highlightpath=true",
"separatorcolor=#000000",
"wiseposition=true",
"menuborderwidth=1",
"menubordercolor=#000000",
"separatorsize=1",
"paddingleft=3",
"paddingtop=1",
"fontfamily=Verdana,Arial",
"fontsize=8pt",
"color=#336699",
"coloron=#CCFFFF",
"bgcolor=#CCFFFF",
"bgcoloron=#336699",
"arrow=images/arrowblack.gif",
"arrowon=images/arrowwhite.gif",
"arrowright=20",
"arrowtop=1",,
"height=20",
"alignment=vertical",
"filterover=Gradientwipe(gradientsize=0.25,wipestyle=1,motion=forward);Alpha(opacity=80, style=0);Shadow(color=#666666, Direction=135, Strength=10)",
"filterout=Gradientwipe(gradientsize=0.25,wipestyle=1,motion=reverse);Alpha(opacity=80, style=0);Shadow(color=#666666, Direction=135, Strength=10)",
]);

/* Level 1 Menu */

HHMenu=new fxsmenu([
"design=Level1Design",
"position=absolute",
"top=50",
"left=20",
"visible=true",
]);

fxs(["html=Menu","width=150","fontsize=12pt","align=center","fontweight=bold","color=#CCFFFF","bgcolor=#336699","coloron=#CCFFFF","bgcoloron=#336699",]);
fxs(["html=Home","href=index.htm",]);
fxs(["html=Lago Verde","display=LagoVerde",]);
fxs(["html=Moon Cottage","display=MoonCottage",]);
fxs(["html=Contact Us","href=contacts.htm","target=_blank",]);
fxs(["html=Privacy Statement","href=hh-dpa.htm","target=_blank",]);

/* Level 2 Menus */

LagoVerde=new fxsmenu(["design=Level2Design",]);
fxs(["html=Lago Verde","fontsize=12pt","align=center","fontweight=bold","color=#CCFFFF","bgcolor=#336699","coloron=#CCFFFF","bgcoloron=#336699",]);
fxs(["html=Details","href=lvindex.htm",]);
fxs(["html=B04 Availability","href=http://www.availcheck.com/cgi-bin/calendar.cgi?propid=2203","target=_blank",]);
fxs(["html=C13 Availability","href=http://www.availcheck.com/cgi-bin/calendar.cgi?propid=2204","target=_blank",]);
fxs(["html=Booking Form","href=lagoverd/lv-tc.htm","target=_blank",]);
fxs(["html=Terms and Conditions","href=lagoverd/lv-tc.htm","target=_blank",]);
fxs(["html=Photo Gallery","fontsize=12pt","align=center","fontweight=bold","color=#CCFFFF","bgcolor=#336699","coloron=#CCFFFF","bgcoloron=#336699",]);
fxs(["html=General Photos","href=lagoverd/General/index.html","target=_blank",]);
fxs(["html=B4 Photos","href=lagoverd/B4photos/index.html","target=_blank",]);
fxs(["html=C13 Photos","href=lagoverd/C13photos/index.html","target=_blank",]);


MoonCottage=new fxsmenu(["design=Level2Design",]);
fxs(["html=Moon Cottage","fontsize=12pt","align=center","fontweight=bold","color=#CCFFFF","bgcolor=#336699","coloron=#CCFFFF","bgcoloron=#336699",]);
fxs(["html=Details","href=mcindex.htm",]);
fxs(["html=Availability","href=http://www.availcheck.com/cgi-bin/calendar.cgi?propid=2205","target=_blank",]);
fxs(["html=Booking Form","href=mooncott/mc-tc.htm","target=_blank",]);
fxs(["html=Terms and Conditions","href=mooncott/mc-tc.htm","target=_blank",]);
fxs(["html=Photos","href=mooncott/General/index.html","target=_blank",]);

buildMenus();
