
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:740px">\
<li  style="width:185px;"><a href="#">INSIDE NOBLES</a>\
\
	<div><div style="width:185px;top:1px;left:0px;"><ul style="">\
	<li ><a href="heritage.html">Heritage</a></li>\
	<li ><a href="location.html">Location</a></li>\
    <li ><a href="recruitment.html">Recruitment</a></li>\
	<li ><a href="contact.html">Contact Us</a></li>\
	<li ><a href="index.html">Home Page</a></li>\
	</ul></div></div></li>\
\
<li  style="width:185px;"><a href="#">SUBARU RANGE</a>\
\
	<div><div style="width:185px;top:1px;left:0px;"><ul style="">\
	<li ><a href="subaru_special_offers.html">Special Offers</a></li>\
	<li ><a href="subaru_range.html">All Models</a></li>\
	<li ><a href="impreza.html">Impreza</a></li>\
	<li ><a href="WRX.html">Impreza WRX STi</a></li>\
	<li ><a href="cosworth.html">Cosworth CS400 STi</a></li>\
	<li ><a href="justy.html">Justy</a></li>\
	<li ><a href="forester.html">Forester</a></li>\
	<li ><a href="legacy_sports_tourer.html">Legacy Sports Tourer</a></li>\
	<li ><a href="outback.html">Outback</a></li>\
	<li ><a href="used.html">Proven Used</a></li>\
	</ul></div></div></li>\
\
<li  style="width:185px;"><a href="#">ISUZU RANGE</a>\
\
	<div><div style="width:185px;top:1px;left:0px;"><ul style="">\
	<li ><a href="isuzu_special_offers.html">Special Offers</a></li>\
	<li ><a href="isuzu_range.html">All Models</a></li>\
	<li ><a href="2.5_crd_denver.html">2.5 CRD Rodeo Single Cab 4x2</a></li>\
	<li ><a href="2.5_crd_denver.html">2.5 CRD Rodeo Denver</a></li>\
	<li ><a href="2.5_crd_denver.html">2.5 CRD Rodeo Denver Max</a></li>\
	<li ><a href="2.5_crd_denver.html">3.0 CRD Rodeo Denver Max Plus</a></li>\
	<li ><a href="2.5_crd_denver.html">3.0 CRD Rodeo Denver Max LE</a></li>\
	<li ><a href="2.5_crd_denver.html">3.0 Auto CRD Rodeo Denver Max LE</a></li>\
	<li ><a href="used.html">Approved Used</a></li>\
	</ul></div></div></li>\
	\
<li  style="width:185px;"><a href="#">SERVICES</a>\
\
	<div><div style="width:185px;top:1px;left:0px;"><ul style="">\
	<li ><a href="service.html">Service, MOT and Repairs</a></li>\
	<li ><a href="parts.html">Parts and Accessories</a></li>\
	<li ><a href="bodyshop.html">Bodyshop</a></li>\
	<li ><a href="business.html">Business Centre</a></li>\
	</ul></div></div></li>\
\
</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 ******************
---------------------------------------------------*/

list7 = true

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 = 250


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

	this.main_expand_image = "images/global/arrow2.gif"
	this.main_expand_image_hover = "images/global/arrow2.gif"
	this.main_expand_image_width = "12"
	this.main_expand_image_height = "8"
	this.main_expand_image_offx = "-1"
	this.main_expand_image_offy = "4"



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

	//Main Menu

	this.main_container_styles = "background-color:#E6E6E6; border-style:solid; border-color:#CCCCCC; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#333333; text-align:left; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:6px; border-style:solid; border-color:#999999; border-width:1px; "
	this.main_item_hover_styles = "background-color:#999999; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Me

	this.subs_container_styles = "background-color:#E6E6E6; border-style:solid; border-color:#999999; 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:12px; 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; color:#000000; "
	this.subs_item_active_styles = "text-decoration:none; "



}


