//------------------------------------- Browser Select Script Start ------------------------------------------------
function whichBrs() 
{
var agt=navigator.userAgent.toLowerCase();
if (agt.indexOf("opera") != -1) return 'Opera';
if (agt.indexOf("staroffice") != -1) return 'Star Office';
if (agt.indexOf("webtv") != -1) return 'WebTV';
if (agt.indexOf("beonex") != -1) return 'Beonex';
if (agt.indexOf("chimera") != -1) return 'Chimera';
if (agt.indexOf("netpositive") != -1) return 'NetPositive';
if (agt.indexOf("phoenix") != -1) return 'Phoenix';
if (agt.indexOf("firefox") != -1) return 'Firefox';
if (agt.indexOf("safari") != -1) return 'Safari';
if (agt.indexOf("skipstone") != -1) return 'SkipStone';
if (agt.indexOf("msie") != -1) return 'Internet Explorer';
if (agt.indexOf("netscape") != -1) return 'Netscape';
if (agt.indexOf("mozilla/5.0") != -1) return 'Mozilla';
if (agt.indexOf('\/') != -1) {
if (agt.substr(0,agt.indexOf('\/')) != 'mozilla') {
return navigator.userAgent.substr(0,agt.indexOf('\/'));}
else return 'Netscape';} else if (agt.indexOf(' ') != -1)
return navigator.userAgent.substr(0,agt.indexOf(' '));
else return navigator.userAgent;
}

