
	var NoOffFirstLineMenus=7;			// Number of first level items
	
	var LowBgColor='#27282C';			// Background color when mouse is not over
	var LowSubBgColor='#27282C';			// Background color when mouse is not over on subs
	
	var HighBgColor='#27282C';			// Background color when mouse is over
	var HighSubBgColor='#18191C';			// Background color when mouse is over on subs
	
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	
	var FontHighColor='#EC1C24';			// Font color when mouse is over
	var FontSubHighColor='#EC1C24';			// Font color subs when mouse is over
	
	var BorderColor='#27282C';			// Border color
	var BorderSubColor='#27282C';			// Border color for subs
	
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="'TitilliumText14L400wt', Trebuchet MS, Helvetica, Arial, sans-serif"	// Font family menu items
	var FontSize=9.5;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=3;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","/index.html","/images/menubackground.jpg",0,20,65);

Menu2=new Array("Repairs","/toshiba-laptop-repairs.html","/images/menubackground.jpg",7,20,80);
	Menu2_1=new Array("Repairs information","/toshiba-laptop-repairs.html","",0,20,190);
	Menu2_2=new Array("Fixed Price Screen Replacement","/cracked-laptop-display.html","",0,20,190);	
	Menu2_3=new Array("Service Request Form","/service_request_form.html","",0,20,170);
	Menu2_4=new Array("Repairs process","/repairs_process.html","",0,20,170);
	Menu2_5=new Array("Collect and return","/collect_and_return.html","",0,20,170);
	Menu2_6=new Array("Packaging information","/packaging_information.html","",0,20,170);
	Menu2_7=new Array("Component level repairs","/component_level_repairs.html","",0,20,170);
	
Menu3=new Array("Shop","/cgi-bin/ss000065.pl?SECTIONID=index.html&NOLOGIN=1","/images/menubackground.jpg",0,20,65);

Menu4=new Array("Information","/information.html","/images/menubackground.jpg",14,20,95);
	Menu4_1=new Array("General Information","/information.html","",0,20,195);
	Menu4_2=new Array("Returns Policy","/returnspolicy.html","",0,20,170);
	Menu4_3=new Array("Warranty Information","/warranty_information.html","",0,20,170);
	Menu4_4=new Array("Recovery CD/DVD","/recovery_build.html","",0,20,170);
	Menu4_5=new Array("End of Life Parts (EOL)","/end_of_life_options_eol.html","",0,20,170);
	Menu4_6=new Array("Topaz Care","/topaz_care.html","",0,20,170);
	Menu4_7=new Array("Corporate Care","/corporate.html","",0,20,170);
	Menu4_8=new Array("Trade Account Application","/account_application.html","",0,20,170);
	Menu4_9=new Array("Resellers, Repairers & Education","/partners.html","",0,20,170);
	Menu4_10=new Array("Ireland","/ireland.html","",0,20,170);
	Menu4_11=new Array("Other Toshiba Products","/other_toshiba_products.html","",0,20,170);
	Menu4_12=new Array("Terms & Conditions","/terms_conditions.html","",0,20,170);
	Menu4_13=new Array("Trade Terms & Conditions","/trade_terms_conditions.html","",0,20,170);
	Menu4_14=new Array("Privacy Statement","/privacy_statement.html","",0,20,170);
	
// Menu8=new Array("News","news.html","images/menubackground.jpg",3,20,70);
//	Menu8_1=new Array("Menu item","#","",0,20,170);
//	Menu8_2=new Array("Menu item","#","",0,20,170);
//	Menu8_3=new Array("menu item","#","",0,20,170);

Menu5=new Array("About us","/about_us.html","/images/menubackground.jpg",1,20,85);
	Menu5_1=new Array("Newsletter","/news/11nov/","",0,20,170);
	
Menu6=new Array("Contact","/contact.html","/images/menubackground.jpg",2,20,80);
Menu6_1=new Array("Contact us","/contact.html","",0,20,170);
Menu6_2=new Array("Feedback","/feedback.html","",0,20,170);
	
Menu7=new Array("Login","/cgi-bin/ss000065.pl?SECTIONID=trade_parts.html","/images/menubackground.jpg",0,20,60);
