var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function top_navi_DoFSCommand(command, args) {
	var top_naviObj = isInternetExplorer ? document.all.top_navi : document.top_navi;
	if(command=="menuclick"){
		GoUrl(args); 
	}
}

// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub top_navi_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call top_navi_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}

//Menu RollOver 
function ImgPreLoad(imgTitle, imageNum) {
		imageNum++;
		rollOver = new Array(imageNum);
		rollOut = new Array(imageNum);
    rollOver2 = new Array(imageNum);
		for (j = 1; j <= imageNum; j++) {
			if (j < 10) {
				retmp = "0";
			} else {
				retmp ="";
			}
			rollOver[j] = new Image();
			rollOver[j].src = imgTitle + retmp + j + "_on.gif";
			rollOut[j] = new Image();
			rollOut[j].src = imgTitle + retmp + j + "_off.gif";
      rollOver2[j] = new Image();
			rollOver2[j].src = imgTitle + retmp + j + ".gif";
		}
	}
	function imgOver(Number) {
    if (rollOver[Number] != null) {
			//if (Number != _MCurrentOn) {
				document["L"+Number].src = rollOver[Number].src;
		//	}
		}
	}
	function imgOut(Number) {
		if (rollOver[Number] != null) {
			if (Number != _MCurrentOn) {
				document["L"+Number].src = rollOut[Number].src;
			}
      else {  
      document["L"+Number].src = rollOver[Number].src;
      }
		}
	}
	function imgOut2(Number) {
		if (rollOver[Number] != null) {
			if (Number != _MCurrentOn) {
				document["L"+Number].src = rollOut[Number].src;
			}
      else {  
      document["L"+Number].src = rollOver2[Number].src;
      }
		}
	}

  	//2Depth
	function PreImgLoad(Title, imgNum) {
		imgNum++;
		rollOn = new Array(imgNum);
		rollOff = new Array(imgNum);
		for (i = 1; i <= imgNum; i++) {
			if (i < 10) {
				tmp = "0";
			} else {
				tmp ="";
			}
			rollOn[i] = new Image();
			rollOn[i].src = Title + tmp + i + "_on.gif";
			rollOff[i] = new Image();
			rollOff[i].src = Title + tmp + i + "_off.gif";
		}
	}

	function imgOn(Num) {  
		if (rollOn[Num] != null) {
			 document["S"+Num].src = rollOn[Num].src;
		}
	}
	function imgOff(Num) {
		if (rollOn[Num] != null) {
			if (Num != _SCurrentOn) {
				document["S"+Num].src = rollOff[Num].src;
      }
      else {
        document["S"+Num].src = rollOn[Num].src;
      }
		}
	}
/*
	function imgOff(Num) {
		if (rollOn[Num] != null) {
			if (Num != _SCurrentOn) {
				document["S"+Num].src = rollOff[Num].src;
      }
      else {
        document["S"+Num].src = rollOn2[Num].src;
      }
		}
	}
*/	
//½ºÅ©·Ñ µÇ´Â ¿À¸¥ÂÊ¸Þ´º 
<!--
var     nAdCornerMarginX                = 18;
var     nAdCornerMarginY                = 4;
var     nScrollBarWidth         = 16;
var     nScrollBarHeight        = 16;
var     isMSIE                  = 0;
var     nVersion                = 3;
var     nInterval               = 100;
var     isLoaded                = 0;

function setup (){
        nVersion        = parseInt (navigator.appVersion);
        if (navigator.appName == "Microsoft Internet Explorer")
        {      isMSIE  = 1;
                if (navigator.userAgent.indexOf ("MSIE 5") != -1)                {
                        nVersion = 5;
								}
        }
        else    {    isMSIE  = 0;
                if (nVersion >= 4)
                {      window.captureEvents (Event.MOUSEMOVE);
                        wCur= document.layers["idAdCorner"];   
                }
        }
        if (nVersion >= 4)
        {   window.setInterval ("AdCornerMove();", nInterval);     }
}
function AdCornerMove()
{
        if (isLoaded == 0)
        {  return;    }
        if (isMSIE)
        {      nAdCornerOriginX        = document.body.clientWidth - idAdCorner.width - nAdCornerMarginX;
                nAdCornerOriginY        = document.body.clientHeight - idAdCorner.height - nAdCornerMarginY;
                nAdCornerOriginX        += document.body.scrollLeft;
                nAdCornerOriginY        += document.body.scrollTop;
                idAdCorner.style.pixelLeft      = 860;
                idAdCorner.style.pixelTop       = nAdCornerOriginY-80;
        }
        else   {     
								nAdCornerOriginX        = window.innerWidth + window.pageXOffset - wCur.clip.width - nAdCornerMarginX;
                nAdCornerOriginY        = window.innerHeight + window.pageYOffset - wCur.clip.height - nAdCornerMarginY;
                if (window.scrollbars.visible == true)
                {      nAdCornerOriginX        -= 860;
                        nAdCornerOriginY        -= nScrollBarHeight-80;
                }
                wCur.left     = nAdCornerOriginX;
                wCur.top     = nAdCornerOriginY;
        }
}
//-->

