//UDMv2.1.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************
// *** or http://www.dynamicdrive.com/dynamicindex1/topmen3/index.htm ****


// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (not Opera 5)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF =	"";	        // base path to .js and image files
var zORDER = 	100;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"CF3F29";	        // main nav cell color
var rCOLOR = 	"78190C";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"000000"	// main nav border color
var aLINK = 	"FFFFFF";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (not ns4)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana";	// main nav font face		
var fSIZE = 	11;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	5;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	-5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"ffffff";	// submenu cell color
var srCOLOR = 	"CF4F3E";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (not ns4)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana";// submenu font face		
var sfSIZE = 	10;		// 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 = 4;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"#000000";	// submenu drop shadow color
var shOPACITY = 100;		// submenu drop shadow opacity (not ns4 or Opera 5)




//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","target")

addMainItem("index.asp","Home",58,"center","");  


      //define submenu properties (width,"align to edge","text-alignment")


addMainItem("","About Camp",103,"center","");

	defineSubmenuProperties(140,"left","left");

addSubmenuItem("history.asp","History","");	
addSubmenuItem("facilities.asp","Camp Facilities","");
addSubmenuItem("timber_team.asp","Timber Tops Team","");
addSubmenuItem("media_page.asp","Media Page","");
addSubmenuItem("directions.asp","Directions","");



addMainItem("","Campers",85,"center","");

	defineSubmenuProperties(115,"left","left");
	
// add submenu link item ("url","Link name",width,"text-alignment","target")	

addSubmenuItem("activities.asp","Activities",""); 
addSubmenuItem("schedule.asp","Daily Schedule","");
addSubmenuItem("javascript:openWindow('https://www.bunkline.com/products.asp?dept=74')","Camp Store","","");  
addSubmenuItem("javascript:openWindow1('friend.htm',460,116)","Refer a Friend",""); 
addSubmenuItem("explorers.asp","Explorers Program","");

addMainItem("","Parents",75,"center",""); 

	defineSubmenuProperties(135,"left","left");

addSubmenuItem("dates_fees.asp","Dates and Fees",""); 
addSubmenuItem("forms.asp","Forms","");
addSubmenuItem("javascript:openWindow('https://secure17.softcomca.com/pineforestcamp/secure/CTTRegistration.asp')","Online Registration","","");  
addSubmenuItem("javascript:openWindow1('friend.htm',460,116)","Refer a Friend","");
addSubmenuItem("http://camptimbertops.bunk1.com","Camper Email","");
addSubmenuItem("explorers.asp","Explorers Program","");

addMainItem("","Staff",58,"center",""); 
	
	defineSubmenuProperties(130,"left","left");

addSubmenuItem("staff_facts.asp","Staff Facts","");	
addSubmenuItem("https://system.campminder.com/staff_applicant/staffapp.asp?c=112","Online Application",""); 



addMainItem("","Alumni",68,"center","");     

	defineSubmenuProperties(120,"left","left");

addSubmenuItem("alumni_news.asp","Alumni News","");
addSubmenuItem("alumlist.asp","Alumni Directory","");
addSubmenuItem("alumni_login.asp","Log-In","");
addSubmenuItem("regnow.htm","Register Now",""); 
addSubmenuItem("old_timers.asp","Old Timers Tree","");





addMainItem("http://camptimbertops.bunk1.com","CTT Connection",110,"center",""); 
   

addMainItem("","Contact Info",100,"center",""); 

	defineSubmenuProperties(140,"left","left");

addSubmenuItem("contact.asp","Contact Us","");	
addSubmenuItem("contactd.asp","Directions","");
addSubmenuItem("brochure.asp","Request a Brochure","");


addMainItem("","Other Camps",104,"center",""); 

	defineSubmenuProperties(135,"left","left");

addSubmenuItem("javascript:openWindow('http://www.pineforestcamp.com')","Pine Forest Camp","","");  	
addSubmenuItem("javascript:openWindow('http://www.lakeowego.com/')","Lake Owego Camp","","");  	
addSubmenuItem("javascript:openWindow('http://www.pineforestadventurecamp.com/')","PFC Adventure Camp","","");  	
addSubmenuItem("javascript:openWindow('http://www.topranchriding.com/')","Top Ranch Riding","","");  	




//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

