﻿
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
function PresizeIframe(name) {		
	if (name == null || name == "") {
		return;
	}
	try {
		var oIFrame = document.getElementById(name);
		if( 500 > oIFrame.contentWindow.document.body.scrollHeight){
			oIFrame.style.height = 250;
		} else {
			oIFrame.style.height = oIFrame.contentWindow.document.body.scrollHeight;						
		}					
	} 
	catch (e) {}	
	//document.all["subIMG"].style.display = '';
}

function goMenu(url) {
	document.all.blogmain.src = url;
}		

// check element all
function CheckAllCheckbox(o) {
  if (o.length != null) {
    var b = !o[0].checked;

	  for (i = 0; i < o.length; i++) {
		  o[i].checked = b;
	  }
  } else {
	  o.checked = !o.checked;
  }
}

function CheckLogin() 
{
	CheckLoginProcess(document.forms[0].UserID, document.forms[0].PassWord,"");
}
function checkCBT(id) {
	checkCBTUser(id,"");
}
function goMyInFo(){
	window.open("http://member.hanbiton.com/h_member/h_hms/ms_bypass.aspx?regsite=thtee");
}
function goUserInfo(){
	window.location.href = "http://member.hanbiton.com/h_member/h_hms/ms_bypass.aspx?regsite=three";	
}
function goPartiGuild(url)
{
	if(url.value) {
		if(url.index == 2) {
			location.href = url.value;
		}
		else {
			window.open(url.value, "HanbitOn_PartiGuild");		
		}
	}
}

function childLogOut()
{
	topNaviReLoad();
	try {
		if(self.parent.frames.length != 0)
		{
			//window.location.reload();
		}
	} catch (ex) {
		//ex 
	}	
}

// Submit form to another page without ViewState
function FormSubmit(f, action) {
	for (i = 0; (e = document.getElementsByTagName("input")[i]); i++) {
		if (e.getAttribute("type").indexOf("hidden") != -1) {
			if (e.getAttribute("name") == "__VIEWSTATE") {
				e.disabled = true;
				break;
			}
		}
	}

	f.action = action;
	f.submit();
}

function swf(src, w, h)
{
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" WIDTH="'+w+'" HEIGHT="'+h+'">';
	html += '<PARAM NAME=movie VALUE="'+src+'">';
	html += '<PARAM NAME=quality VALUE=high>';
	html += '<PARAM NAME="wmode" value="transparent" />';
	html += '<EMBED src="'+src+'" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" wmode="transparent"  WIDTH="'+w+'" HEIGHT="'+h+'"></EMBED>';
	html += '</OBJECT>';
	document.write(html);
}

function goVoteResult(){
	var LeftPosition = (screen.width) ? (screen.width-135)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-320)/2 : 0;
	
	popvote = window.open("/popup/MainVoteResult.aspx", "goVoteResult", "width=500,height=400,status=no,scrollbars=no,top=" + TopPosition + ",left=" + LeftPosition);
	popvote.focus();
}

// 이미지 사이즈 조정하기
function ResizeImage(id) {
	var img = document.getElementById("UserImage" + id);
	
	if (img.width > 500) {
		img.width = 500;
	} else if (img.width == 0) {
		setTimeout("ResizeImage('" + id + "')", 200);
	}
}

//검색관련
function onClickHanbitOnSearch() 
{
    var SearchWord = document.forms[0].hanbitonSearchWord.value;
    if(SearchWord == false) {
        alert("검색어를 입력하세요.");
    }
    else
    {
        document.charset="euc-kr";
        window.open("http://search.hanbiton.com/index.asp?sp=gm&isnet=y&query=" + SearchWord)
    }
  
}

function SearchKeyDown(){
    if(event.keyCode == 13){
        onClickHanbitOnSearch();
        return true;
    }
}

function CheckSearchComment() {
	var r = document.forms[0].hanbitonSearchWord;
	
	if (r.value == "검색어") {
		r.value = "";
	}
}

// check element all
function CheckAllCheckbox(o) {
  if (o.length != null) {
    var b = !o[0].checked;

	  for (i = 0; i < o.length; i++) {
		  o[i].checked = b;
	  }
  } else {
	  o.checked = !o.checked;
  }
}

function openUserInfo(type) {
    if (type == 'write') {
        window.open('/Popup/UserChar.aspx?type='+type,'userpop','width=550, height=800');
    }
    else {
        window.open('/Popup/UserCharUpd.aspx?type='+type,'userpop','width=550, height=594');
    }    
}

