//UDMv3.1.2
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.1.2 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//
//  KDE modifications by David Joham
//
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "http://www.northpacific.com/scripts/";
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#8CA387";	// main nav cell color
var rCOLOR = 	"#B2BEB0";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#003366"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"#0C402E";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,helvetica,sans serif";	// main nav font face		
var fSIZE = 	13;		// 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 = 	5;		// main nav vertical cell padding
var vtOFFSET = 	1;		// 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 = 	"#F3F2E0";	// submenu cell color
var srCOLOR = 	"#C0BFAD";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#003366"	// submenu border color
var saLINK = 	"#0C402E";	// submenu link color
var saHOVER = 	"#0C402E";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial, helvetica, sans-serif";// 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 = 5;		// submenu vertical cell padding
var svtOFFSET = 5;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size 
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 45;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = -3;		// shift the child menus vertically 			
var chhOFFSET = -5;		// shift the child menus horizontally 		

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 = "title";	// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;	// override document width 



//** LINKS ***********************************************************




// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("http://www.northpacific.com","Home",80,"center","","",0,0,""); 
	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(140,"left","left",0,0);
	
	// add submenu link items ("url","Link name","_target","alt text")
	//addSubmenuItem("http://www.brothercake.com/dropdown/index.html","Script home","","");
	//addSubmenuItem("http://www.brothercake.com/dropdown/install.html","Installing","","");
	//addSubmenuItem("http://www.brothercake.com/dropdown/custom.html","Customising","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset)
		//defineChildmenuProperties(174,"left","center",-3,-20);

		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("http://www.brothercake.com/dropdown/custom.html#style","Global style definitions","","");


addMainItem("http://www.northpacific.com/about.html","About Us",85,"center","","",0,0,""); 


	defineSubmenuProperties(165,"right","left",0,0);
	
	addSubmenuItem("http://www.northpacific.com/co_overview.html","Company Overview","_self","");
	//addSubmenuItem("http://www.northpacific.com/co_mission.html","Mission Statement","_self","");
	addSubmenuItem("http://www.northpacific.com/co_history.html","Company History","_self","");
	addSubmenuItem("http://www.northpacific.com/co_map.html","Company Locations Map","_self","");
	addSubmenuItem("http://www.northpacific.com/bu_index.html","Business Units","_self","");
	addSubmenuItem("http://www.northpacific.com/co_envir.html","Environmental Statement","_self","");
	//addSubmenuItem("http://www.northpacific.com/ecom/co_hr.html","Career Opportunities","_self","");
	addSubmenuItem("http://www.northpacific.com/co_pressrelease.html","Press Releases","_self","");



addMainItem("http://www.northpacific.com/products.html","Products",85,"center","","",0,0,""); 

	defineSubmenuProperties(180,"right","left",0,0);

	addSubmenuItem("http://www.northpacific.com/prod_hardwood.html","Hardwood Products","_self","");
	addSubmenuItem("http://www.northpacific.com/prod_building_mat.html","Building Materials","_self","");
	addSubmenuItem("http://www.northpacific.com/prod_flooring.html","Flooring Products","_self","");
	//addSubmenuItem("http://www.northpacific.com/prod_ag.html","Agriculture/Farm Products","_self","");
	//addSubmenuItem("http://www.northpacific.com/prod_food.html","Food Products & Ingredients","_self","");
	//addSubmenuItem("http://www.northpacific.com/dept/polepiling/index.html","Pole & Piling","_self","");
	//addSubmenuItem("http://www.northpacific.com/dept/polepiling/cm_products.html","Construction Materials","_self","");
	//addSubmenuItem("http://www.northpacific.com/dept/greenproducts/index.html","Green Products","_self","");
//	addSubmenuItem("http://www.northpacific.com/dept/composites/index.html","Composite Products","_self","");


addMainItem("http://www.northpacific.com/ecom/cust_serv.html","Customer Service",125,"center","","",0,0,""); 

	defineSubmenuProperties(135,"left","left",0,0);

//	addSubmenuItem("http://www.northpacific.com/ecom/log_in.html","Log-in","_self");
	//addSubmenuItem("http://www.northpacific.com/ecom/credit_apps.html","Credit Application","_self");
	addSubmenuItem("http://www.northpacific.com/ecom/terms.html","Terms &amp; Conditions","_self");
	addSubmenuItem("http://www.northpacific.com/ecom/links.html","Links","_self");
	//addSubmenuItem("http://www.northpacific.com/ecom/offerings.html","Product Offerings","_self");
	//addSubmenuItem("http://www.northpacific.com/ecom/ecom.html","E-Commerce","_self");
	addSubmenuItem("http://www.northpacific.com/ecom/hstarts.html","US Housing Starts","_self");


addMainItem("http://www.northpacific.com/contact.html","Contact Us",85,"center","","",0,0,""); 

	defineSubmenuProperties(150,"left","left",0,0);

	addSubmenuItem("http://www.northpacific.com/co_map.html","Company Locations Map","_self","");
	addSubmenuItem("http://www.northpacific.com/general_inquiry.html","General Inquiries","_self");
	//addSubmenuItem("http://www.northpacific.com/product_inquiry.html","Product Inquiries","_self");
	addSubmenuItem("http://www.northpacific.com/privacy.html","Privacy Statement","_self");
	addSubmenuItem("mailto:webadmin@northpacific.com","Webmaster","_self");
	addSubmenuItem("http://webmail.northpacific.com/","WebMail","_self");



//addMainItem("http://www.northpacific.com/search.html","Find",85,"center","","",0,0,""); 

//	defineSubmenuProperties(150,"left","left",0,0);

//	addSubmenuItem("http://www.northpacific.com/search.html","Search This Site","_self");
//	addSubmenuItem("http://www.northpacific.com/sitemap.html","Site Map","_self");





//**DO NOT EDIT THIS *****
}//***********************
//************************

