﻿
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');
}

////////////////////////// Flash Link //////////////////////////
function goHome()
{
    location.href = '/Home/Home.aspx';
}
function flashlink(num) {
    if (num == 100) {
        location.href='/Desk/NoticeList.aspx';
    }
    else if (num == 110) {
        location.href='/Desk/UpdateList.aspx';
    }
    else if (num == 120) {
        location.href='/Desk/EventList.aspx';
    }
    else if (num == 130) {
        location.href='/Desk/MagazineList.aspx';
    }
    else if (num == 140) {
        location.href='/Desk/PollBoardList.aspx';
    }
    else if (num == 200) {
        location.href='/Guide/Intro.aspx';
    }
    else if (num == 210) {
        location.href='/Guide/Beginner.aspx';
    }
    else if (num == 220) {
        location.href='/Guide/Game.aspx';
    }
    else if (num == 230) {
        location.href='/Guide/TipBoardList.aspx';
    }
    else if (num == 300) {
        location.href='/Pds/Download.aspx';
    }
    else if (num == 310) {
        location.href='/Pds/WallPaper.aspx';
    }
    else if (num == 320) {
        location.href='/Pds/Movie.aspx';
    }
    else if (num == 400) {
        location.href='/Community/TalkBoardList.aspx';
    }
    else if (num == 410) {
        location.href='/Community/StyleBoardList.aspx';
    }
    else if (num == 420) {
        location.href='/Community/ScrBoardList.aspx';
    }
    else if (num == 430) {
        location.href='/Community/ideaBoardList.aspx';
    }
    else if (num == 440) {
        location.href='/Rank/Ranking.aspx';
    }
    else if (num == 450) {
        location.href='/Community/GMBoardList.aspx';
    }
    else if (num == 500) {
        location.href='/Music/HotDebut.aspx';
    }
    else if (num == 510) {
        location.href='/Music/Take.aspx';
    }
    else if (num == 520) {
        location.href='/Music/MusicList.aspx';
    }
    else if (num == 530) {
        location.href='/Music/TopTen.aspx';
    }
    else if (num == 600) {
        location.href='/Customer/FaqList.aspx';
    }
    else if (num == 610) {
        location.href='/Customer/InquiryWrite.aspx';
    }
    else if (num == 620) {
        location.href='/Customer/Policy.aspx';
    }
    else if (num == 10) {
        gameStart();
    }
    else if (num == 20) {
        location.href='/Pds/Download.aspx';
    }
    else if (num == 30) {
        location.href='/Guide/Intro.aspx';
    }
}

function GoNotice()
{
	location.href = "/Desk/NoticeList.aspx";
}

function GoUpdate()
{
	location.href = "/Desk/UpdateList.aspx";
}

function GoReady()
{
	alert("준비중 입니다.");
}