// MASTHEAD MENUS CONTENT VARIABLES - v.1.0
// COPYRIGHT SUN MICROSYSTEMS INC.
// QUESTIONS? webdesign -at- sun.com

// translation for See All link at the end of each menu
seeall = "¸ðµÎ º¸±â";

// set this to the location of your local css & im directories
cssdir = "/css";
imdir = "/im";

// sub menu width
mwidth = 150;

// array for all masthead menus
var navmenu = new Array();

// menus are organized using a two number decimel delineated system (1.2)
// the first number indicates which main topic link the menu belongs to.
// the second number indicates the order the sub topic link appears in the menu.

// the values for each item are then organized by a | delineated system (Link Name|URL)
// item X.0 MUST alway be the exact name of the main topic link as hardcoded in
// the masthead and must include a link that is the also the same.

// link set v1.0 -- change this version when changing link content
navmenu['1.0'] = 'ITÁ¤±Ô±³À°|/jsp/service/sunedu/catalog/index.jsp';
navmenu['1.1'] = '±³À°°úÁ¤/ÀÏÁ¤|/jsp/service/sunedu/catalog/index.jsp';
navmenu['1.2'] = '¼ö°­½ÅÃ»ÀýÂ÷|/jsp/service/sunedu/registration.jsp';
navmenu['1.3'] = 'ÈÆ·Ãºñ Áö¿ø ½ÅÃ»¾È³»|/jsp/service/sunedu/edu_regis.jsp';
navmenu['1.4'] = '¼ö°­½ÅÃ»|/jsp/regist_class/indi_regist.jsp';

navmenu['2.0'] = 'ÀÌ·¯´×|javascript:link_form(0)';
navmenu['2.1'] = 'ÀÌ·¯´× ±³À°°úÁ¤|javascript:link_form(1)';
navmenu['2.2'] = 'ÀÌ·¯´× ¼Ö·ç¼Ç|javascript:link_form(2)';
navmenu['2.3'] = 'ÀÌ·¯´× ÄÁ¼³ÆÃ|javascript:link_form(3)';
navmenu['2.4'] = 'ºí·£µðµå ·¯´×|javascript:link_form(4)';

navmenu['3.0'] = 'ÀÚ°ÝÁõ|/jsp/certification/index.jsp';
navmenu['3.1'] = 'ÀÚ°ÝÁõ ¼Ò°³|/jsp/certification/intro/index.jsp';
navmenu['3.2'] = 'ÀÚ°ÝÁõ ½ÃÇèÁ¤º¸|/jsp/certification/exam/info.jsp';
navmenu['3.3'] = 'ÀÚ°ÝÁõ ÇÐ½ÀÁ¤º¸|/jsp/certification/study/index.jsp';
navmenu['3.4'] = 'Certmanager|/jsp/certification/certmanager/certmanager.jsp';

navmenu['4.0'] = '±³À°ÄÁ¼³ÆÃ|/jsp/kcs/index.jsp';
navmenu['4.1'] = 'ÄÁ¼³ÆÃ ¼Ò°³|/jsp/kcs/index.jsp';
navmenu['4.2'] = 'ÄÁ¼³ÆÃ ±âº»¸ðµ¨|/jsp/kcs/services.jsp';
navmenu['4.3'] = 'ÄÁ¼³ÆÃ ÇÁ·Î±×·¥|/jsp/kcs/program.jsp';

navmenu['5.0'] = 'Á¦Ç°|http://kr.sun.com/products/';
navmenu['5.1'] = '¼ÒÇÁÆ®¿þ¾î|http://kr.sun.com/products/software/';
navmenu['5.2'] = '¼­¹ö|http://kr.sun.com/servers/';
navmenu['5.3'] = 'µ¥½ºÅ©Å¾ &amp;¿÷½ºÅ×ÀÌ¼Ç|http://kr.sun.com/desktop/';
navmenu['5.4'] = '½ºÅä¸®Áö|http://kr.sun.com/storage/';
navmenu['5.5'] = '³×Æ®¿öÅ©&amp;º¸¾È |http://kr.sun.com/products/networking/switches/';

navmenu['6.0'] = '´Ù¿î·Îµå |http://sun.com/download/';
navmenu['6.1'] = 'Solaris 10|http://kr.sun.com/products/software/os_platforms/solaris/10/get.html';
navmenu['6.2'] = 'Java 2 Standard Edition|http://java.sun.com/j2se/downloads/';
navmenu['6.3'] = '°³¹ßÀÚ Åø|http://java.sun.com/webservices/downloads/webservicespack.html';
navmenu['6.4'] = 'Top 10 ´Ù¿î·Îµå|http://sun.com/download/index.jsp?tab=5';
navmenu['6.5'] = 'ÃÖ½Å ´Ù¿î·Îµå|http://sun.com/download/index.jsp?tab=4';
navmenu['6.6'] = 'ÆÐÄ¡ &amp;¾÷µ¥ÀÌÆ®|http://sun.com/download/index.jsp?cat=Patches%20%26%20Updates&tab=3';


