//UDMv3.8.4
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************

///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////


// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	108; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#660000";	// main nav cell color
var rCOLOR = 	"#330000";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#cc9966";	// main nav border color
var aLINK = 	"#FFFFFF";	// main nav link color
var aHOVER = 	"#FFFFFF";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold";		// main nav font weight
var tINDENT = 	5;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	5;		// main nav vertical cell padding
var vtOFFSET = 	+1;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	2;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#660000";	// submenu cell color
var srCOLOR = 	"#330000";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#cc9966";	// submenu border color
var saLINK = 	"#FFFFFF";	// submenu link color
var saHOVER = 	"#FFFFFF";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana";	// submenu font face
var sfSIZE = 	12;		// 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 = 3;		// submenu vertical cell padding
var svtOFFSET = +2;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu dropshadow size
var shCOLOR =	"#bcbcbc";	// submenu dropshadow color
var shOPACITY = 75;		// submenu dropshadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically
var chhOFFSET = 2;		// shift the child menus horizontally

var openTIMER = 1;		// menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 1;	// child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 10;		// menu closing delay time

var aCURSOR = "hand";		// cursor for active links (not ns4, op5 or op6)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		//arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		//arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		//arrow horizontal offset (not ns4/op5/op6)var arrVOFFSET = -3;		//arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	//arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		//left arrow (not ns4/op5/op6)
var arrLEFT_ROLL = "";		//left rollover arrow (not ns4/op5/op6)
var arrRIGHT = ">";		//right arrow (not ns4/op5/op6)
var arrRIGHT_ROLL = "";		//right rollover arrow (not ns4/op5/op6)