function PolicyPop() {
    window.open('/popUp/Policy.aspx','policy','width=550,height=800');
}

//////////////////////////////////////////////////////////////////////////
//홈
function GoHome() {
    location.href = '/Home/Home.aspx';
}
//영웅호칭
function gs1() {
    location.href = '/Guide/Game.aspx?flag=8';
}
//인스턴스던전
function gs2() {
    location.href = '/Guide/Game.aspx?flag=8';
}
//마상전투
function gs3() {
    location.href = '/Guide/Game.aspx?flag=7';
}
//대메뉴1
function menu1() {
    location.href = '/News/NoticeList.aspx';
}
//대메뉴2
function menu2() {
    location.href = '/Guide/Total.aspx';
}
//대메뉴3
function menu3() {
    location.href = '/Community/FreeBoardList.aspx';
}
//대메뉴4
function menu4() {
    location.href = '/Dataroom/Download.aspx';
}

//공지사항
function menu11() {
    location.href = '/News/NoticeList.aspx';
}
//이벤트
function menu12() {
    location.href = '/News/EventList.aspx';
}
//개발소식
function menu13() {
    location.href = '/Community/DevBoardList.aspx';
}
//가이드전체보기
function menu21() {
    location.href = '/Guide/Total.aspx';
}
//게임스토리
function menu21() {
    location.href = '/Guide/Story.aspx';
}
//게임특징
function menu22() {
    location.href = '/Guide/Game.aspx';
}
//캐릭터
function menu23() {
    location.href = '/Guide/Character.aspx?flag=2';
}
//맵
function menu24() {
    location.href = '/Guide/Map.aspx';
}
//NPC
function menu25() {
    location.href = '/Guide/Npc.aspx';
}
//인터페이스
function menu26() {
   location.href = '/Guide/Interface.aspx';
}
//삼국지천이슈
function menu31() {
    location.href='/Community/TodayIssue.aspx';
}
//자유게시판
function menu32() {
    location.href='/Community/FreeBoardList.aspx';
}
//토론게시판
function menu33() {
    location.href='/Community/ForumBoardList.aspx';
}
//건의게시판
function menu34() {
    location.href='/Community/RecomBoardList.aspx';
}
//퀴즈게시판
function menu35() {
    location.href='/Community/QuizBoardList.aspx';
}
//설문게시판
function menu36() {
    location.href='/Community/PollBoardList.aspx';
}
//다운로드
function menu41() {
    location.href='/DataRoom/Download.aspx';
}
//갤러리
function menu42() {
    location.href='/DataRoom/Gallery.aspx';
}
//월페이퍼
function menu43() {
    location.href='/DataRoom/WallPaper.aspx';
}
//팬사이트킷
function menu44() {
    location.href='/DataRoom/Fankit.aspx';
}
//멀티미디어
function menu45() {
    location.href='/DataRoom/Multimedia.aspx';
}


//OST 다운로드
function fileURL1() {    
    window.open('/flash/01.zip','','');
}
function fileURL2() {
    window.open('/flash/02.zip','','');
}
function fileURL3() {
    window.open('/flash/03.zip','','');
}
function fileURL4() {
    window.open('/flash/04.zip','','');
}
function fileURL5() {
    window.open('/flash/05.zip','','');
}
function fileURL6() {
    window.open('/flash/06.zip','','');
}
function fileURL7() {
    window.open('/flash/07.zip','','');
}
function fileURL8() {
    window.open('/flash/08.zip','','');
}
function allURL() {
    window.open('/flash/allBGM.zip','','');
}
//회사소개
function bt1() {
    window.open('http://www.hanbitsoft.co.kr','','');
}
//서비스이용약관
function bt2() {
    window.open('http://help.hanbiton.com/Agreement/ServiceClause.aspx','','');
}
//개인정보취급방침
function bt3() {
    window.open('http://help.hanbiton.com/Agreement/Privacy.aspx','','');
}
//운영정책
function bt4() {
    PolicyPop();
}

//캐릭터
function cbtn1() {
    location.href='?flag=2';
}
function cbtn2() {
    location.href='?flag=1';
}
function cbtn3() {
    location.href='?flag=3';
}
function cbtn4() {
    location.href='?flag=4';
}
function cbtn5() {
    location.href='?flag=8';
}
function cbtn6() {
    location.href='?flag=6';
}
function cbtn7() {
    location.href='?flag=5';
}
function cbtn8() {
    location.href='?flag=7';
}


