<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="C800E0";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="50FF71";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#fffff0";
linkOverBGColor="50FF71";
linkTarget="_top";
linkAlign="Left";
barBGColor="#50FF71";
barFontFamily="arial, sans serif";
barFontSize="2";
barFontColor="#C800E0";
barVAlign="center";
barWidth=15; // no quotes!!

startMenu("Menu", "M E N U")
addItem("Home", "http://www.urban-model.co.uk/index2.htm", "");
addItem("Contact Us", "http://www.urban-model.co.uk/html/home/contact.htm", "");
addItem("Location", "http://www.urban-model.co.uk/html/home/location.htm", "");
addItem("Book A Model", "http://www.urban-model.co.uk/html/home/rates.htm", "");
addHdr("Info Centre");
addItem("Can I Model?", "http://www.urban-model.co.uk/html/infocentre/amiamodel.htm", "");
addItem("New Models", "http://www.urban-model.co.uk/html/infocentre/newmodels.htm", "");
addItem("Test Shoots", "http://www.urban-model.co.uk/html/infocentre/testshoot.htm", "");
addItem("Workhops", "http://www.urban-model.co.uk/html/infocentre/workshop.htm", "");
addHdr("Resources");
addItem("Photographers", "http://www.urban-model.co.uk/html/resources/snappers.htm", "");
addItem("Studios", "http://www.urban-model.co.uk/html/resources/studios.htm", "");
addItem("Stylists", "http://www.urban-model.co.uk/html/resources/stylists.htm", "");
addItem("Portfolio Shoots", "http://www.urban-model.co.uk/html/resources/portfolios.htm", "");
addHdr("Models");
addItem("Gennie", "http://www.urban-model.co.uk/html/models/gennie.htm", "");
addItem("Hana", "http://www.urban-model.co.uk/html/models/hana.htm", "");
addItem("Sabi", "http://www.urban-model.co.uk/html/models/sabi.htm", "");
endMenu()

//-->