// 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   //
//                                                               //
///////////////////////////////////////////////////////////////////




///////////////////////////////////////////////////////////////////
// CORE CONFIGURATION                                            //
///////////////////////////////////////////////////////////////////


//path to images folder
um.baseSRC = "/udm/";


//initialization trigger element ["id"];
um.trigger = "";


//navbar orientation
um.orientation = [
	"vertical",	// alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	"relative",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"0",	// x position ["em"|"ex"|"px"|"0"]
	"0",	// y position ["em"|"ex"|"px"|"0"]
	"1000",		// z order ["0" to "10000"] (menu takes 20000 headroom)
	];


//navbar list output
um.list = [
	"flexible",	// horizontal overflow ["rigid"|"flexible"]
	"yes",		// -SPARE-
	"no", 		// -SPARE-
	];


//menu behaviors
um.behaviors = [
	"200",		// open timer ["milliseconds"|"0"]
	"500",		// close timer ["milliseconds"|"never"|"0"]
	"yes",		// reposition menus to stay inside the viewport ["yes"|"no"]
	"default",	// manage windowed controls for win/ie ["default","hide","iframe","none"]
	];


//reset behaviors
um.reset = [
	"yes",		// reset from document mouse click ["yes"|"no"]
	"yes",		// reset from window resize ["yes"|"no"]
	"yes",		// reset from text resize ["yes"|"no"]
	"no",		// reset after following link ["yes"|"no"]
	];


//horizontal continuation strip
um.hstrip = [
	"none",		// background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"yes",		// copy navbar item margin-right to margin-bottom ["yes"|"no"]
	];



///////////////////////////////////////////////////////////////////
// NAVBAR DEFAULT STYLES                                         //
///////////////////////////////////////////////////////////////////


//styles which apply to the navbar
um.navbar = [
	"-5",
	"-5",
	"205px",
	];


//styles which apply to each navbar item (main-menu-li)
um.items = [
	"0",
	"0",
	"collapse",	
	"",
	"none",
	"",
	"none",
	"",
	"none",
	"10",
	"10",
	"rgb(42,88,163)",
	"rgb(203,220,232)",
	"rgb(42,88,163)",
	"1em",
	"",
	"normal",
	"none",
	"",
	"rgb(255, 255, 255)",
	"rgb(058, 071, 089)",
	"rgb(255, 255, 255)",
	"",
	"",
	"",
	"",
	"",
	"",	
	"",
	"",
	"",	
	"",	
	];




///////////////////////////////////////////////////////////////////
// MENU DEFAULT STYLES                                           //
///////////////////////////////////////////////////////////////////


//styles which apply to each menu (submenu-ul)
um.menus = [
	"-5",
	"-5",
	"1",
	"#777 #444 #444 #777",
	"solid",
	"14em",
	"0",
	"#cbdce8",
	"",
	"submenuBck.png",
	"2px",
	"filter:alpha(opacity=50);",
	];


//styles which apply to each menu item (links in submenu)
um.menuItems = [
	"1",
	"1",
	"",	
	"#f1f1f1",
	"solid",
	"",	
	"",	
	"",
	"",
	"5",
	"3",
	"#cbdce8",
	"#6a8dbf",
	"#cbdce8",
	"1em",
	"",
	"normal",
	"none",
	"",
	"#3a4759",
	"#fff",
	"#3a4759",
	"",
	"",
	"",
	"",
	"",
	"",
	"",
	"",
	"",	
	"..",
	];



///////////////////////////////////////////////////////////////////
// DYNAMIC MENUS                                                 //
///////////////////////////////////////////////////////////////////

um.menuCode['whatL'] = '<ul class="submenu"><li><a href="/what-is-coaching.html">コーチングとは</a></li><li><a href="/articles/">パブリック集</a></li></ul>';
um.menuCode['licenseL'] = '<ul class="submenu"><li><a href="/license/">ICCプロフェッショナルコーチ養成コース</a></li><li><a href="/license/cat.html">CATコーチアドバンスドトレーニングコース</a></li><li><a href="/license/#area">エリア別受講者募集</a></li><li><a href="/try-coaching/introduction.html">コーチング体験説明会</a></li><li><a href="/movie/iccMovie.html">講座風景（動画）</a></li><li><a href="/license/experience.html">卒業生の体験談</a></li></ul>';
um.menuCode['persCoachL'] = '<ul class="submenu"><li><a href="/personal-coach/">１ｔｏ１コーチングとは</a></li><li><a href="/personal-coach/taiken.html#ta01">体験談</a></li></ul>';
um.menuCode['aecsL'] = '<ul class="submenu"><li><a href="/ae-cs/corporation/">企業向け<br>(ビジネスコーチングスクール)</a></li><li><a href="/ae-cs/mentor/">プロコーチ向け<br>(メンターコーチングスクール)</a></li><li><a href="/ae-cs/about/discount.html">割引制度</a></li><li><a href="/movie/">講座風景（動画）</a></li><li><a href="/ae-cs/contact/order.html">お申込み</a></li></ul>';
um.menuCode['coachMembersL'] = '<ul class="submenu"><li><a href="/ae-cs/mentor/coaching-club.html#coachMember">コーチ会員案内</a></li><li><a href="/ae-cs/contact/coachMember.html">会員登録</a></li></ul>';
um.menuCode['corpCoachL'] = '<ul class="submenu"><li><a href="/corporate-coach/">企業</a></li><li><a href="http://www.ae-medical.com/" onclick="outlink(this.href);return false">医療・介護</a></li></ul>';
um.menuCode['miscL'] = '<ul class="submenu"><li><a href="/coaching-tools/">コーチングツール販売</a></li><li><a href="/syacho/index.html">社長直撃インタビュー</a></li><li><a href="/links/">リンク集</a></li></ul>';


