//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b 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/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////

// *** POSITIONING AND STYLES *********************************************

var menuALIGN = "right";										// alignment
var absLEFT = 	0;												// absolute left or right position (if menu is left or right aligned)
var absTOP = 	35; 											// 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 = 	"white";										// main nav cell color
var rCOLOR = 	"#333399";										// main nav cell rollover color
var bSIZE = 	1;												// main nav border size
var bCOLOR = 	"#eeeeee"										// main nav border color
var aLINK = 	"#333399";										// main nav link color
var aHOVER = 	"white";										// main nav link hover-color (dual purpose)
var aDEC = 		"none";											// main nav link decoration
var fFONT = 	"Geneva, Arial, Helvetica, san-serif"			// main nav font face
var fSIZE = 	12;												// main nav font size (pixels)
var fWEIGHT = 	"bold"											// main nav font weight
var tINDENT = 	5;												// main nav text indent (if text is left or right aligned)
var vPADDING = 	1;												// 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 = 	"white";										// submenu cell color

var srCOLOR = 	"#eeeeee";										// submenu cell rollover color
var sbSIZE = 	1;												// submenu border size
var sbCOLOR = 	"#eeeeee"										// submenu border color
var saLINK = 	"#CC3366";										// submenu link color
var saHOVER = 	"#333399";										// submenu link hover-color (dual purpose)
var saDEC = 	"none";											// submenu link decoration
var sfFONT = 	"Geneva, Arial, Helvetica, san-serif";			// submenu font face
var sfSIZE = 	11;												// submenu font size (pixels)
var sfWEIGHT = 	"normal"										// submenu font weight
var stINDENT = 	0;												// 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 =	"cccccc";										// submenu drop shadow color
var shOPACITY = 100;											// 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 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 = 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

var hideSELECT = true;											// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;									// allow for text scaling in mozilla 5

//** LINKS ***********************************************************