//Top  Menu 
function Top(fkey) {		
if (fkey == null) {
document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='100%' >");
document.writeln("  <tr valign='top' bgcolor='#FFFFFF'>");
document.writeln("    <td height='60'>");
document.writeln("	    <table border='0' cellpadding='0' cellspacing='0' >");
document.writeln("        <tr>");
document.writeln("          <td width='203'><a href=javascript:GoUrl('home')><img src='http://www.samsungeverland.com/img/common/logo.gif' height='60'  border='0'></a></td>");
document.writeln("          <td width='624'><OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000  codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0  WIDTH=624 HEIGHT=60>");
document.writeln("			  <PARAM NAME=movie VALUE='http://www.samsungeverland.com/img/flash/top_navi.swf'>");
document.writeln("              <PARAM NAME=quality VALUE=high>");
document.writeln("              <PARAM NAME=bgcolor VALUE=#FFFFFF>");
document.writeln("              <EMBED src='http://www.samsungeverland.com/img/flash/top_navi.swf' quality=high menu=false  wmode=transparent  WIDTH='624' HEIGHT='60' ALIGN=''     TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
document.writeln("            </OBJECT></td>");
document.writeln("          <td style='padding-left:12;' width='147'>");
		  

document.writeln("<script language='JavaScript'>" ) ;
document.writeln("<!--" ) ;
document.writeln("function removeWS(ss)" ) ;
document.writeln("{" ) ;
document.writeln("  var r, re;" ) ;
document.writeln("  re = /\s/g;" ) ;
document.writeln("  r = ss.replace(re, '');" ) ;
document.writeln("  r = r.replace(/%20/g, '');" ) ;
document.writeln("  return(r);" ) ;
document.writeln("}" ) ;
document.writeln("function onSubmit( frm )" ) ;
document.writeln("{" ) ;
document.writeln("  if( removeWS( frm.elements['qry'].value ) == '' )" ) ;
document.writeln("  {" ) ;
document.writeln("     alert ( '°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.' ) ;" ) ;
document.writeln("     return false ;" ) ;
document.writeln("  }" ) ;
document.writeln("  else  {" ) ;
document.writeln("    window.open( 'about:blank', 'search');" ) ;
document.writeln("		frm.submit() ;" ) ;
document.writeln("	}" ) ;
document.writeln("}" ) ;
document.writeln("-->" ) ;
document.writeln("</script>" ) ;


document.writeln("            <table border='0' cellpadding='0' cellspacing='0' width='141'>" ) ;
document.writeln("              <tr>" ) ;
document.writeln("                <form name='TotalSearchForm' action='http://search.samsungeverland.com/samsungeverland/samsungeverland_search_total.jsp' target='search' method='GET' onSubmit='return onSubmit(this);'>" ) ;
document.writeln("                  <td><input type='Text' style='width:120' name='qry'></td>" ) ;
document.writeln("                  <td width='21' align='right'><input type='image' src='http://www.samsungeverland.com/img/common/btn_go.gif' width='19' height='18' border='0' align='absmiddle' class='input'></td>" ) ;
document.writeln("                </form>" ) ;
document.writeln("              </tr>" ) ;
document.writeln("            </table></td>" ) ;
document.writeln("        </tr>" ) ;
document.writeln("      </table></td>" ) ;
document.writeln("  </tr>" ) ;
document.writeln("</table>" ) ;
document.writeln("<!---//END Top Section  --->" ) ;

document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='100%' >");
document.writeln("  <tr valign='top'>");
document.writeln("    <td width='790'><table border='0' cellpadding='0' cellspacing='0' width='100%'>");
document.writeln("        <tr valign='top'>");
document.writeln("          <td width='85'><img src='http://www.samsungeverland.com/img/common/bg_img01.jpg' width='85' height='491'  border='0'><br>");
document.writeln("            <img src='http://www.samsungeverland.com/img/common/space.gif' width='1' height='200'  border='0'></td>");
document.writeln("          <td width='743'>");
document.writeln("		  <!--- Top Visual Flash S --->");
document.writeln("            <table border='0' cellpadding='0' cellspacing='0' width='100%'>");
document.writeln("              <tr>");
document.writeln("                <td background='http://www.samsungeverland.com/img/common/bg_img02.jpg'><object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000  codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0  width=743 height=168 id=sub_visual>");
document.writeln("                  <param name=movie value='http://www.samsungeverland.com/img/flash/sub_"+SectionName+".swf'>");
document.writeln("                  <param name=quality value=high>");
document.writeln("                  <param name=wmode value=transparent>");
document.writeln("                  <embed src='http://www.samsungeverland.com/img/flash/sub_"+SectionName+".swf' quality=high menu=false  wmode=transparent  width=743 height=168 name='index' align=''     type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>");
document.writeln("                </object></td>");
document.writeln("              </tr>");
document.writeln("            </table>");
document.writeln("            <!---// Top Visual Flash S --->");
}


if (fkey == 1) {
document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='100%' >");
document.writeln("<tr valign='top' bgcolor='#FFFFFF'>");
document.writeln("	<td height='60'>");
document.writeln("		<table border='0' cellpadding='0' cellspacing='0' >");
document.writeln("		<tr>");
document.writeln("			<td width='203'><a href=javascript:GoUrl('home')><img src='http://www.samsungeverland.com/img/common/logo.gif'  height='60'  border='0'></a></td>");
document.writeln("			<td width='624'><OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000  codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0  WIDTH=624 HEIGHT=60>"); 
document.writeln("			<PARAM NAME=movie VALUE='http://www.samsungeverland.com/img/flash/top_navi.swf'><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF>");
document.writeln("			<EMBED src='http://www.samsungeverland.com/img/flash/top_navi.swf' quality=high menu=false  wmode=transparent  WIDTH='624' HEIGHT='60' ALIGN=''     TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>"); 
document.writeln("			</OBJECT></td>");
document.writeln("			<td style='padding-left:12;' width='147'>" );


document.writeln("<script language='JavaScript'>" ) ;
document.writeln("<!--" ) ;
document.writeln("function removeWS(ss)" ) ;
document.writeln("{" ) ;
document.writeln("  var r, re;" ) ;
document.writeln("  re = /\s/g;" ) ;
document.writeln("  r = ss.replace(re, '');" ) ;
document.writeln("  r = r.replace(/%20/g, '');" ) ;
document.writeln("  return(r);" ) ;
document.writeln("}" ) ;
document.writeln("function onSubmit( frm )" ) ;
document.writeln("{" ) ;
document.writeln("  if( removeWS( frm.elements['qry'].value ) == '' )" ) ;
document.writeln("  {" ) ;
document.writeln("     alert ( '°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.' ) ;" ) ;
document.writeln("     return false ;" ) ;
document.writeln("  }" ) ;
document.writeln("  else  {" ) ;
document.writeln("    window.open( 'about:blank', 'search');" ) ;
document.writeln("		 frm.submit() ;" ) ;
document.writeln("	}" ) ;
document.writeln("}" ) ;
document.writeln("-->" ) ;
document.writeln("</script>" ) ;


document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='141'>");
document.writeln("<tr>");
document.writeln("<form name='TotalSearchForm' action='http://search.samsungeverland.com/samsungeverland/samsungeverland_search_total.jsp' target='search' method='GET' onSubmit='return onSubmit(this);'>");
document.writeln("<td><input type='Text' style='width:120' name='qry'></td>");
document.writeln("<td width='21' align='right'><input type='image' src='http://www.samsungeverland.com/img/common/btn_go.gif' width='19' height='18' border='0' align='absmiddle' class='input'></td>");
document.writeln("</form>");
document.writeln("</tr>");
document.writeln("</table>");


document.writeln("</td>");
document.writeln("		</tr>");
document.writeln("		</table>");
document.writeln("	</td></tr></table>");
}
}

//Footer
function Footer() {
document.writeln("            <table border='0' cellpadding='0' cellspacing='0' width='100%'>");
document.writeln("              <tr bgcolor='#FFFFFF' align='right'>");
document.writeln("                <td height='40'><a href='#top'><img src='http://www.samsungeverland.com/img/common/top.gif' width='30' height='15' border='0' hspace='32'></a></td>");
document.writeln("              </tr>");
document.writeln("              <tr>");
document.writeln("                <td height='15'></td>");
document.writeln("              </tr>");
document.writeln("            </table>");
document.writeln("            <table border='0' cellpadding='0' cellspacing='0' width='100%'>");
document.writeln("                <tr>");
document.writeln("                  <td width='1'><img src='http://www.samsungeverland.com/img/common/div.gif' width='1' height='65'  border='0' align='absmiddle'></td>");
document.writeln("                  <td><img src='http://www.samsungeverland.com/img/common/footer.gif' width='360' height='32'  border='0' usemap='#footer'></td>");
document.writeln("                    <map name='footer'>");
document.writeln("                      <area coords='10,1,90,19' href=javascript:GoUrl('priv')>");
document.writeln("                      <area coords='100,1,196,19' href=javascript:GoUrl('email_reject')>");
document.writeln("                      <area coords='207,1,250,21' href=javascript:GoUrl('prov')>");
document.writeln("                      <area coords='260,2,305,22' href=javascript:GoUrl('customer')>");
document.writeln("                    </map>");
document.writeln("                  <td width='1'><img src='http://www.samsungeverland.com/img/common/div.gif' width='1' height='65'  border='0' align='absmiddle'></td>");
document.writeln("                </tr>");
document.writeln("            </table>");
document.writeln("            </td>");
document.writeln("        </tr>");
document.writeln("      </table></td>");
document.writeln("    <td background='http://www.samsungeverland.com/img/common/bg.jpg'  style='background-repeat: repeat-x' bgcolor='#FCFBF7'>&nbsp;</td>");
document.writeln("  </tr>");
document.writeln("</table>");
}

//Banner 
function Right_sec(fkey) {	
if (fkey == null) {	
document.writeln("<div style='position:absolute; visibility:visible; top:60; left:828'>");
document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='148' height='562'>");
document.writeln("<tr valign='top' >");
document.writeln("	<td background='http://www.samsungeverland.com/img/common/bg_img03.jpg' style='padding-left:7'>");
document.writeln("		<table border='0' cellpadding='0' cellspacing='0'>");
document.writeln("		<tr><td height='20'></td></tr>");
	if(Cur_page_type > 0){
document.writeln("		<tr><td><a href=javascript:GoUrl('join')><img src='http://www.samsungeverland.com/img/common/util01.gif' width='148' height='20'  border='0'></a></td></tr>");
	}else{
document.writeln("		<tr><td><a href=javascript:GoUrl('mypage')><img src='http://www.samsungeverland.com/img/common/util06.gif' width='148' height='20'  border='0'></a></td></tr>");
	}
	if(Cur_page_type > 0){
document.writeln("		<tr><td><a href=javascript:GoUrl('login')><img src='http://www.samsungeverland.com/img/common/util02.gif' width='148' height='20'  border='0'></a></td></tr>");
	}else{
document.writeln("		<tr><td><a href=javascript:GoUrl('logout')><img src='http://www.samsungeverland.com/img/common/util05.gif' width='148' height='20'  border='0'></a></td></tr>");
	}
document.writeln("		<tr><td><a href=javascript:GoUrl('eng')><img src='http://www.samsungeverland.com/img/common/util04.gif' width='148' height='20'  border='0'></a></td></tr>");
document.writeln("		<tr><td><a href=javascript:GoUrl('sitemap')><img src='http://www.samsungeverland.com/img/common/util03.gif' width='148' height='20'  border='0'></a></td></tr>");
document.writeln("		<tr><td height='34'></td></tr>");
document.writeln("		<tr><td><OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000  codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0  WIDTH=148 HEIGHT=285 id=sub_visual> ");
document.writeln("				<PARAM NAME=movie VALUE='http://www.samsungeverland.com/img/flash/right_ceo.swf'> ");
document.writeln("				<PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent>");
document.writeln("				<EMBED src='http://www.samsungeverland.com/img/flash/right_ceo.swf' quality=high menu=false  wmode=transparent  WIDTH=148 HEIGHT=285 ALIGN=''     TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED> ");
document.writeln("				</OBJECT></td></tr>");
document.writeln("		</table>");
document.writeln("	</td></tr></table>");
document.writeln("</div>");
}


if (fkey == 1) {	
document.writeln("<div style='position:absolute; visibility:visible; top:80; left:835'>");
document.writeln("<table border='0' cellpadding='0' cellspacing='0' width='148'>");
	if(Cur_page_type > 0){
document.writeln("		<tr><td><a href=javascript:GoUrl('join')><img src='http://www.samsungeverland.com/img/common/util01.gif' width='148' height='20'  border='0'></a></td></tr>");
	}else{
document.writeln("		<tr><td><a href=javascript:GoUrl('mypage')><img src='http://www.samsungeverland.com/img/common/util06.gif' width='148' height='20'  border='0'></a></td></tr>");
	}
	if(Cur_page_type > 0){
document.writeln("		<tr><td><a href=javascript:GoUrl('login')><img src='http://www.samsungeverland.com/img/common/util02.gif' width='148' height='20'  border='0'></a></td></tr>");
	}else{
document.writeln("		<tr><td><a href=javascript:GoUrl('logout')><img src='http://www.samsungeverland.com/img/common/util05.gif' width='148' height='20'  border='0'></a></td></tr>");
	}
document.writeln("		<tr><td><a href=javascript:GoUrl('eng')><img src='http://www.samsungeverland.com/img/common/util04.gif' width='148' height='20'  border='0'></a></td></tr>");
document.writeln("		<tr><td><a href=javascript:GoUrl('sitemap')><img src='http://www.samsungeverland.com/img/common/util03.gif' width='148' height='20'  border='0'></a></td></tr>");
document.writeln("<tr><td height='32'></td></tr>");
document.writeln("<tr><td><OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000  codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0  WIDTH=148 HEIGHT=285 id=sub_visual>"); 
document.writeln("<PARAM NAME=movie VALUE='http://www.samsungeverland.com/img/flash/right_ceo.swf'>"); 
document.writeln("<PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent>");
document.writeln("<EMBED src='http://www.samsungeverland.com/img/flash/right_ceo.swf' quality=high menu=false  wmode=transparent  WIDTH=148 HEIGHT=285 NAME='index' ALIGN=''     TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>"); 
document.writeln("</OBJECT></td></tr>");
document.writeln("</table>");
document.writeln("</div>");
}
}

//Search 
function TxtSrch() {		
document.writeln("<form>");
document.writeln("<img src='http://www.samsungeverland.com/img/common/txt_srch.gif' width='46' height='12'  border='0' align='absmiddle'> ");
document.writeln("<input type='Text' style='width:150'> <a href='#'><img src='http://www.samsungeverland.com/img/common/btn_srch.gif' width='22' height='21'  border='0' align='absmiddle'></a>");
}
							
//Popup 		
function popup(Fn,Win, X, Y, Scroll){
l = (screen.width) ?	(screen.width- X) / 2	: 0;
t = (screen.height) ?	(screen.height- Y) / 2 : 0;	
	NewWindow=window.open(Fn,Win,'width='+X+',height='+Y+',top='+t+',left='+l+',scrollbars='+Scroll+',toolbar=no,location=no,directories=no,status=no,resizable=no,menubar=no');
}

// Combo Box 
function go_link(form) {
 var myindex=form.cmbSel.selectedIndex 
	  if (myindex != null) {
			document.location.href = form.cmbSel.options[myindex].value;
    } 
}

function go_down(att_idx,att_nm){
	top.sub_main.location.href="/inc/download_press.jsp?filename="+att_nm+"&file_idx="+att_idx;
}
function go_download(att_nm){
	//alert(att_nm);
	top.sub_main.location.href="/inc/download.jsp?filename="+att_nm;
}