//BarryB
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

///////////////////////////////////////////////////////////////////////////
//
// y03-07-29 PI Helper rework started....
//
//
///////////////////////////////////////////////////////////////////////////

// *** POSITIONING AND STYLES *********************************************

//
var menuALIGN = "left";		// y03-07-15 set free..{ref addMainItemMenu }  alignment
//var menuALIGN = "free";       // y03-07-15 set free..{ref addMainItemMenu }  alignment
var absLEFT = 	60;		// 4:34pm, +20pixels%%  absolute left or right position (if not center)
                                // 
var absTOP = 	70; 		// y03-07-15 absolute top position

//y03-07-24 change for test.... 130-->110 nogo, can't have wrap around of menu 
//positioning.. it fills in
//          the color (gray) all across the top.

var staticMENU = false;		// static positioning mode (ie5/6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = false;	// show empty cell borders  changed%% 7-16 4:30pm

var baseHREF = "jsCode/";	// base path
var zORDER = 	1000;		// base z-order of nav structure (not ns4)


//TOO GREEN ON ATHLONG... var mCOLOR = 	"#5C9CFC";	// main nav cell color
var mCOLOR = 	"#81D8B3";	// main nav cell color
var mCOLOR = 	"#81D8B3";	// main nav cell color


// this liter blue... above is more greenishvar mCOLOR = 	"#7EC6F9";	// main nav cell color
// this blue is dark; changed to above on 7-30-2003 var mCOLOR = 	"#0080FF";	// main nav cell color
//var mCOLOR = 	"#EAF0FF";	// main nav cell color



var rCOLOR = 	"#C4CAF4";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#708099"	// main nav border color 4:34pm 7/16, more subtle color than 4b4bf7 (too dark)
//var bCOLOR = 	"#39527B"	// main nav border color

var aLINK = 	"#000055";	// main nav link color  Font color%%

var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,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 = 	2;		// 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 = 	-1;		// shift the submenus vertically
var hOFFSET = 	-1;		// shift the submenus horizontally

var smCOLOR = 	"#C4CAF4";	// submenu cell color
var srCOLOR = 	"#FFFFFF";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#999999"	// submenu border color //made to this 4:25pm, july16

//var sbCOLOR = 	"#E3D2FD"	// submenu border color  Wed: July 16
//var sbCOLOR = 	"#3F366D"	// submenu border color

var saLINK = 	"#000055";	// submenu link color
var saHOVER = 	"";		           //00  // submenu link hover-color (dual purpose)
var saDEC = 	"none";		             // submenu link decoration
var sfFONT = 	"verdana,arial,sans serif";  // submenu font face		
var sfSIZE = 	11;		             // 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 = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// menu drop shadow size //%% 4:40pm 7/16 changed 2-->0, looks cleaner
var shCOLOR =	"#bcbcbc";	// menu drop shadow color
var shOPACITY = 75;		// menu drop shadow opacity (not ie4/ns4/op5)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = 5;		// shift the child menus vertically 			
var chhOFFSET = -3;		// 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 op5)

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 ***********************************************************


// *************** [0]  H O M E ***************************************************

addMainItem("index.html","Home",60,"center","","Go to Our Home Page",0,0,""); 


// *************** [1]  V I E W   F O R M S ***************************************

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key //trigger")

addMainItem("index.html","View Forms",100,"center","","View the various forms",0,0,""); 

	defineSubmenuProperties(150,"left","left",0,0);
	
	addSubmenuItem("EntryPage.htm","Opening Main form","","");
	addSubmenuItem("Case01.htm","Cases","","");
	addSubmenuItem("Client01.htm","Clients","","");
	addSubmenuItem("TimeL01.htm","Timelog","","");
	addSubmenuItem("Inv01.htm","Invoice Processing","","");
	addSubmenuItem("InvT01.htm","Invoice Tracking","","");
	addSubmenuItem("Setup01m.htm","Setup","","");
	addSubmenuItem("ComingSoon.htm","Charts","","");
	addSubmenuItem("Img01.htm","Assign Images","","");
	addSubmenuItem("ComingSoon.htm","Email Processing","","");
	addSubmenuItem("ComingSoon.htm","Query","","");
	addSubmenuItem("ComingSoon.htm","Reminder Calendar","","");
	addSubmenuItem("ComingSoon.htm","Utilities","","");



//
// *************** [2]  S U P P O R T   *******************************************

//*** for in house, need to take off l at end of html....
//%%%%%%%%%%%%%%%%%%%%%%%55

addMainItem("index.html","Support",90,"center","","",0,0,""); 
	defineSubmenuProperties(180,"left","left",0,0);
	//y03-07-24 adjust menu 150->122 //align directly with the main menu.
	//y05-0-26 added clean install information.

	addSubmenuItem("CleanInstallV58.htm","Clean Install of PI Helper","","");
	addSubmenuItem("techSupport.htm","Technical/Telephone Support","","");
	addSubmenuItem("FAQ.htm","Frequently Asked Questions","","");
	addSubmenuItem("NetWorkInstall54.htm","Network Installation","","");
	addSubmenuItem("features.htm","PI Helper Features","","");
	addSubmenuItem("system.htm","Requirements","","");
	addSubmenuItem("feedback.htm","Feedback","","");
	addSubmenuItem("HintUser1st.htm","Guide for 1st Time Users","","");
	//addSubmenuItem("index.html","**HOME**","","");

// *************** [3]  C O N T A C T   U S     ***********************************
 
addMainItem("contactus.htm","Contact Us",90,"center","","",0,0,""); 

		
// *************** [4]  P R I C I N G   *******************************************
//

addMainItem("Pricing.htm","Pricing",90,"center","","",0,0,""); 
	defineSubmenuProperties(150,"left","left",0,0);
	//210 above is the width of the subMenu...


		
// *************** [5]  N E W S    ************************************************

addMainItem("news.htm","Past News",90,"center","","",0,0,""); 
		
// *************** [6]  S E A R C H     *******************************************
 
addMainItem("search.htm","Search",90,"center","","",0,0,""); 



//end of data button lists.  I need to test in NetScape.The seven buttons will be across the top.  //
//the menus will appear to drop down as the mouse enters (on most browsers)
//y03-07-08 Professional Color Menus put into the system.
//need to integrate into system.
// 

//**DO NOT EDIT THIS *****
}//***********************
//************************
 
