
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=10            // Sub menu left offset

with(menuStyle=new mm_style()){
itemwidth="155"; 
//onbgcolor="#DA2C1C";
oncolor="#000000";
//offbgcolor="#FFF3BD";
offcolor="#ffffff";
//bordercolor="#000000";
//borderstyle="solid";
//borderwidth=1;
fontsize="12px";
fontstyle="bold"
separatorcolor="#000000";
separatorsize="1";
pagecolor="#000000";
pagebgcolor="#FFBF27";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
align="center";

}

with(nextStyle=new mm_style()){
itemwidth="155"; 
onbgcolor="#D1291C";
oncolor="#ffffff";
offbgcolor="#A82822";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E7E7E7";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=3)";
pagecolor="#ffffff";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
align="left";
}

with(milonic=new menuname("PVC")){
style=nextStyle;
overflow="scroll";
aI("text=PVC;url=blinds.php#pvc;");
aI("text=Track Guided Blind Systems;;url=blinds.php#zip;");
aI("text=Motorised;url=blinds.php#mot;");
aI("text=Sunscreen;url=blinds.php#sun;");
aI("text=Canvas;url=blinds.php#can;");
aI("text=Fly Screens;url=blinds.php#fly;");
aI("text=Doors;url=blinds.php#doo;");
aI("text=Sails and Umbrellas;url=blinds.php#sails;");

}

with(milonic=new menuname("BF")){
style=nextStyle;
overflow="scroll";
aI("text=Zip Roll Up;url=blind_features.php#zip;");
aI("text=Track Guided Blind Systems;url=blind_features.php#zipt;");
aI("text=Component Features;url=blind_features.php#com;");
aI("text=Creative Uses;showmenu=CI;");
}


with(milonic=new menuname("CI")){
style=nextStyle;
overflow="scroll";
aI("text=Carports & Garages;url=creative_ideas.php#car;");
aI("text=Add a Room;url=creative_ideas.php#add;");
aI("text=Combinations;url=creative_ideas.php#com;");
aI("text=Creating Rooms;url=creative_ideas.php#cre;");
aI("text=Awkward Shapes;url=creative_ideas.php#awk;");
aI("text=Infills and Gables;url=creative_ideas.php#inf;");
aI("text=Doorways;url=creative_ideas.php#doo;");

}






with(milonic=new menuname("FAQ")){
style=nextStyle;
overflow="scroll";
aI("text=Q & A;url=cafe_blinds_faq.php;");
aI("text=Care & Written Warranty;url=warranty.php;");
}


with(milonic=new menuname("gal")){
style=nextStyle;
overflow="scroll";
aI("text=Gallery;url=gallery.php;");
aI("text=Gallery 2;url=gallery2.php;");
aI("text=Gallery 3;url=gallery3.php;");
aI("text=Commercial Gallery;url=commercial_gallery.php;");
}
drawMenus();