//** LINKS ***********************************************************

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","µð¾Æ2 °ÔÀÌÆ®",100,"center","","",0,0,"w","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(200,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://dia2.somegate.com","HOME","","");
	SI("http://www.somegate.com/manager_list.php","¼¶°ÔÀÌÆ® ¿î¿µÁø ¸®½ºÆ®","_blank","");
	

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","°ÔÀÓÁ¤º¸ ÆäÀÌÁö",140,"center","","",0,0,"g","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(180,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	//SI("http://dia2.somegate.com/topic.php?topic_uid=65796","1.10 ÆÐÄ¡ ³»¿ë","","");
	SI("http://dia2.somegate.com/page.php?article_uid=185621","¸ó½ºÅÍ&¾ÆÀÌÅÛ&TC ½ºÆä¼£","","");
	//SI("http://dia2.somegate.com/page.php?article_uid=359945","½ºÅ³Æ®¸® °è»ê±â","","");
	SI("http://dia2.somegate.com/page.php?article_uid=188816","À¯´ÏÅ© ¾ÆÀÌÅÛ","","");
	SI("http://dia2.somegate.com/page.php?article_uid=186570","¼¼Æ® ¾ÆÀÌÅÛ","","");
	SI("http://dia2.somegate.com/new_page.php?article_uid=452399","·é¿öµå ¾ÆÀÌÅÛ","","");
	SI("http://dia2.somegate.com/new_page.php?article_uid=185732","Å©·¡ÇÁÆ® ¾ÆÀÌÅÛ","","");
	//SI("http://dia2.somegate.com/page.php?article_uid=200043","³ë¸Ö ¾ÆÀÌÅÛ","","");
	//SI("http://dia2.somegate.com/page.php?article_uid=199864","·é Á¤º¸","","");
	SI("http://dia2.somegate.com/page.php?article_uid=187474","Å¥ºê Á¶ÇÕ¹ý","","");
	//SI("http://dia2.somegate.com/page.php?article_uid=354244","¾ÆÀÌÅÛ Á¢µÎ»ç","","");
	//SI("http://dia2.somegate.com/page.php?article_uid=359903","¾ÆÀÌÅÛ Á¢¹Ì»ç","","");
	//SI("http://dia2.somegate.com/page.php?article_uid=223448","Âü Á¢µÎ&Á¢¹Ì»ç","","");
	//SI("http://dia2.somegate.com/page.php?article_uid=437277","1.10 ÆÐÄ¡ ·¹´õÁ¤º¸","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","°Ô½ÃÆÇ ÀÏ¹Ý",120,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(180,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://dia2.somegate.com/forum.php","°Ô½ÃÆÇ ¸ñ·Ï","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=101","Dia2 ´º½º °Ô½ÃÆÇ","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=1","ÀÚÀ¯ °Ô½ÃÆÇ","","");
	SI("http://www.somegate.com/list_new.php?forum_uid=9","»ç¶÷°ú»ç¶÷ °Ô½ÃÆÇ","_blank","");
	SI("http://dia2.somegate.com/list.php?forum_uid=53","¿À´ÃÀÇ ÃÊÁ¡ °Ô½ÃÆÇ","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=37","ÇÏµåÄÚ¾î °Ô½ÃÆÇ","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=46","D2°Ô ¿ª»ç Àü½Ã°ü","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=44","À¯¸Ó/¿±±â °Ô½ÃÆÇ","","");
	SI("","±æµå/¼Ò¸ðÀÓ","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/club.php?club_uid=9","(Àü¼­¹ö) Club 3040","","");
		CI("http://dia2.somegate.com/club.php?club_uid=1","(Àü¼­¹ö) F.O.L.L","","");	
		//CI("http://dia2.somegate.com/club.php?club_uid=3","(¾Æ»þ1 ÇÏÄÚ) ¼¶°Ô ³ëÇÃ Å¬·´","","");
		CI("http://dia2.somegate.com/club.php?club_uid=5","(¾Æ»þ1) ð¨    ÏÐ","","");
		CI("http://dia2.somegate.com/club.php?club_uid=15","(¾Æ»þ2) M C ÆÐ¹Ð¸®","","");
		CI("http://dia2.somegate.com/club.php?club_uid=59","(¾Æ»þ2) ´ÙÅ© ÆÐ¹Ð¸®","","");
		CI("http://dia2.somegate.com/club.php?club_uid=14","(¾Æ»þ3) CLUB A3","","");
		CI("http://dia2.somegate.com/club.php?club_uid=7","(¿þ½ºÆ®) S.G.W.C","","");
		CI("http://dia2.somegate.com/club.php?club_uid=3","(À¯·´) À¯·´ÀÌ¿© ¹¶Ä¡ÀÚ","","");
	SI("","µµ¿ò °Ô½ÃÆÇ","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=66","¾Æ½Ã¾Æ1 ¾Æ½ÃÇÏ³ª","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=63","¾Æ½Ã¾Æ2 ¼¼¹ßÀÚÀü°Å","","");	
		CI("http://dia2.somegate.com/list.php?forum_uid=79","¾Æ½Ã¾Æ3 ¼¼ÇÁ±â»ç´Ü","","");
		CI("http://dia2.somegate.com/club.php?club_uid=11","¿þ½ºÆ® ÁöÁ¸ °ü±¤¹ö½º","","");
	SI("","ÁÁÀº±Û °Ô½ÃÆÇ","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=88","¹°¸¸µÎ´ÔÀÇ Æ¯º°ÇÑ ¸¸³²","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=119","±¸¹ÌÈ£´ÔÀÇ ÀÌ¿ôµéÀÇ ÀÌ¾ß±â","","");	
		CI("http://dia2.somegate.com/list.php?forum_uid=92","¸¶À½ÀÇ ¾ç½Ä","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=134","¹è¿ò °Ô½ÃÆÇ","","");
	SI("","µð¾Æºí·Î ¼Ò¼³","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(180,"left","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=26","ÀÏ¹Ý¼Ò¼³ °Ô½ÃÆÇ","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=38","wdewrÀÇ [I WANT LIFE]","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=39","yujini760ÀÇ [¼½½¬¼Ò¼­Àü±â]","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=45","gaebob10ÀÇ [ßÂîúÔ³]","","");
		CI("http://dia2.somegate.com/jackga.shtml","ÀÛ°¡ ¼Ò°³¶õ","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER")
MI("","°ÔÀÓ Á¤º¸ °Ô½ÃÆÇ",120,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(180,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("","°í¼ö °­ÀÇ½Ç","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(140,"left","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=29","°í¼ö °ÔÀÓ Á¤º¸","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=18","Ä³¸¯ÅÍ À°¼º¹ý","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=19","°í¼ö µà¾ó Àü¼ú","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=125","(±¸) °í¼ö °­ÀÇ½Ç","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=87","1.11 Á¤º¸ ¿¬±¸¼Ò","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=43","ÀÏ¹Ý °ÔÀÓ Áú¹®°Ô½ÃÆÇ","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=31","¸ÅÂùÁ¤º¸ °Ô½ÃÆÇ","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=13","µà¾ó °Ô½ÃÆÇ","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=12","Äù½ºÆ® Á¤º¸","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=36","µð¾Æºí·Î ¿ë¾î»çÀü","","");


MI("","Ä³¸¯ÅÍ",120,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
	SP(180,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")		
	SI("","¿ëº´ °Ô½ÃÆÇ","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(140,"left","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=82","ÀÏ¹Ý ¿ëº´ °Ô½ÃÆÇ","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=111","¿ëº´ Àü½Ã°ü","","");

	SI("http://dia2.somegate.com/list.php?forum_uid=110","[1.11] °í·¾ Àü½Ã°ü","","");
	//SI("http://dia2.somegate.com/list.php?forum_uid=73","[1.09] 99·¹º§ Àü½Ã°ü","","");	
	SI("http://dia2.somegate.com/list.php?forum_uid=2","µå·çÀÌµå","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=3","¾î½Ø½Å","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=81","¹Ù¹Ù¸®¾È","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=5","ÆÈ¶óµò","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=6","¾Æ¸¶Á¸","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=7","¼Ò¼­¸®½º","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=8","³×Å©·Î¸Ç¼­","","");


MI("","¾ÆÀÌÅÛ",120,"center","","",0,0,"","","","","");

	SP(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://dia2.somegate.com/list.php?forum_uid=9","¾ÆÀÌÅÛ ÀÏ¹Ý","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=10","¾ÆÀÌÅÛ ÀÚ¶û","","");
	SI("	http://dia2.somegate.com/list.php?forum_uid=128","¸ÚÁø ¾ÆÀÌÅÛ °Ô½ÃÆÇ","","");


	SI("","¾ÆÀÌÅÛ °Å·¡ ½ºÅÄ´Ùµå","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(120,"right","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=11","¾Æ½Ã¾Æ 1","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=21","¾Æ½Ã¾Æ 2","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=22","¾Æ½Ã¾Æ 3","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=23","¿þ½ºÆ®","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=24","ÀÌ½ºÆ®","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=25","À¯·´","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=42","ÇÏµåÄÚ¾î","","");

	SI("","¾ÆÀÌÅÛ °Å·¡ ·¡´õ","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(120,"right","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=104","(·¡´õ) ¾Æ½Ã¾Æ 1","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=105","(·¡´õ) ¾Æ½Ã¾Æ 2","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=106","(·¡´õ) ¾Æ½Ã¾Æ 3","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=107","(·¡´õ) ¿þ½ºÆ®","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=109","(·¡´õ) ÀÌ½ºÆ®","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=108","(·¡´õ) À¯·´","","");

	SI("","ÀÚÀ¯½ÃÀå","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(130,"right","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=49","ÀÚÀ¯ ½ÃÀå °Ô½ÃÆÇ","","");
		CI("http://dia2.somegate.com/list.php?forum_uid=122","ÀÚÀ¯ ½ÃÀå º¸Á¸ °Ô½ÃÆÇ","","");

	SI("","º¹ÅÛ ¸®½ºÆ®","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		CP(120,"right","left",0,0,"","","","","","","");
		CI("http://dia2.somegate.com/info_item_boksalist.shtml","¿þ½ºÆ®","_blank","");
		CI("http://dia2.somegate.com/info_item_bokasia1.shtml","¾Æ½Ã¾Æ 1","_blank","");
		CI("http://dia2.somegate.com/info_item_bokasia2.shtml","¾Æ½Ã¾Æ 2","","");
		CI("http://dia2.somegate.com/info_item_bokasia3.shtml","¾Æ½Ã¾Æ 3","","");
		CI("http://dia2.somegate.com/info_item_buglist.shtml","¹ö±× ÀÌµå","","");

MI("","´Ù¿î·Îµå",100,"center","","",0,0,"","","","","");

	SP(140,"left","left",0,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	SI("http://dia2.somegate.com/list.php?forum_uid=103","ÀÏ¹Ý ÀÚ·á½Ç","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=102","¿¡µðÆ® ÀÚ·á½Ç","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=136","ÀÚ·á½Ç Áú¹® ¹× ´äº¯","","");
	SI("http://dia2.somegate.com/list.php?forum_uid=137","¿ì¼ö ÀÚ·á½Ç","","");



	


//* DO NOT EDIT THIS BIT *
}//***********************
//************************