function imenus_data0()
{
	 var browser = whichBrs();
	
	if(browser == 'Internet Explorer')
	{	// SetIECSS();
	this.enable_visual_design_mode=false
	this.main_is_horizontal=false
	this.menu_showhide_delay=100
	this.main_expand_image=""
	this.main_expand_image_hover=""
	this.main_expand_image_width="0"
	this.main_expand_image_height="0"
	this.main_expand_image_offx="0"
	this.main_expand_image_offy="0"
	this.sub_expand_image=""
	this.sub_expand_image_hover=""
	this.sub_expand_image_width="0"
	this.sub_expand_image_height="0"
	this.sub_expand_image_offx="undefined"
	this.sub_expand_image_offy="undefined"
	this.main_container_styles=""

	this.main_item_styles= 		
		"background-image: url(http://themes.1parkplace.com/templates/T0000011107/shared/themes/judge_fite_colonial/nav_bg.jpg);"+
		"background-repeat: no-repeat;"+
		"font-size: 14px;"+
		"font-family: Arial;"+
		"font-weight: bold;"+
		"color: #6F5100;"+
		"text-decoration: none;"+
		"text-align: left;"+
		"padding-left: 40px;"+
		"padding-right: 5px;"+
		"padding-top: 20px;"+
		"padding-bottom: -20px;"+
		"line-height: 14px;"+
		"height:50px;"+
		"margin-top: 1px;"+
		"border-style: solid;"+
		"border-top-width: 0px;"+
		"border-right-width: 0px;"+
		"border-bottom-width: 0px;"+
		"border-left-width: 0px;"+
		"border-bottom-color: #2F527F;"+
		"border-right-color: #2F527F;"+
		"border-left-color: #3C5D89;"+
		"border-top-color: #3C5D89;"

	this.main_item_hover_styles= 	
		"background-image: url(http://themes.1parkplace.com/templates/T0000011107/shared/themes/judge_fite_colonial/nav_bg_over.jpg);"+
		"font-size: 14px;"+
		"font-family: Arial;"+
		"font-weight: bold;"+
		"color: #ffffff;"+
		"border-style: solid;"+
		"border-top-width: 0px;"+
		"border-right-width: 0px;"+
		"border-bottom-width: 0px;"+
		"border-left-width: 0px;"+
		"border-bottom-color: #BFDAF5;"+
		"border-right-color: #BFDAF5;"+
		"border-left-color: #DCEEFF;"+
		"border-top-color: #DCEEFF;"
		

	this.main_item_active_styles=""

	this.subs_container_styles=
		"margin-top: 8px"
//------sub nav img and color for ie
	this.subs_item_styles= 		
		"background-image: url(http://themes.1parkplace.com/templates/T0000011107/shared/themes/judge_fite_colonial/subMenu_01.jpg);"+
		"font-size: 12px;"+
		"font-family: Verdana;"+
		"font-weight: 100;"+
		"background-position: 0 0;"+
		"background-repeat: repeat-x;"+
		"background-color: #9F9C95;"+
		"color: #6F5100;"+
		"text-align: left;"+
		"line-height: 10px;"+
		"font-size: 12px;"+
		"text-decoration: none;"+
		"padding-left: 5px;"+
		"padding-right: 5px;"+
		"padding-top: 10px;"+
		"padding-bottom: -20px;"+
		"vertical-align: middle;"+
		"border-bottom: 1px solid #FFFFFF;"+										
		"border-right: 1px solid #FFFFFF;"+
		"border-top: 1px solid #FFFFFF;"+
		"border-left: 1px solid #FFFFFF;"+
		"margin-top: 0;"+
		"margin-right: 0;"+

		"margin-bottom: -15px;"+
		"margin-left: 0px;"

	this.subs_item_hover_styles=
		"background-image: url(http://themes.1parkplace.com/templates/T0000011107/shared/themes/judge_fite_colonial/subMenu_02.jpg);"+
		"font-size: 12px;"+
		"font-family: Verdana;"+
		"font-weight: 100;"+
		"background-position: 0 0;"+
		"background-repeat: repeat-x;"+
		"background-color: #3D5C80;"+
		"color: #FFFFFF;"+
		"text-align: left;"+
		"line-height: 32px;"+
		"font-size: 12px;"+
		"text-decoration: none;"+
		"padding: 0 5px;"+
		"vertical-align: middle;"+
		"border-bottom: 1px solid #FFFFFF;"+										
		"border-right: 1px solid #FFFFFF;"+
		"border-top: 1px solid #FFFFFF;"+
		"border-left: 1px solid #FFFFFF;"+
		"margin-top: 0;"+
		"margin-right: 0x;"+
		"margin-bottom: -15px;"+
		"margin-left: 0px;"
					
	this.subs_item_active_styles= 	
		"background-color: #5770A0;"+
		"color: #866415;"+ 	// nav on
		"border-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #BFDAF5;"+
		"border-right-color: #BFDAF5;"+
		"border-left-color: #DCEEFF;"+
		"border-top-color: #DCEEFF;"
	}
	else
	{	// SetCSS();
		this.enable_visual_design_mode=false
	this.main_is_horizontal=false
	this.menu_showhide_delay=100
	this.main_expand_image=""
	this.main_expand_image_hover=""
	this.main_expand_image_width="0"
	this.main_expand_image_height="0"
	this.main_expand_image_offx="0"
	this.main_expand_image_offy="0"
	this.sub_expand_image=""
	this.sub_expand_image_hover=""
	this.sub_expand_image_width="0"
	this.sub_expand_image_height="0"
	this.sub_expand_image_offx="undefined"
	this.sub_expand_image_offy="undefined"
	this.main_container_styles=""

	this.main_item_styles= 		
		"background-image: url(http://themes.1parkplace.com/templates/T0000011107/shared/themes/judge_fite_colonial/nav_bg.jpg);"+
		"background-repeat: no-repeat;"+
		"font-size: 14px;"+
		"font-family: Arial;"+
		"font-weight: bold;"+
		"color: #6F5100;"+
		"text-decoration: none;"+
		"text-align: left;"+
		"padding-left: 40px;"+
		"padding-right: 5px;"+
		"padding-top: 20px;"+
		"padding-bottom: -22px;"+
		"line-height: 14px;"+
		"height:30px;"+
		"margin-top: 1px;"+
		"border-style: solid;"+
		"border-top-width: 0px;"+
		"border-right-width: 0px;"+
		"border-bottom-width: 0px;"+
		"border-left-width: 0px;"+
		"border-bottom-color: #2F527F;"+
		"border-right-color: #2F527F;"+
		"border-left-color: #3C5D89;"+
		"border-top-color: #3C5D89;"

	this.main_item_hover_styles= 	
		"background-image: url(http://themes.1parkplace.com/templates/T0000011107/shared/themes/judge_fite_colonial/nav_bg_over.jpg);"+
		"font-size: 14px;"+
		"font-family: Arial;"+
		"font-weight: bold;"+
		"color: #ffffff;"+
		"border-style: solid;"+
		"border-top-width: 0px;"+
		"border-right-width: 0px;"+
		"border-bottom-width: 0px;"+
		"border-left-width: 0px;"+
		"border-bottom-color: #BFDAF5;"+
		"border-right-color: #BFDAF5;"+
		"border-left-color: #DCEEFF;"+
		"border-top-color: #DCEEFF;"

	this.main_item_active_styles=""

	this.subs_container_styles=
		"margin-top: 8px"
//------sub nav img and color for ffox
	this.subs_item_styles= 		
		"background-image: url(http://themes.1parkplace.com/templates/T0000011107/shared/themes/judge_fite_colonial/subMenu_01.jpg);"+
		"font-size: 12px;"+
		"font-family: Verdana;"+
		"font-weight: 100;"+
		"background-position: 0 0;"+
		"background-repeat: repeat-x;"+
		"background-color: #A5AD9E;"+
		"color: #866415;"+
		"text-align: left;"+
		"line-height: 32px;"+
		"font-size: 12px;"+
		"text-decoration: none;"+
		"padding: 0 5px;"+
		"vertical-align: middle;"+
		"border-bottom: 1px solid #FFFFFF;"+										
		"border-right: 1px solid #FFFFFF;"+
		"border-top: 1px solid #FFFFFF;"+
		"border-left: 1px solid #FFFFFF;"

	this.subs_item_hover_styles=
		"background-image: url(http://themes.1parkplace.com/templates/T0000011107/shared/themes/judge_fite_colonial/subMenu_02.jpg);"+
		"font-size: 12px;"+
		"font-family: Verdana;"+
		"font-weight: 100;"+
		"background-position: 0 0;"+
		"background-repeat: repeat-x;"+
		"background-color: #3D5C80;"+
		"color: #FFFFFF;"+
		"text-align: left;"+
		"line-height: 32px;"+
		"font-size: 12px;"+
		"text-decoration: none;"+
		"padding: 0 5px;"+
		"vertical-align: middle;"+
		"border-bottom: 1px solid #FFFFFF;"+										
		"border-right: 1px solid #FFFFFF;"+
		"border-top: 1px solid #FFFFFF;"+
		"border-left: 1px solid #FFFFFF;"
					
	this.subs_item_active_styles= 	
		"background-color: #c1bc66;"+
		"color: #866415;"+ 	// nav on
		"border-style: solid;"+
		"border-top-width: 3px;"+
		"border-right-width: 1px;"+
		"border-bottom-width: 3px;"+
		"border-left-width: 2px;"+
		"border-bottom-color: #BFDAF5;"+
		"border-right-color: #BFDAF5;"+
		"border-left-color: #DCEEFF;"+
		"border-top-color: #DCEEFF;"
	}
	
}


