//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 162; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"FFF";	// main nav cell color
var rCOLOR = 	"FFF";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"white"	// main nav border color
var aLINK = 	"";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"tahoma";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#EFEFEB";	// submenu cell color

var srCOLOR = 	"#EB250F";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"white"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"tahoma";// submenu font face
var sfSIZE = 	13;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#EFEFEB";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "~";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = "~";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("index.htm","Home",65,"center","","",0,0,"","","","#384452","#999999");

addMainItem("","About US",75,"center","","",0,0,"","","","#384452","999999");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(220,"left","left",-4,0,"","","","","","#384452","EEEEEE");
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("corporate_profile.htm","Corporate Profile","","");						
	addSubmenuItem("board_directors.htm","Board of Directors","","");
	addSubmenuItem("executive_management.htm","Management Team","","");
	//addSubmenuItem("","Business Units","","");
//		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
//		defineChildmenuProperties(210,"left","left",0,-20,"","","","","","#384452","EEEEEE");
//		// add child menu link items ("url","Link name","_target","alt text")
//		addChildmenuItem("lautoka_mill.htm","Lautoka Mill","","");
//		addChildmenuItem("rarawai_mill.htm","Rarawai Mill","","");
//		addChildmenuItem("labasa_mill.htm","Labasa Mill","","");
//		addChildmenuItem("penang.htm","Penang Mill","","");
//		addChildmenuItem("head_office.htm","Corporate Head Office","","");
//		addChildmenuItem("scm.htm","Supply Chain","","");
//		addChildmenuItem("design.htm","Design Services","","");
//		addChildmenuItem("isc.htm","Information Systems Center","","");
//		addChildmenuItem("corporate_engineering_services.htm","Corporate Engineering Services","","");
//		addChildmenuItem("corporate_training.htm","Corporate Training Center","","");
	addSubmenuItem("corporate_strategies.htm","Corporate Strategies","","");
	addSubmenuItem("corporate_governance.htm","Corporate Governance","","");
	addSubmenuItem("","Corporate Social Responsibilities","","");
		defineChildmenuProperties(240,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("corporate_social_responsibilities.htm","Social Responsibilities","","");
		addChildmenuItem("fsc_float.htm","FSC Float in Sugar Festival 09","","");
		//addChildmenuItem("doc/business_house.pdf","Business House Soccer Tournament 09","","");
	addSubmenuItem("site_map.htm","Location Map","","");
	addSubmenuItem("reforms.htm","Reforms","","");
    addSubmenuItem("","Products","","");        
        defineChildmenuProperties(210,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("sugar.htm","Sugar","","");
		addChildmenuItem("molasses.htm","Molasses","","");
		//addChildmenuItem("power_co_generation.htm","Power-Cogeneration","","");
		//addChildmenuItem("other.htm","Ethanol","","");
		
addMainItem("","Business Units",115,"center","","",0,0,"","","","#384452","999999");		
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(220,"left","left",-4,0,"","","","","","#384452","EEEEEE");
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("lautoka_mill.htm","Lautoka Mill","","");
	addSubmenuItem("rarawai_mill.htm","Rarawai Mill","","");
	addSubmenuItem("labasa_mill.htm","Labasa Mill","","");
	addSubmenuItem("penang.htm","Penang Mill","","");
	addSubmenuItem("head_office.htm","Corporate Head Office","","");
	addSubmenuItem("scm.htm","Supply Chain","","");
	addSubmenuItem("design.htm","Design Services","","");
	addSubmenuItem("isc.htm","Information Systems Center","","");
	addSubmenuItem("corporate_engineering_services.htm","Corporate Engineering Services","","");
	addSubmenuItem("corporate_training.htm","Corporate Training Center","","");

addMainItem("","Public Relations",115,"center","","",0,0,"","","","#384452","999999");
		// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(165,"left","left",-4,0,"","","","","","#384452","EEEEEE");
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("corporate_highlights.htm","Corporate Highlights","","");
	addSubmenuItem("top_20_shareholders.htm","Top Twenty Shareholders","","");
	//addSubmenuItem("10YrsStatical.htm","10yr Statistical Review","","10yr Statistical Review");

	//addSubmenuItem("","Statistical Review","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	//defineChildmenuProperties(215,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		// add child menu link items ("url","Link name","_target","alt text")
	//addChildmenuItem("10YrsStatical.htm","2009 Statistical Review","","2009 Statistical Review");
	//addChildmenuItem("2010_Statistical_Review.htm","2010 Statistical Review","","2010 Statistical Review");
	addSubmenuItem("","Statistical Review","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(215,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		     //    add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("10YrsStatical.htm","2009 Statistical Review","","2009 Statistical Review");
		addChildmenuItem("2010_Statistical_Review.htm","2010 Statistical Review","","2010 Statistical Review");
		//addChildmenuItem("DOC/Annual_Report_2001.pdf","Annual Report - 2001","_blank","");
		//addChildmenuItem("DOC/Annual_Report_2002.pdf","Annual Report - 2002","_blank","");
		//addChildmenuItem("DOC/Annual_Report_2003.pdf","Annual Report - 2003","_blank","");
		//addChildmenuItem("DOC/Annual_Report_2004.pdf","Annual Report - 2004","_blank","");
		//addChildmenuItem("DOC/Annual_Report_2005.pdf","Annual Report - 2005","_blank","");
		//addChildmenuItem("DOC/Annual_Report_2006.pdf","Annual Report - 2006","_blank","");
		//addChildmenuItem("DOC/FSC Annual Report.pdf","Annual Report - 2007","_blank","");
		//addChildmenuItem("DOC/FSCANNUALREPORT08.pdf","Annual Report - 2008","_blank","");
		//addChildmenuItem("DOC/FSCAnnualRepor2009.pdf","Annual Report - 2009","_blank","");
		//addChildmenuItem("DOC/2010_Annual_Report.pdf","Annual Report - 2010","_blank","");
	
addMainItem("","Business Process",115,"center","","",0,0,"","","","#384452","999999");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(208,"left","left",-4,0,"","","","","","#384452","EEEEEE");
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("","Sugar Cane Agriculture","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(260,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("farming.htm","Farming","","");
		addChildmenuItem("how_cane_grows.htm","How Cane Grows","","");
		addChildmenuItem("fertilizer.htm","Fertilization","","");
		addChildmenuItem("cane_varieties.htm","Cane Varieties","","");
		addChildmenuItem("sugar_made_stalk.htm","How Sugar is made in the Cane Stock","","");
		addSubmenuItem("harvesting_transportation.htm","Havesting and Transportation","","");
		addSubmenuItem("","Manufacturing","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(185,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("main_stages_of_production.htm","Main Stages of Production","","");
		addChildmenuItem("ProcessDiagram.htm","Process Diagram","","");	
	addSubmenuItem("sugar_marketing.htm","Shipping and Marketing","","");
	
addMainItem("","Sugar Industry",115,"center","","",0,0,"","","","#384452","999999");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(265,"left","left",-4,0,"","","","","","#384452","EEEEEE");
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("history_of_sugar_in_fiji.htm","History of Sugar in Fiji","","");
	addSubmenuItem("backbone_of_the_fiji_economy.htm","Contribution to the countries economy","","");
	//addSubmenuItem("","Stakeholders","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h //offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(215,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("land.htm","iTaukei Land Trust Board","","");
		addChildmenuItem("land_owner.htm","Land Owners","","");
		addChildmenuItem("farmers.htm","Farmers","","");
		addChildmenuItem("sugar_industry_tribunal.htm","Sugar Industry Tribunal","","");
		addChildmenuItem("growers_fund_authority.htm","Sugar Cane Growers Fund","","");
		//addChildmenuItem("mill_area_committee.htm","Mill Area Committees","","");
		addChildmenuItem("sugarcane_growers_council.htm","Sugar Cane Growers Council","","");
		addChildmenuItem("millers.htm","Miller","","");
		addChildmenuItem("sugar_research_institute.htm","Sugar Research Institute of Fiji","","");
		//addChildmenuItem("agriculture_advisory_services.htm","Agricultural Advisory Services","","");

	addSubmenuItem("","Stakeholders","","");
		defineChildmenuProperties(215,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		addChildmenuItem("land.htm","iTaukei Land Trust Board","","");
		addChildmenuItem("land_owner.htm","Land Owners","","");
		addChildmenuItem("farmers.htm","Farmers","","");
		addChildmenuItem("sugar_industry_tribunal.htm","Sugar Industry Tribunal","","");
		addChildmenuItem("growers_fund_authority.htm","Sugar Cane Growers Fund","","");
		addChildmenuItem("sugarcane_growers_council.htm","Sugar Cane Growers Council","","");
		addChildmenuItem("millers.htm","Miller","","");
		addChildmenuItem("sugar_research_institute.htm","Sugar Research Institute of Fiji","","");	
	        addChildmenuItem("South_Pacific_Fertilizer.htm","South Pacific Fertilizer","","");
addMainItem("","Media Centre",100,"center","","",0,0,"","","","#384452","999999");
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(175,"left","left",-4,0,"","","","","","#384452","EEEEEE");
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("","Vacancies","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(300,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		// add child menu link items ("url","Link name","_target","alt text")
	  	addChildmenuItem("novacancies.htm","No Vacancy","","");
	  	//addChildmenuItem("Tender3.htm","DESIGN AND PLANNING ENGINEER - Due - 14 November 2011.","",""); 
  		//addChildmenuItem("Add_2.htm","TRADE APPRENTICESHIP - Due - 9 September 2011.","",""); 
	    //addChildmenuItem("doc/CRANE_OPERATOR.pdf","Crane Operator - Due 28th March ","_blank","");
	addSubmenuItem("","Tenders","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(350,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("Tender1.htm","TENDER FOR FREIGHT SERVICES- AIR & SEA  –Due 30th Nov-2011","","");
		//addChildmenuItem("Tender2.htm","TENDER FOR SUPPLY & DELIVERY OF CANE TRUCK WIRE ROPE SLINGS –Due 5th Dec-2011","","");
		//addChildmenuItem("Tender3.htm","TENDER FOR  PRINTING OF ANNUAL REPORT - Due 18th July 2011","_blank","");
		//addChildmenuItem("doc/Tender_Adv_for Evaporator_Tube_Cleaning.pdf","Cleaning Of Evaporator Tubes - Rarawai – Tender 07/274/11 - Due 30th June 2011","_blank","");

		//addChildmenuIt em("doc/HireTrafficCallVan.pdf","Hire of Traffic Call Van - Due 23rd Mar","_blank","");
		//addChildmenuItem("doc/TicketBooksPrinting.pdf","Ticket Book Printing - Due 12th Mar","_blank","");
		//addChildmenuItem("doc/WeighingMachineServ.pdf","Servicing of Weighbrige Machines - Due 22nd Mar","_blank","");
	addSubmenuItem("","Announcements","","");	
	defineChildmenuProperties(270,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		addChildmenuItem("Executive_Circular.htm","Executive-Movement Circular","","");
		addChildmenuItem("Cane_Forecast_2011.htm","Cane Forecast Price 2011","","");
	//addSubmenuItem("","Press Release","","");	
	//defineChildmenuProperties(300,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		//addChildmenuItem("doc/ba.pdf","Press Release - FSC to assist Cane Growers in Ba","_blank","");
		//addChildmenuItem("doc/cuttingoperation.pdf","Press Release - 2010 Crushing Operations","_blank","");
		//addChildmenuItem("doc/CostCutting.pdf","Press Release - FSC Cuts Back Posts","_blank","");	
	addSubmenuItem("","Annual Report Archive","","");	
	defineChildmenuProperties(270,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		addChildmenuItem("DOC/Annual_Report_1999.pdf","Annual Report - 1999","_blank","");
		addChildmenuItem("DOC/Annual_Report_2000.pdf","Annual Report - 2000","_blank","");
		addChildmenuItem("DOC/Annual_Report_2001.pdf","Annual Report - 2001","_blank","");
		addChildmenuItem("DOC/Annual_Report_2002.pdf","Annual Report - 2002","_blank","");
		addChildmenuItem("DOC/Annual_Report_2003.pdf","Annual Report - 2003","_blank","");
		addChildmenuItem("DOC/Annual_Report_2004.pdf","Annual Report - 2004","_blank","");
		addChildmenuItem("DOC/Annual_Report_2005.pdf","Annual Report - 2005","_blank","");
		addChildmenuItem("DOC/Annual_Report_2006.pdf","Annual Report - 2006","_blank","");
		addChildmenuItem("DOC/FSC Annual Report.pdf","Annual Report - 2007","_blank","");
		addChildmenuItem("DOC/FSCANNUALREPORT08.pdf","Annual Report - 2008","_blank","");
		addChildmenuItem("DOC/FSCAnnualRepor2009.pdf","Annual Report - 2009","_blank","");
		addChildmenuItem("DOC/2010_Annual_Report.pdf","Annual Report - 2010","_blank","");
		addChildmenuItem("DOC/2011_Annual_Report1.pdf","Annual Report - 2011","_blank","");
		//addChildmenuItem("doc/abdulkhan.pdf","Appointment of Chairman and Vice Chairman","_blank","");
		//addChildmenuItem("doc/gmfin.pdf","Resignation of GMFIN","_blank","");
		//addChildmenuItem("doc/gmo.pdf","Resignation of GMO","_blank","");
		//addChildmenuItem("doc/actingceo.pdf","Acting CEO","_blank","");
		//addChildmenuItem("doc/ceo.pdf","Resignation of CEO","_blank","");		
		//addChildmenuItem("doc/finance.pdf","FSC announces Financial Results","_blank","");
		//addChildmenuItem("doc/chairman.pdf","Resignation of Chairman","_blank","");
	addSubmenuItem("","Expression of interest","","");	
	defineChildmenuProperties(300,"left","left",0,-20,"","","","","","#384452","EEEEEE");
		//addChildmenuItem("doc/eoi.pdf","Feasibility study of Cogeneration at Rarawai Mill","_blank","");
		//addChildmenuItem("doc/eoi2.pdf","Feasibility study and project implementation <br>for the production of Ethanol","_blank","");
		//addChildmenuItem("doc/eoi3.pdf","Feasibility study and project implementation <br>for the production of white refined sugar <br>& the establishment of a sugar packaging plant","_blank","");		
	//addSubmenuItem("http://websvr/rfq/index.aspx","Request For Quotation","","");	
	addSubmenuItem("","Photo Gallery","","");
	defineChildmenuProperties(300,"left","left",0,-20,"","","","","","#384452","EEEEEE");
	addChildmenuItem("fsc_float.htm","FSC Float - 2009","","");
	addSubmenuItem("","News/Events","","");
	defineChildmenuProperties(300,"left","left",0,-20,"","","","","","#384452","EEEEEE");
	addChildmenuItem("First_Shipment_2011.htm","First Sugar Shipment","","");
	addChildmenuItem("http://www.fijitimes.com/story.aspx?id=178704","Fiji Times - Sugar earns $30m","","");
	//addChildmenuItem("doc/Bagasse_2011.pdf","Bagasse As Renewable Energy Resource","","");		
	//addSubmenuItem("doc/vpnclient.exe","VPN Client zip","","");
	//addSubmenuItem("http://192.168.10.2/rfq/user/index.aspx","RFQ","","");
	 
	

//addMainItem("https://mail.fsc.com.fj/owa/","Outlook WA",75,"center","_blank","",0,0,"","","","#999999","384452");

addMainItem("contact_us.htm","Contact Us",75,"center","","",0,0,"","","","#384452","999999");

//**DO NOT EDIT THIS *****
}//***********************
//************************

