﻿
/*
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="6b6545";
oncolor="000000";
offbgcolor="bdb48d0";
offcolor="ffffff";
onsubimage="arrow.gif";
bordercolor="CC9900";
borderstyle="solid";
menubgimage='blkblock.gif';borderwidth=0;
separatorcolor="CC9966";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="ffffff";
pagebgcolor="FFCC00";
headercolor="000000";
headerbgcolor="999999";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=7;
left=155;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/homepage.html;status=Back To Home Page;");
aI("text=About Merideth;url=/about.html;");
aI("text=Credentials;url=/credetials.html;");
aI("text=Marketing;showmenu=marketing;");
aI("text=Testimonials;url=/testimonials.html;");
aI("text=As seen in...;url=/ads.html;");
aI("text=MLS Listings;url=http://od1571484.isanexpert.com/Listings/residential_r4.aspx?QF1=Listings.SiteID&QV1=21860520&QC1=5;target=_blank;");
aI("text=Trusted Resources;url=/links.html;");
aI("text=School Search;url=http://im3.imagemaker360.com/viewer/feature/Community.asp?TourID=112830&DID=3;target=_blank;");
aI("text=Contact;url=/contact.php;");
}

with(milonic=new menuname("schools")){
style=menuStyle;
aI("text=Public Schools;url=http://im3.imagemaker360.com/viewer/feature/Community.asp?TourID=112830&DID=3;target=_blank;");
aI("text=Private Schools;url=http://im3.imagemaker360.com/viewer/feature/Community.asp?TourID=112830&DID=4;target=_blank;");


}
with(milonic=new menuname("marketing")){
style=menuStyle;
overflow="scroll";
aI("text=Marketing Materials;url=/marketing.html;");
aI("text=Virtual Tour;url=/reseda.php;");


}


with(milonic=new menuname("sold")){
style=menuStyle;
aI("text=Classical Guitars;url=/classical_sold1.html");
aI("text=Flamenco Guitars;url=/flamenco_sold1.html");

}

with(milonic=new menuname("sell")){
style=menuStyle;
aI("text=Sell-Cash vs. Consignment;url=/selling.html;");
aI("text=How to pack your guitar;url=/packing.html;");
}

with(milonic=new menuname("fl")){
style=menuStyle;
aI("text=Featured Luthier Descriptions;url=/featuredluthiers.html;");
aI("text=Jose and Liam Romanillos -Most Promising Luthier Selection;url=/mp.html;");
}

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("cases")){
style=menuStyle;
aI("text=Karura Carbon Fiber Cases;url=/karura.html");
aI("text=Graf Hand-made Tuners;url=/graf.html");
aI("text=Royal Classic Strings from Spain;url=/strings.html");
}

drawMenus();


