// UDMv4.5 //
var um={'menuClasses':[],'itemClasses':[],'menuCode':[]};
//                                                               //
//  ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake          //
//  http://www.udm4.com/                                         //
//                                                               //
//  This script may not be used or distributed without license   //
um.baseSRC = "";
um.trigger = "";
Navigateur = "";
Browser = "";
if(navigator.userAgent.indexOf('Mac') != -1)
{
	Navigateur = "MAC";
}else{
	Navigateur = "PC";
}

if(navigator.userAgent &&navigator.userAgent.indexOf("Opera")>=0){
	Browser = "OPERA";
}else if( navigator.userAgent &&navigator.userAgent.indexOf("MSIE")>=0 ){
	Browser = "MSIE";
}else if(navigator.userAgent &&navigator.userAgent.indexOf("Netscape")>=0){
	Browser = "NETSCAPE";
}else if(navigator.userAgent &&navigator.userAgent.indexOf("Firefox")>=0){
	Browser = "FIREFOX";
}else if(navigator.userAgent &&navigator.userAgent.indexOf("Safari")>=0){
	Browser = "SAFARI";
}

if( navigator.userAgent &&navigator.userAgent.indexOf("MSIE 4")>=0 ){
	version = "4";
}else{
	version = "";
}


var agt=navigator.userAgent.toLowerCase(); 
var is_major = parseInt(navigator.appVersion); 
var is_minor = parseFloat(navigator.appVersion); 
var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1) 
&& (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1) 
&& (agt.indexOf('webtv')==-1)); 
var is_nav2 = (is_nav && (is_major == 2)); 
var is_nav3 = (is_nav && (is_major == 3)); 
var is_nav4 = (is_nav && (is_major == 4)); 
var is_nav4up = (is_nav && (is_major >= 4)); 
var is_navonly      = (is_nav && ((agt.indexOf(";nav") != -1) || 
(agt.indexOf("; nav") != -1)) ); 
var is_nav5 = (is_nav && (is_major == 5)); 
var is_nav5up = (is_nav && (is_major >= 5)); 
var is_ie   = (agt.indexOf("msie") != -1); 
var is_ie3  = (is_ie && (is_major < 4)); 
var is_ie4  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")==-1) ); 
var is_ie4up  = (is_ie  && (is_major >= 4));
var is_safari   = (agt.indexOf("safari") != -1);
 


if (Navigateur == "PC" && Browser == "NETSCAPE") {
um.orientation = [
	"horizontal",	
	"left",		
	"top",		
	"absolute",	
	"0",		
	"75px",		
	"1000",		
	];
}
else{
um.orientation = [
	"horizontal",	
	"left",		
	"top",		
	"absolute",	
	"0",		
	"75px",		
	"10000",		
	];
}


um.list = [
	"flexible",	
	"yes",		
	"no", 		
	];



um.behaviors = [
	"10",		
	"500",		
	"yes",		
	"default",	
	];



um.reset = [
	"yes",		
	"yes",		
	"yes",		
	"no",		
	];


um.hstrip = [
	"none",		
	"no",		
	];

um.keys = [
	"38",		
	"39",		
	"40",		
	"37",		
	"123",		
	"none",		
	"27",		
	"document.getElementsByTagName('a')[0]", 
	];


um.navbar = [
	"0",		
	"0",		
	"7.5em",	
	];



um.items = [
	"0",		
	"0",		
	"",	
	"",
	"",	
	"",
	"",	
	"",
	"",
	"",		
	"",		
	"#FFFFFF",		
	"#FFFFFF",		
	"#FFFFFF",		
	"8pt",		
	"arial",
	"bold",		
	"none",		
	"left",		
	"#58B933",	
	"#58B933",	
	"#58B933",	
	"normal",	
	"normal",	
	"normal",	
	"letter-spacing:1px !important;",
	"",		
	"",		
	"",
	"",
	"",		
	"..",		
	];

um.menus = [
	"-1",		
	"0",		
	"0",		
	"#bdb #080 #080 #bdb",
	"solid",	
	"161px",	
	"0",		
	"#FFFFFF",	
	"",		
	"none",
	"2px",		
	"",
	];

um.menuItems = [
	"0",		
	"1",		
	"collapse",	
	"",	
	"solid",	
	"",	
	"solid",	
	"",	
	"solid",	
	"13",		
	"4",		
	"",	
	"",	
	"",	
	"8pt",		
	"arial",
	"bold",	
	"none",		
	"left",		
	"",		
	"",		
	"",		
	"normal",	
	"normal",	
	"normal",	
	"",		
	"",		
	"",		
	"",
	"",
	"3",		
	"..",
	];
	
um.itemClasses["vertMenuItem"] = [
	"#626262",		
	"solid",	
	"#626262",	
	"solid",	
	"#626262",		
	"solid",	
	"/img/common/menu_off.gif",		
	"/img/common/menuvert_on.gif",	
	"/img/common/menu_off.gif",		
	"10px",		
	"Verdana, Arial, Helvetica",
	"bold",	
	"none",		
	"left",		
	"#58B933",	
	"#ffffff",	
	"#58B933",	
	"normal",	
	"normal",	
	"normal",	
	"",		
	"",		
	"",		
	"",
	"",
	"..",		
	];

um.itemClasses["orangeMenuItem"] = [
	"#626262",		
	"solid",	
	"#626262",	
	"solid",	
	"#626262",		
	"solid",	
	"/img/common/menu_off.gif",		
	"/img/common/menuorange_on.gif",	
	"/img/common/menu_off.gif",		
	"10px",		
	"Verdana, Arial, Helvetica",
	"bold",	
	"none",		
	"left",		
	"#FFA81C",	
	"#ffffff",	
	"#FFA81C",	
	"normal",	
	"normal",	
	"normal",	
	"",		
	"",		
	"",		
	"",
	"",
	"..",		
	];
um.itemClasses["rougeMenuItem"] = [
	"#626262",		
	"solid",	
	"#626262",	
	"solid",	
	"#626262",		
	"solid",	
	"/img/common/menu_off.gif",		
	"/img/common/menurouge_on.gif",	
	"/img/common/menu_off.gif",		
	"10px",		
	"Verdana, Arial, Helvetica",
	"bold",	
	"none",		
	"left",		
	"#E03356",	
	"#ffffff",	
	"#E03356",	
	"normal",	
	"normal",	
	"normal",	
	"",		
	"",		
	"",		
	"",
	"",
	"..",		
	];






