// JavaScript Document
function move_site(arg) {
	var myindex = arg.cmbSearch.selectedIndex
	document.location=arg.cmbSearch.options[myindex].value;
}
function openImg(url, size1, size2)
{
	window.open(url,'',"'top=0, left=0, width="+size1+",height="+size2+", status=no, menubar=no, toolbar=no'");
	//alert("size1="+size1+"+size2="+ size2);
}
function openUrl(url, size1, size2)
{
	window.open(url,'',"'top=0, left=0, width="+size1+",height="+size2+", scrollbars=yes,resizable=yes, status=no, menubar=no, toolbar=no'");
	//alert("size1="+size1+"+size2="+ size2);
}
function openUrl2(url, size1, size2) 
{
	window.open(url,'pop',"'top=0, left=0, width="+size1+",height="+size2+", scrollbars=no,resizable=no, status=no, menubar=no, toolbar=no'");
	//alert("size1="+size1+"+size2="+ size2);
}
function openUrl3(url, left, top, width, height){
	window.open(url,'pop',"'top="+top+",left="+left+", height="+height+",width="+width+",scrollbars=no,resizable=no, status=no, menubar=no, toolbar=no'");
	//alert("size1="+size1+"+size2="+ size2);
}
function openUrl4(url, left, top, width, height){
	window.open(url,'pop',"'top="+top+",left="+left+", height="+height+",width="+width+",scrollbars=no,resizable=no, status=no, menubar=no, toolbar=no'");
	self.close();
}
function openNotice(url, size1, size2) 
{
	window.open(url,'',"'top=0, left=0, width="+size1+",height="+size2+", scrollbars=auto,resizable=no, status=no, menubar=no, toolbar=no'");
	//alert("size1="+size1+"+size2="+ size2);
}

function openNotice2(url, size1, size2) 
{
	window.open(url,'',"'top=0, left=0, width="+size1+",height="+size2+", scrollbars=yes,resizable=yes, status=no, menubar=no, toolbar=no'");
	//alert("size1="+size1+"+size2="+ size2);
}

function closeWin() 
{
	self.close();
}

function goto_link(arg)
{
   //opener.location=arg;
   if(arg =='')
   opener.location = "/notice/2004spring_earlybird_main.htm";
   else
   opener.location = arg;
}

function goto_link2(arg)
{
   //opener.location=arg;
   opener.location = "/notice/2004spring_earlybird_main.htm"+arg;
}
function goto_link3(arg)
{
   //opener.location=arg;
   opener.location = arg;
   self.close();
}
function winopen(arg)
{
   window.open(arg, '', "width=522, height=295");
}



<!--- ggambo_skin_script ----->
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
function clrImg(obj){obj.style.backgroundImage="";obj.onkeydown=obj.onmousedown=null;}
function toggle(ggambo) {
	if (ggambo.style.display == "none")
		{ ggambo.style.display = ""; }
	else 	{ ggambo.style.display = "none"; }
	}
function findObj(n, d) { //v4.0
  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=findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function swapImage() {
  var i,j=0,x,a=swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function zb_formresize(obj) {
	obj.rows += 3;
}
function namosw_cell_rollover(cell, classname) {
  if (document.all || document.getElementById) {
    cell.classBackup = cell.className;
    cell.className   = classname;
  }
}

function namosw_cell_rollout(cell)
{
  if (document.all || document.getElementById) {
    cell.className   = cell.classBackup;
  }
}
function copyrightAlert() {
  if(copyrightAlertMsg) alert(copyrightAlertMsg); 
  return false;
}

function resizeImg(img) {
        var thumb = new Image;
        thumb.src = img.src;
        var w = thumb.width;
        if ( w > board_width ) {
          img.width = board_width;
        }
        return;
}
String.prototype.popupView = function () { 

var img_view = this; 
var x = x + 20 ; 
var y = y + 30 ; 
htmlz = "<html><head><title>ÀÌ¹ÌÁöÅ©°Ôº¸±â</title><style>body{margin:0;cursor:hand; scrollbar-face-color: #e0e0e0; scrollbar-highlight-color: transparent; scrollbar-3dlight-color: transparent; scrollbar-shadow-color: #d5d5d5; scrollbar-darkshadow-color: #d5d5d5; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #e0e0e0;}</style><META HTTP-EQUIV='imagetoolbar' CONTENT='no'></head><body oncontextmenu=\"return false\" bgproperties=\"fixed\" ondragstart =\"return false\" onselectstart=\"return false\" scroll=auto onload='width1=document.all.Timage.width;if(width1>1024)width1=1024;height1=document.all.Timage.height;if(height1>768)height1=768;top.window.resizeTo(width1+30,height1+59);' onclick='top.window.close();'><img src='"+img_view+"'  title='Å¬¸¯ÇÏ½Ã¸é ´ÝÈü´Ï´Ù.' name='Timage' id='Timage'></body></html>" 
imagez = window.open('', "image", "width="+ 10 +", height="+ 10 +", top=0,left=0,scrollbars=auto,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1"); 
imagez.document.open(); 
imagez.document.write(htmlz) 
imagez.document.close(); 
} 


function popup2View(img_view) { 
var x = x + 20 ; 
var y = y + 30 ; 
htmlz = "<html><head><title>ÀÌ¹ÌÁöÅ©°Ôº¸±â</title><style>body{margin:0;cursor:hand; scrollbar-face-color: #e0e0e0; scrollbar-highlight-color: transparent; scrollbar-3dlight-color: transparent; scrollbar-shadow-color: #d5d5d5; scrollbar-darkshadow-color: #d5d5d5; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #e0e0e0;}</style><META HTTP-EQUIV='imagetoolbar' CONTENT='no'></head><body oncontextmenu=\"return false\" bgproperties=\"fixed\" ondragstart =\"return false\" onselectstart=\"return false\" scroll=auto onload='width1=document.all.Timage.width;if(width1>1024)width1=1024;height1=document.all.Timage.height;if(height1>768)height1=768;top.window.resizeTo(width1+30,height1+59);' onclick='top.window.close();'><img src='"+img_view+"'  title='Å¬¸¯ÇÏ½Ã¸é ´ÝÈü´Ï´Ù.' name='Timage' id='Timage'></body></html>" 
imagez = window.open('', "image", "width="+ 10 +", height="+ 10 +", top=0,left=0,scrollbars=auto,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1"); 
imagez.document.open(); 
imagez.document.write(htmlz) 
imagez.document.close(); 
} 