﻿
/*
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=20            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="000000";
oncolor="ffff99";
offbgcolor="336699";
offcolor="ffffff";
onsubimage="arrow.gif";
bordercolor="CC9900";
borderstyle="solid";
menubgimage='blkblock.gif';borderwidth=0;
separatorcolor="CC9966";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="000000";
pagebgcolor="FFCC00";
headercolor="132ea5";
headerbgcolor="999999";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=132;
screenposition="center";
menuwidth="945px";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Company Profile;url=profile.html;");
aI("text=Design to Completion;url=designbuild.html;");
aI("text=Core Values;url=core.html;");
aI("text=Testimonials;url=feedback.html;");
aI("text=Commercial;url=commercial.html");
aI("text=Residential;url=residential.html");
aI("text=Interiors;url=interiors.html");
aI("text=Clients;url=clients.html;");
aI("text=News;url=news.html;");
aI("text=Contact Us;url=contact.html;");
aI("text=Site Map;url=sitemap.html;");

}



with(milonic=new menuname("sold")){
style=menuStyle;
aI("text=Commercial;url=commercial.html");
aI("text=Residential;url=residential.html");
aI("text=Interiors;url=interiors.html");
}

with(milonic=new menuname("sell")){
style=menuStyle;
aI("text=Amgen;url=/selling.html;");
aI("text=Battery-Biz;url=/packing.html;");
aI("text=Driftwood Homes;url=/commercial.html");
aI("text=Dupont Corp;url=/commercial.html");
aI("text=Sea Fresh Restaurant;url=/commercial.html");
aI("text=Vogue Plaza;url=/commercial.html");

}

with(milonic=new menuname("strings")){
style=menuStyle;
aI("text=Pack;url=http://www.sms2email.com/;");
}

with(milonic=new menuname("arbolado")){
style=menuStyle;
aI("text=Vicente Arbolado Guitars;url=/arbolado.html");
aI("text=Lobero;url=/c-lobero.html");
aI("text=Anacapa;url=/c-anacapa.html");
aI("text=Roja;url=/c-roja.html");
aI("text=Orella;url=/c-orella.html");
aI("text=Alamar;url=/c-alamar.html");
aI("text=Laguna;url=/f-laguna.html");
}

with(milonic=new menuname("paco")){
style=menuStyle;
aI("text=Paco de Lucia Guitars;url=/paco.html");
aI("text=Guitar 1a Especial Flamenca Negra-Jacaranda;url=/paco_jacaranda.html");
aI("text=Guitar 1a Especial Flamenca Blanca- Cipres;url=/paco_cipres.html");
aI("text=Guitar Almoraima Blanca;url=/paco_almoraima_blanca.html");
aI("text=Guitar Almoraima Negra;url=/paco_almoraima_negra.html");
}

drawMenus();


