	<!--to hiding script from old browsers
	/*Set Up Object*/
	/*EEE*/
	var bAgent = navigator.userAgent;
	var bName = navigator.appName;
	var bPlugins = navigator.plugins;
	var d = document;
	
	function sniffer(){
		/*OS*/
		this.Win = bAgent.indexOf("Win",0) != -1 ? 1 :0;
		this.Mac = bAgent.indexOf("Mac",0) != -1 ? 1 :0;
		this.MacOSX = ((bAgent.indexOf("Mozilla") != -1) && (bAgent.indexOf("Mac OS X") != -1)) ? 1 :0;
		if(bPlugins){for(i=0;i<bPlugins.length;i++){if(this.Mac && (bPlugins[i].filename.indexOf("QuickTime Plugin.plugin")!=-1)){this.MacOSX=true;}}}
		
		/*Browser*/
		this.IE = ((bAgent.indexOf("MSIE") != -1) && (bAgent.indexOf("Opera") == -1)) ? 1 :0;
		this.NS = ((bName == "Netscape") && (bAgent.indexOf("Opera") == -1)) ? 1 :0;
		this.NC = ((bName == "Netscape") && (bAgent.indexOf("Gecko") == -1) && (bAgent.indexOf("Opera") == -1)) ? 1 :0;
		this.Gecko = (bAgent.indexOf("Gecko") != -1) ? 1 :0;
		this.Moz = ((bAgent.indexOf("Gecko") != -1) && (bAgent.indexOf("Safari",0) == -1)) ? 1 :0;
		this.OPERA = bAgent.indexOf("Opera",0) != -1 ? 1 :0;
		this.SAFARI = bAgent.indexOf("Safari",0) != -1 ? 1 :0;
		this.ICAB = bAgent.indexOf("iCab",0) != -1 ? 1 :0;
		
		this.IE3 = (bAgent.indexOf('MSIE 3.',0) != -1);
		this.MacIE4 = (this.Mac && (bAgent.indexOf('MSIE 4.',0) != -1));
		this.MacIE45 = (this.Mac && (bAgent.indexOf('MSIE 4.5',0) != -1));
		this.MacIE5 = (this.Mac && (bAgent.indexOf('MSIE 5.',0) != -1));
		this.NS60 = (bAgent.indexOf("Netscape6/6.0") != -1);
		this.NS6 = (bAgent.indexOf("Netscape6/") != -1);
		this.NS7 = (bAgent.indexOf("Netscape/7") != -1);
		
		/*Object*/
		/*NS4 = 1, IE4 = 2, IE5+,OPERA5,7 = 3, NS6+,SAFARI,OPERA6 = 4, others = 0*/
		this.checkObj = d.all?(d.getElementById?3:2):(d.getElementById?4:(d.layers?1:0));
		this.allObj = ((this.checkObj == 1) || (this.checkObj == 2) || (this.checkObj == 3) || (this.checkObj == 4));
		this.checkObj4 = (d.getElementById && !d.all) ? 1 :0;
		this.checkObj3 = (d.getElementById && d.all) ? 1 :0;
		this.checkObj2 = (d.all && !d.getElementById) ? 1 :0;
		this.checkObj1 = d.layers ? 1 :0;
		
		/*Compat Mode*/
		this.modeStandard = d.compatMode == "CSS1Compat" ? 1 : 0;
		this.modeQuirks = d.compatMode == "BackCompat" ? 1 : 0;
		
		this.WinIE6s = (this.Win && this.IE && this.modeStandard && (bAgent.indexOf('MSIE 6.',0) != -1));
		this.WinIE6q = (this.Win && this.IE &&this. modeQuirks && (bAgent.indexOf('MSIE 6.',0) != -1));
		
		return this;
	}
	var usr = new sniffer;

	/*Set Up Stylesheet*/
	var cssType = (usr.Win && usr.OPERA)?"wie":(usr.MacOSX && usr.NS)?"mns":(usr.MacOSX)?"mie":(usr.Mac && usr.OPERA)?"mie":(usr.Win && usr.IE)?"wie":(usr.Mac && usr.IE)?"mie":(usr.Win && usr.NC)?"wnc":(usr.Win && usr.NS)?"wns":(usr.Mac && usr.NC)?"mnc":(usr.Mac && usr.NS)?"mns":"wie";
	function setCss(){
		d.open();
		if(!!cssType && !usr.IE3 && usr.allObj){
			d.write('<link rel=\"stylesheet\" href=\"/common/css/common_' +cssType+ '.css\" type=\"text/css\">');
			d.write('<link rel=\"stylesheet\" href=\"/common/css/contents.css\" type=\"text/css\">');
		}else{
			d.write('<link rel=\"stylesheet\" href=\"/common/css/common_wie.css\" type=\"text/css\">');
			d.write('<link rel=\"stylesheet\" href=\"/common/css/contents.css\" type=\"text/css\">');
		}
		d.close();
	}
	var setupCss = new setCss;

	/*document reload for user resized*/
	if(! window.definedWidth){
		window.onresize = checkSize;
		window.definedWidth = window.innerWidth;
		window.definedHeight = window.innerHeight;
	}
	function checkSize(){
		if(definedWidth < window.innerWidth || definedWidth > window.innerWidth || definedHeight > window.innerHeight || definedHeight < window.innerHeight){
		location.reload();
		}
	}

	/*PageReset*/
	/*between 4.51 and 4.61 of NS be no good for meta content type*/
	var fileUrl = location.href;
	var checkAnchor = fileUrl.indexOf("#",0);
	var checkPageScroller = fileUrl.match("pSc");
	function resetPage(){
		if(!!checkPageScroller){
			anchorId = fileUrl.substring(fileUrl.lastIndexOf("?pSc")+4,fileUrl.length);
			timerID=setTimeout("toAnchor(anchorId)",400);
		}
		if(usr.NS && !checkAnchor){
			window.scroll(0,0);
		}else return true;
	}

	/*window open*/
	var ratedWidth = ratedHeight = "";
	function subWin(subUrl,subName,subWidth,subHeight,subBar,subLoca,subMenu) {
		window.parent.name = "ffMain";
		if(usr.allObj){
			subWidth += 0;subHeight += 0;
			if(usr.Mac && usr.IE){
				subWidth -= 16;subHeight += 0;
			}
			var screenX = GetScreenRealSize("width");
			var screenY = GetScreenRealSize("height");
			var realSizeWidth = GetWindowRealSize("width");
			var realSizeHeight = GetWindowRealSize("height");
			ratedWidth = subWidth;
			ratedHeight = subHeight;
			if(!!screenX && !!realSizeWidth && subWidth > screenX)ratedWidth = realSizeWidth;
			if(!!screenY && !!realSizeHeight && subHeight < screenY)ratedHeight = realSizeHeight;
			if(!subBar)subBar = "yes";
			if(!subLoca)subLoca = "yes";
			if(!subMenu)subMenu = "yes";
			if(!subName)subName = "Sub";
			windowSub = ("window" + subName);
			window[windowSub] = window.open(subUrl,subName,"width="+ratedWidth+",height="+ratedHeight+",location="+subLoca+",menubar="+subMenu+",personalbar=no,directories=no,scrollbars="+subBar+",status=yes,toolbar=no,copyhistory=no,resizable=yes,top=0,left=0");
			if(!usr.IE3)window[windowSub].focus();
			if(!d.all)window[windowSub].moveTo(0,0);
			window[windowSub].opener = self;
		}
	}

	IE3 = (navigator.userAgent.indexOf('MSIE 3.',0) != -1);
	if(!IE3){window.focus();}
	function setHeadG(globalPid) {
		if((usr.checkObj == 3) || (usr.checkObj == 4)){
			var parentDivId = 'areaNavGlobalHeader';
			var collectTag = 'li';
			var topLv = 'headG00';
			var lvBeam = '00';
			var menuHead = topLv.substring(0,topLv.length - lvBeam.length);
			var globalPageId = menuHead;
			globalPageId += globalPid;

			var parentElement = document.getElementById(parentDivId);
			var idSet = parentElement.getElementsByTagName(collectTag);

			var ownerView = 'owner';

			var menuCnt = 0;
			for(i = 0; idSet[i]; i++) {
				var checkId = idSet[i].className;

				if(checkId.match(menuHead)) {
					if(globalPageId == checkId) {
						idSet[i].className = ownerView;
					}
				}
			}
			if((globalPid == '04') || (globalPid == '05') || (globalPid == '06')) {
				document.getElementById('noLocalNav').style.display = 'block';
			}
		}
	}
	function setHeadL(localPid) {
		if((usr.checkObj == 3) || (usr.checkObj == 4)){
			var parentDivId = 'areaNavLocalHeader';
			var collectTag = 'li';
			var topLv = 'navId01';
			var lvBeam = '00';
			var menuHead = topLv.substring(0,topLv.length - lvBeam.length);
			var localPageId = menuHead;
			localPageId += localPid;

			var parentElement = document.getElementById(parentDivId)
			var idSet = parentElement.getElementsByTagName(collectTag);

			var ownerView = 'owner';

			for(i = 0; idSet[i]; i++) {
				var checkId = idSet[i].className;

				if(checkId.match(menuHead)) {
					if(localPageId == checkId) {
						idSet[i].className = ownerView;
					}
				}
			}
		}

	}
	function setNavL(localNavId) {
		if((usr.checkObj == 3) || (usr.checkObj == 4)){
			var parentDivId = 'navLocal';
			var collectTag = 'li';
			var collectTag01 = 'span';
			var collectAncor = 'a';
			var topLv = 'local00';
			var lvBeam = '00';
			var menuHead = topLv.substring(0,topLv.length - lvBeam.length);
			var localNavPageId = menuHead;
			localNavPageId += localNavId;

			var parentElement = document.getElementById(parentDivId)
			var idSet = parentElement.getElementsByTagName(collectTag);
			var ancorSet = parentElement.getElementsByTagName(collectAncor);
			var innerSet = parentElement.getElementsByTagName(collectTag01);

			var groupLv = localNavPageId.length;
			var groupId = localNavPageId.substring(0,localNavPageId.length - lvBeam.length);
			var upperLv = localNavPageId.length - lvBeam.length;
			var upperId = groupId.substring(0,groupId.length - lvBeam.length);

			if(groupLv > topLv.length) {
				var ownerView = 'owner';
				var groupView = 'sameGroup';
				var upperView = 'upperGroup';
			} else if(groupLv == topLv.length){
				var ownerView = 'upperStay';
				var groupView = 'upperGroup';
			}

			var menuCnt = 0;
			visibleMenu = new Array();
			visibleInnerSet = new Array();
			for(i = 0; idSet[i]; i++) {
				var checkId = idSet[i].className;
				var checkLv = checkId.length;

				if(checkId.match(menuHead)) {
					if((groupId == checkId) && (groupLv != topLv.length)) {
						var maskMenuId = ancorSet[i + 1].id;
					}
					if(localNavPageId == checkId) {
						idSet[i].className = ownerView;
						visibleMenu[menuCnt] = ancorSet[i + 1];
						visibleInnerSet[menuCnt] = innerSet[i + 1];
						if(menuCnt != 0) {
							menuCnt++;
						}
					} else if((checkLv == groupLv) && (checkId.match(groupId))) {
						idSet[i].className = groupView;
						visibleMenu[menuCnt] = ancorSet[i + 1];
						visibleInnerSet[menuCnt] = innerSet[i + 1];
						if(menuCnt != 0) {
							menuCnt++;
						}
					} else if((checkLv == upperLv) && (checkId.match(upperId))) {
						idSet[i].className = upperView;
						visibleMenu[menuCnt] = ancorSet[i + 1];
						visibleInnerSet[menuCnt] = innerSet[i + 1];
						if(menuCnt != 0) {
							menuCnt++;
						}
					}
				}
				var contactIdHead = 'navlCon';
				if((checkId.match(contactIdHead)) && (localNavId.length > 3)) {
					var contactId = contactIdHead;
					contactId += localNavId.substring(0,4);
						if(contactId.match(checkId)) {
							idSet[i].style.display = 'block';
						}
				} else if((checkId.match(contactIdHead)) && (localNavId == '03')) {
					contactId = contactIdHead;
					contactId += '03';
					if(contactId.match(checkId)) {
						idSet[i].style.display = 'block';
					}
				}
				var bannerIdHead = 'navlBan';
				if((checkId.match(bannerIdHead)) && (localNavId == '09')) {
				bannerId = bannerIdHead;
				bannerId += localNavId;
					if(bannerId == checkId) {
						idSet[i].style.display = 'block';
						idSet[i].className = 'bannerVisible';
					}
				}
			}
			var menuEndHeight;
			for(i = 0; visibleMenu[i]; i++) {
				if(i == menuCnt) {
					menuEndHeight = eval(visibleMenu[i].offsetHeight - 1);
					menuEndHeight += 'px';
					visibleMenu[i].style.height = menuEndHeight;
					visibleInnerSet[i].style.height = menuEndHeight;
				}
			}
		}
	}
	// end hiding script from old browsers-->

