// /scripts/menu/csi/HM_Definition.js
/*Variables added by Dan Hall from The Karcher Group
On 1/5/2004
Purpose is to see what can be set per page and what can 
come from the DB
On 11/21/2005 - change TopPosition from 45 to 49
*/
HM_MNU_TopPosition = 49;			// top_position of menu
HM_MNU_FontColor = "#333333";		//Font color of menu
HM_MNU_MouseOverColor = "#3366CC";	//mouse over color of menu
HM_MNU_MouseOverBGColor = "#DEDBC3"; //"#CDCAB2";	//mouse over background color of menu
HM_MNU_BGColor = "#DEDBC3";	//background color of menu
HM_MNU_BorderColor = "#333333";	//mouse over color of menu
HM_MNU_SeparatorColor = "#666666";	//Separateor color
HM_MNU_TopIsPermanent = 0 //Determines if Top is Permanent (Dan not sure what this is)
HM_MNU_TopIsHorizontal = 0 //Determines if Top is Horizontal (Dan not sure what this is)
HM_MNU_TreeIsHorizontal = 0 //Determines if Tree is Horizontal (Dan not sure what this is)
HM_MNU_PositionUnder = 0 //(Dan not sure what this is)
HM_MNU_TopMoreImagesVisible = 1 //(Dan not sure what this is)
HM_MNU_TreeMoreImagesVisible = 1 //(Dan not sure what this is)
HM_MNU_ElevateOnTreeShow = "null" //(Dan not sure what this is)
HM_MNU_ElevateOnTreeHide = "null" //(Dan not sure what this is)	
/*End of Variables set by Dan Hall*/