//Company Info *****************************************************************************************
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("companyinfo.asp","Company Info",120,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(120,"center","center",-4,0,"");

		// add submenu link items ("url","Link name","_target","alt text")
		addSubmenuItem("WhyTENEX.asp","Why TENEX","","");
		// addSubmenuItem("corporateprofile.asp","Corporate Profile","","");
		addSubmenuItem("pressrelease.asp","Press Release","","");
		addSubmenuItem("links.asp","Links","","");
		addSubmenuItem("partners.asp","Partners","","");
// *** change these to absolutes


//Products *****************************************************************************************
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("products.asp","Products",120,"center","","",0,0,"w");

	defineSubmenuProperties(120,"center","center",-4,0,"");
	
		// addSubmenuItem("../pdf-docs/bsphere_brochure.pdf","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i>bSphere</i><img src=images/newtiny.gif>","_blank","");
		addSubmenuItem("xsphere.asp","<i>xSphere</i>","","");

		addSubmenuItem("accusphere.asp","<b><<</b>&nbsp;&nbsp;<i>accuSphere</i>","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
			defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
			// add child menu link items ("url","Link name","_target","alt text")
			addChildmenuItem("bidding.asp","Bidding","","");
			addChildmenuItem("budget.asp","Budgetary Accounting","","");
			addChildmenuItem("capital.asp","Capital Assets","","");
			addChildmenuItem("humanres.asp","Human Resources","","");
			addChildmenuItem("inventory.asp","Inventory","","");
			addChildmenuItem("payroll.asp","Payroll","","");
			addChildmenuItem("requisitions.asp","Requisitions","","");
			addChildmenuItem("salneg.asp","Salary Negotiations","","");	
			
		addSubmenuItem("studentsphere.asp","<i>studentSphere</i> &nbsp;&nbsp;<b>>></b>","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
			defineChildmenuProperties(112,"left","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
			// add child menu link items ("url","Link name","_target","alt text")
			addChildmenuItem("attendance.asp","Attendance","","");
			addChildmenuItem("census.asp","Census","","");
			addChildmenuItem("discipline.asp","Discipline","","");
			addChildmenuItem("gradereporting.asp","Grade Reporting","","");
			addChildmenuItem("healthrecords.asp","Health Records","","");
			addChildmenuItem("interimgrading.asp","Interim Grading","","");
			// addChildmenuItem("masterschedulebuilder.asp","Master Schedule Builder","","");
			addChildmenuItem("phonemaster.asp","Phone Master Interface","","");
			addChildmenuItem("riderfiles.asp","Rider Files","","");
			addChildmenuItem("scheduling.asp","Scheduling","","");
			addChildmenuItem("studentactivities.asp","Student Activities","","");
			addChildmenuItem("studentrecords.asp","Student Records","","");
			addChildmenuItem("testtranscript.asp","Transcripts/Test Scores","","");
			addChildmenuItem("transportation.asp","Transportation","","");

		addSubmenuItem("taxsphere.asp","<b><<</b>&nbsp;&nbsp;<i>taxSphere</i>","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
			defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
			// add child menu link items ("url","Link name","_target","alt text")
			addChildmenuItem("realestatetax.asp","Real Estate Tax","","");
			addChildmenuItem("earnedincometax.asp","Earned Income Tax (EIT)","","");
			
		addSubmenuItem("otherapplications.asp","<b><<</b>&nbsp;&nbsp;<i>Other Applications</i>","","");
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
			defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
			// add child menu link items ("url","Link name","_target","alt text")
			addChildmenuItem("applicationserviceprovider.asp","ASP Service","","");
			addChildmenuItem("","Bus Boss","","");
			//addChildmenuItem("http://www.orbitsoftware.net/busboss.htm","Bus Boss","_blank","");
			addChildmenuItem("","EdSmart","","");
			//addChildmenuItem("http://www.edsmartinc.com/","EdSmart","_blank","");
			addChildmenuItem("","eSchoolMall","","");
			//addChildmenuItem("http://www.eschoolmall.com/solutions.asp","eSchoolMall","_blank","");
			addChildmenuItem("lettergradeproduct.asp","LetterGrade","","");
			addChildmenuItem("","Principalm","","");
			//addChildmenuItem("http://www.principalm.com/productinfo/system.html","Principalm","_blank","");
			addChildmenuItem("","TieNet","","");
			//addChildmenuItem("http://www.tiecorp.com/","TieNet","_blank","");
			addChildmenuItem("fullcontrolscheduler.asp","Full Control Scheduler","","");
		
		// addSubmenuItem("http://webdemo.tenexsys.com","Web Demo","_blank","");	
			
// *** change these to absolutes

//Support  *****************************************************************************************
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("support.asp","Support",80,"center","","",0,0,"s");

	defineSubmenuProperties(120,"left","center",-4,0,"");

	addSubmenuItem("majordomo.asp","TENEX List Server","","");
	
	addSubmenuItem("","<b><<</b>&nbsp;&nbsp;Events","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("eventsbus.asp","<i>accuSphere</i>","","");
		addChildmenuItem("eventsstud.asp","<i>studentSphere</i>","","");
	
	addSubmenuItem("","<b><<</b>&nbsp;&nbsp;User Meetings","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("usermeetings_business.asp","<i>accuSphere</i>","","");
		addChildmenuItem("usermeetings_student.asp","<i>studentSphere</i>","","");

	// addSubmenuItem("SFKnowledgeBase.asp","Knowledge Base","","");

	// addSubmenuItem("","FAQ's&nbsp;&nbsp;<b>>></b>","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		// defineChildmenuProperties(112,"left","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		// add child menu link items ("url","Link name","_target","alt text")
		// addChildmenuItem("faqbus.asp","<i>accuSphere</i>","","");
		// addChildmenuItem("faqlettergrade.asp","<i>LetterGrade</i>","","");
		// addChildmenuItem("faqstud.asp","<i>studentSphere</i>","","");
		// addChildmenuItem("faqxsphere.asp","<i>xSphere</i>","","");


	//addSubmenuItem("newsletters.asp","Newsletters","","");

	//addSubmenuItem("productreviews.asp","Product Reviews","","");

	//addSubmenuItem("presentations.asp","Presentations","","");

	addSubmenuItem("http://support.harriscomputer.com","Request Support","_blank","");

	addSubmenuItem("http://harriscomputer.webex.com","Webex Live Support","_blank","");

	//addSubmenuItem("supportrequest.asp","Request Support","","");

	//addSubmenuItem("supportemail.asp","Support Email Directory","","");

	addSubmenuItem("","<<&nbsp;&nbsp;RSF Cross Reference","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		// add child menu link items ("url","Link name","_target","alt text")
		// Original menu items for RSF lists
		//addChildmenuItem("busxref.asp","<i>accuSphere</i>","","");
		//addChildmenuItem("studxref.asp","<i>studentSphere</i>","","");
		//addChildmenuItem("taxxref.asp","<i>taxSphere</i>","","");
		
		// New menu items for RSF lists unavailable pages
		addChildmenuItem("busxref-unavailable.asp","<i>accuSphere</i>","","");
		addChildmenuItem("studxref-unavailable.asp","<i>studentSphere</i>","","");
		addChildmenuItem("taxxref-unavailable.asp","<i>taxSphere</i>","","");

	addSubmenuItem("","Special Notes&nbsp;&nbsp;<b>>></b>","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(112,"left","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("yr3baysym.asp","<i>PA YSYM-Year 3</i>","","");
		addChildmenuItem("tnxeschoolmall.asp","<i>eSchoolMall</i>","","");

// *** change these to absolutes

//Downloads *****************************************************************************************
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
  addMainItem("","Downloads",100,"center","","",0,0,"t");

  	defineSubmenuProperties(120,"left","center",-4,0,"");
	
  	addSubmenuItem("","<<&nbsp;&nbsp;JWalk Runtimes","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
  		defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		// add child menu link items ("url","Link name","_target","alt text")
  		addChildmenuItem("jwalkgen.asp","JWalk General","","");
  		addChildmenuItem("jwalkbus.asp","JWalk <i>accuSphere</i>","","");
  		addChildmenuItem("jwalkstudent.asp","JWalk <i>studentSphere</i>","","");
  		addChildmenuItem("jwalktax.asp","JWalk <i>taxSphere</i>","","");

  	addSubmenuItem("","<<&nbsp;&nbsp;JWalk Crush Files","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
  		defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		// add child menu link items ("url","Link name","_target","alt text")
  		addChildmenuItem("jwalkgen-crush.asp","JWalk General","","");
  		addChildmenuItem("jwalkbus-crush.asp","JWalk <i>accuSphere</i>","","");
  		addChildmenuItem("jwalkstudent-crush.asp","JWalk <i>studentSphere</i>","","");
  		addChildmenuItem("jwalktax-crush.asp","JWalk <i>taxSphere</i>","","");

  	addSubmenuItem("","<<&nbsp;&nbsp;File Transfers, etc.","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
  		defineChildmenuProperties(112,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		// add child menu link items ("url","Link name","_target","alt text")
  		addChildmenuItem("accuspherefiletransfers.asp","<i>accuSphere</i>","","");
  		addChildmenuItem("studentspherefiletransfers.asp","<i>studentSphere</i>","","");
  		addChildmenuItem("xspherefiletransfers.asp","<i>xSphere</i>","","");
		
// *** change these to absolutes

//Contact Us *****************************************************************************************
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("contactus.asp","Contact Us",100,"center","","",0,0,"r");

	defineSubmenuProperties(100,"center","center",-4,0,"");

	// addSubmenuItem("careers.asp","Careers","","");
	addSubmenuItem("reasonswhyform.asp","Common Problems","","");
	addSubmenuItem("directions.asp","Directions/Weather","","");
	// addSubmenuItem("emaildirectory.asp","Email Directory","","");
	addSubmenuItem("softwarerequestform.asp","Request Info","","");
	addSubmenuItem("webinars.asp","Webinars","","");

// *** change these to absolutes

//Contact Us *****************************************************************************************
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","",5,"center","","",0,0,"r");
// *** change these to absolutes


//**DO NOT EDIT THIS *****
}//***********************
//************************
