﻿
/*
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="996600";
oncolor="FFFFFF";
offbgcolor="000000";
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="000000";
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=7;
left=300;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/index.html;status=Back To Home Page;");
aI("text=Featured Luthiers;url=/featuredluthiers.html;");
aI("text=Guitars for Sale;showmenu=guitars;");
aI("text=Audio Clips;url=/soundbites.html;");
aI("text=Videos;url=/vid.php;");
aI("text=Romanillos Luthier Selection;url=/mp.html;");
aI("text=Cases-Tuners-Strings;showmenu=cases;");
aI("text=Information;showmenu=general;");
}

with(milonic=new menuname("general")){
style=menuStyle;
aI("text=The Origin and Development of the Double Top Guitar;url=/doubletop_article.html");
aI("text=Conterfeit String Alert;url=/counterfeitstrings.html");
aI("text=Risk Free Trial;url=/riskfree.html");
aI("text=How to pack your guitar;url=/packing.html");
aI("text=Remembering Bernabe Sr.;url=/passing.html");
aI("text=Smallman Donation;url=/c-86Smallman.html;");
aI("text=Sell vs. Consign;url=/selling.html");
aI("text=Links of interest;url=/links.html;");
aI("text=Contact Us;url=/contact.html;");

}
with(milonic=new menuname("guitars")){
style=menuStyle;
overflow="scroll";
aI("text=Classical Guitars;url=/classical.html;");
aI("text=Flamenco Guitars;url=/flamenco.html;");
aI("text=David Argent Guitars;url=/Argent.html;");
aI("text=Paulino Bernabe Guitars;url=/Bernabe.html;");
aI("text=Michel Brück Guitars;url=/bruck.html;");
aI("text=Gregory Byers Guitars;url=/byers.html;");
aI("text=Matthias Dammann Guitars;url=/dammann.html;");
aI("text=Dominique Delarue Guitars;url=/delarue.html;");
aI("text=Andrés Marvi Guitars;url=/Marvi.html;");
aI("text=Casimiro Lozano Guitars;url=/lozano.html;");
aI("text=Claudio Meneghelli Guitars;url=/meneghelli.html;");
aI("text=Dieter Mueller Guitars;url=/dmueller.html;");
aI("text=Fritz Mueller Guitars;url=/mueller.html;");
aI("text=Michael O'Leary Guitars;url=/oleary.html;");
aI("text=Jim Redgate Guitars;url=/redgate.html;");
aI("text=Romanillos Guitars;url=/romanillos.html;");
aI("text=Robert Ruck Guitars;url=/ruck.html;");
aI("text=Philip Woodfield Guitars;url=/woodfield.html;");

}


with(milonic=new menuname("sold")){
style=menuStyle;
aI("text=Sold Classical Guitars;url=/classical_sold.html");
aI("text=Sold Flamenco Guitars;url=/flamenco_sold.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=Hiscox guitar Cases;url=/hiscoxcases.html");
aI("text=Graf Tuners;url=/graf.html");
aI("text=Royal Classic Strings from Spain;url=/strings.html");
}

drawMenus();


