
// ¿©Çà»óÇ° ½½¶óÀÌµù ¼­ºê¸Þ´º ½ºÅ©¸³Æ®

// ½ºÅ©¸³Æ® ½ÃÀÛ
document.writeln('<script language=javascript>');
document.writeln('<!--');

document.writeln('var nom = 1; '); // ½½¶óÀÌµùµÇ´Â Ä«Å×°í¸® °¹¼ö ²À ¸Â°Ô Àû¾îÁÙ °Í
document.writeln('var isDOM = (document.getElementById ? true : false); ');
document.writeln('var isIE4 = ((document.all && !isDOM) ? true : false);');
document.writeln('var isNS4 = (document.layers ? true : false);');
document.writeln('var isNS = navigator.appName == "Netscape";');
document.writeln('');
document.writeln('function getRef(id) {');
document.writeln('	if (isDOM) return document.getElementById(id);');
document.writeln('	if (isIE4) return document.all[id];');
document.writeln('	if (isNS4) return document.layers[id];');
document.writeln('}');
document.writeln('');
document.writeln('function getSty(id) {');
document.writeln('	return (isNS4 ? getRef(id) : getRef(id).style);');
document.writeln('}');
document.writeln('');
document.writeln('function toggle(n) {');
document.writeln('	for (i = 1; i <= nom; i++) {');
document.writeln('		menu = (\'SubMenu\' + i);');
document.writeln('		SubMenu = getSty(menu);');
document.writeln('		if (i == n)');
document.writeln('			if (SubMenu.display == \'\')');
document.writeln('				SubMenu.display = \'none\';');
document.writeln('			else');
document.writeln('				SubMenu.display = \'\';');
document.writeln('		else');
document.writeln('			SubMenu.display = \'none\';');
document.writeln('	}');
document.writeln('}');
document.writeln('');

document.writeln('//-->');
document.writeln('</script>');
document.writeln('');
// ½ºÅ©¸³Æ® ³¡
