﻿
document.write('\
<div style="z-index: 1;"><div><div style="display:none;"><ul id="imenus0" style="width:525px">\
<li  style="width:90px;"><a href="index.shtml">Home</a>\
\
<li  style="width:165px;"><a href="catalogue_main.shtml">Online Catalogue</a>\
\
	<div><div style="width:165px;top:;left:;"><ul style="">\
	<li ><a href="latest_additions.shtml">Latest Additions</a></li>\
	<li ><a href="#">Pre-Owned Wrist Watches</a>\
\
		<div><div style="width:110px;top:-18px;left:155px;"><ul style="">\
		<li ><a href="gents_ww.shtml">Gents</a>\
\
		<div><div style="width:110px;top:-18px;left:100px;"><ul style="">\
		<li ><a href="gents_rolex.shtml">Rolex</a></li>\
		<li ><a href="gents_omega.shtml">Omega</a></li>\
		<li ><a href="gents_jl.shtml">Jaeger LeCoultre</a></li>\
		<li ><a href="gents_iwc.shtml">IWC</a></li>\
		<li ><a href="gents_longines.shtml">Longines</a></li>\
		</ul></div></div></li>\
\
		<li ><a href="ladies_ww.shtml">Ladies</a>\
\
		<div><div style="width:110px;top:-18px;left:100px;"><ul style="">\
		<li ><a href="ladies_rolex.shtml">Rolex</a></li>\
		</ul></div></div></li>\
\
		</ul></div></div></li>\
\
	<li ><a href="#">Brand New Wrist Watches</a>\
\
		<div><div style="width:110px;top:-18px;left:155px;"><ul style="">\
		<li ><a href="#">Gents</a>\
\
		<div><div style="width:110px;top:-18px;left:100px;"><ul style="">\
		<li ><a href="gents_newomega.shtml">Omega</a></li>\
		<li ><a href="gents_newrolex.shtml">Rolex</a></li>\
		</ul></div></div></li>\
\
		</ul></div></div></li>\
\
	<li ><a href="pocket_watches.shtml">Pocket Watches</a></li>\
	<li ><a href="chains_fobs.shtml">Watch Chains/Fobs</a></li>\
	<li ><a href="#">Accessories</a>\
\
		<div><div style="width:140px;top:-18px;left:155px;"><ul style="">\
		<li ><a href="watch_boxes.shtml">Watch Collection Boxes</a></li>\
		<li ><a href="watch_winders.shtml">Watch Winders</a></li>\
		<li ><a href="watch_cases.shtml">Travel Cases</a></li>\
		</ul></div></div></li>\
\
	</ul></div></div></li>\
\
<li  style="width:118px;"><a href="#">Information</a>\
\
	<div><div style="width:118px;top:;left:;"><ul style="">\
	<li ><a href="faq.shtml">FAQs</a></li>\
	</ul></div></div></li>\
\
<li  style="width:150px;"><a href="repairs.shtml">Repairs/Servicing</a>\
\
<li  style="width:100px;"><a href="links.shtml">Links</a>\
\
<li  style="width:125px;"><a href="contact_us.shtml"">Contact Us</a>\
\
</ul><div style="clear:left;"></div></div></div></div>\
');







/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id's.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


unlock0 = '1981-u'
unlock1 = '2384-u'
function imenus_data0(){

	this.enable_visual_design_mode = false			//turns the visual design pad option on or off

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "arrow_main.gif"
	this.main_expand_image_hover = "arrow_main.gif"
	this.main_expand_image_width = "7"
	this.main_expand_image_height = "5"
	this.main_expand_image_offx = "-1"
	this.main_expand_image_offy = "5"

	this.sub_expand_image = "arrow_sub.gif"
	this.sub_expand_image_hover = "arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "0"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#0b1049; border-style:solid; border-color:#0b1049; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#e6e6e6; text-align:center; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:12px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#0b1049; color:#1111111; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#CADCE7; border-style:solid; border-color:#0b1049; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "color:#111111; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#ffffff; "
	this.subs_item_active_styles = "text-decoration:none ; "


}


