// write me if you have questions: web.master@male.net

// constants
var url			= '/?doc='; //'http://golf.hojusports.com';
var initX       = 140; // x-coordinate of top left corner of dropdown menu 
var initY       = 200; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#CCCCCC'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = 'black'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 20;
var xOverlap    = 5;
var yOverlap    = 10;
//


menuContent     = new Array ();

menuContent [0] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
100, // the width of current menu list 
95, // x coordinate (absolute) of left corner
175, // y coordinate (absolute) of left corner
new Array (
'°ñÇÁ±ÔÄ¢', url+'info/rules.php',
'°ñÇÁ°æ±â', url+'info/games.php',
'°ñÇÁÀå ¾È³»', url+'info/courses/start.php',
'ÃßÃµ °ñÇÁÀå', url+'info/courses/recom.php'
));

menuContent [1] = new Array ( 
-1, 
-1,
100,
95,
198,
new Array (
'°ñÇÁ´º½º/°øÁö', '/columns/?id=g_news',
'°ñ¹Ú»ç Ä®·³', '/columns/?id=gcolumn',
'³ªÀÇ°ñÇÁÈÄ±â', '/columns/?id=g_round'
));

menuContent [2] = new Array ( 
-1, 
-1,
100,
95,
221,
new Array (
'ÀÚÀ¯ °Ô½ÃÆÇ', '/boards/?id=g_story',
'¹¯°í ´äÇÏ±â', '/boards/?id=g_qna',
'°ñÇÁ °Ö·¯¸®', '/boards/?id=gallery'
));

menuContent [3] = new Array ( 
-1, 
-1,
110,
95,
244,
new Array (
'¾Æ½¯¶ó °ñ»ç¸ð', 'http://club.hojusports.com/?doc=club/club.index.php&cb_club=club_golsamo',
'³ë½º¼î¾î °ñÇÁ', '/clubs/?id=northshore',
//'¾Öµé·¹ÀÌµå °ñÇÁ', '/clubs/?id=adelaide',
'¸ðÀÓ ½ÅÃ»ÇÏ±â', url+'clubs/index.php'
));

menuContent [4] = new Array ( 
-1, 
-1,
100,
95,
267,
new Array (
'°ñÇÁ ÀÏÁ¤°ü¸®', url+'bbs/gnuboard.php&bo_table=golf_diary',
'Æ÷ÀÎÆ® ¼øÀ§', url+'point_rank.php',
'Ãâ±ÙºÎ', url+'attendance.php',
'È£ÁÖ º¹±Ç¹æ', url+'item/bok/bokgun.php',
'È£ÁÖ °í¶Ç¹æ', url+'item/gotto/gotto.php'
));

