<!--

function bluring(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") 

document.body.focus(); 
} 
document.onfocusin=bluring; 


//»çÀÌÆ®ÀÌµ¿:ÇöÀçÃ¢¿¡¼­
function goPage(form) {

 var sltvalue=form.sltPage.selectedIndex

 if (form.sltPage.options[sltvalue].value != "#") {

   window.location.href=form.sltPage.options[sltvalue].value;

 }

}
//»çÀÌÆ®ÀÌµ¿:»õÃ¢À¸·Î
function goSite(form) {

 var sltvalue=form.sltSite.selectedIndex

 if (form.sltSite.options[sltvalue].value != "#") {

   window.open(form.sltSite.options[sltvalue].value, 'goSite');

 }

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


//»õÃ¢
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
  toolbar_str = toolbar ? 'yes' : 'no';
  menubar_str = menubar ? 'yes' : 'no';
  statusbar_str = statusbar ? 'yes' : 'no';
  scrollbar_str = scrollbar ? 'yes' : 'no';
  resizable_str = resizable ? 'yes' : 'no';
  window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}



function na_restore_img_src(name, nsdoc)
{
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img && img.altsrc) {
    img.src    = img.altsrc;
    img.altsrc = null;
  } 
}

function na_preload_img()
{ 
  var img_list = na_preload_img.arguments;
  if (document.preloadlist == null) 
    document.preloadlist = new Array();
  var top = document.preloadlist.length;
  for (var i=0; i < img_list.length; i++) {
    document.preloadlist[top+i]     = new Image;
    document.preloadlist[top+i].src = img_list[i+1];
  } 
}

function na_change_img_src(name, nsdoc, rpath, preload)
{ 
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img) {
    img.altsrc = img.src;
    img.src    = rpath;
  } 
}

//FAQ
function faq(obj)
{
	if (eval("faq" + obj + ".style.display == 'inline'"))
	{
		for(i=1;i<4;i++){
				eval("faq" + i + ".style.display='none';");
		}
	}
	else if (eval("faq" + obj + ".style.display == 'none'"))
	{
		for(i=1;i<4;i++){
			if(obj == i){
				eval("faq" + obj + ".style.display='inline';");
			}else{
				eval("faq" + i + ".style.display='none';");
			}
		}
	}
}


//½ºÅ©·Ñ¸Þ´º


//var bNetscape4plus = (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4");
//var bExplorer4plus = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4");
//function CheckUIElements(){
//var yMenuFrom, yMenuTo, yButtonFrom, yButtonTo, yOffset, timeoutNextCheck;

//if ( bNetscape4plus ) { 
//yMenuFrom = document["divMenu"].top;
//yMenuTo = top.pageYOffset + 120;
//}
//else if ( bExplorer4plus ) {
//yMenuFrom = parseInt (divMenu.style.top, 10);
//yMenuTo = document.body.scrollTop + 120;
//}

//timeoutNextCheck = 500;

//if ( Math.abs (yButtonFrom - (yMenuTo + 152)) < 6 && yButtonTo < yButtonFrom ) {
//setTimeout ("CheckUIElements()", timeoutNextCheck);
//return;
//}

//if ( yButtonFrom != yButtonTo ) {
//yOffset = Math.ceil( Math.abs( yButtonTo - yButtonFrom ) / 10 );
//if ( yButtonTo < yButtonFrom )
//yOffset = -yOffset;

//if ( bNetscape4plus )
//document["divLinkButton"].top += yOffset;
//else if ( bExplorer4plus )
//divLinkButton.style.top = parseInt (divLinkButton.style.top, 10) + yOffset;

//timeoutNextCheck = 10;
//}
//if ( yMenuFrom != yMenuTo ) {
//yOffset = Math.ceil( Math.abs( yMenuTo - yMenuFrom ) / 20 );
//if ( yMenuTo < yMenuFrom )
//yOffset = -yOffset;

//if ( bNetscape4plus )
//document["divMenu"].top += yOffset;
//else if ( bExplorer4plus )
//divMenu.style.top = parseInt (divMenu.style.top, 10) + yOffset;

//timeoutNextCheck = 10;
//}

//setTimeout ("CheckUIElements()", timeoutNextCheck);
//}

//function OnLoad()
//{
//var y;
//if ( top.frames.length )
//if ( bNetscape4plus ) {
//document["divMenu"].top = top.pageYOffset + 150;
//document["divMenu"].visibility = "visible";
//}
//else if ( bExplorer4plus ) {
//divMenu.style.top = document.body.scrollTop + 150;
//divMenu.style.visibility = "visible";
//}
//CheckUIElements();
//return true;
//}
//OnLoad();



//ÆË¾÷Ã¢¶ç¿ì±â

//function openWin2() 
//   { 
//      cookiedata = document.cookie; 
//      if ( cookiedata.indexOf("memo=done") < 0 ){ 
//       mywin = open("","NewWin","left=0,top=0,width=560,height=450, RESIZABLE=no,SCROLLBARS=no") 
//        with (mywin.document) { 
//          location.href = "memo.php"; 
//        } 
//       } 
	  
     //if ( cookiedata.indexOf("popup_02=done") < 0 ){ 
        //Ãß°¡ »õÀ©µµ¶ç¿ì±â
     //mywin2 = open("","NewWin2","left=0,top=10,width=700,height=175 RESIZABLE=no,SCROLLBARS=no") 
     //with (mywin2.document) { 
     //location.href = "popup_02.html"; 
      //} 
	 //} 

	 //if ( cookiedata.indexOf("popup_03=done") < 0 ){ 
     //mywin3 = open("","NewWin3","left=0,top=0,width=500,height=400, RESIZABLE=no,SCROLLBARS=no") 
     //with (mywin3.document) { 
         //location.href = "popup_03.html"; 
     //} 
     //} 
	
//    } 

	    
//    function closeWin() 
//    { 
//      self.close(); 
//    } 
  
//    openWin2(); 


// -->

