function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

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_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_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 imgrollover(img,overname){
	img.src = overname;	
}
function imgrollout(img,outname){
	img.src = outname;
}
/*±âº» ·Ñ¿À¹ö½ºÅ©¸³Æ® ³¡*/


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



function WriteEmbed(emb_id){ 
    document.write(document.getElementById(emb_id).value);
} 

function SourceView(pa,pb,pc,CType) {
    x = screen.width ;
    y = screen.height ;
	window.open("http://www.atcenter.co.kr/at_ahe/ahe_common/PhotoView.html?img="+pa+"&x="+x+"&y="+y+"&CType="+CType,"New","left=0, top=0, width="+pb+", height="+pc+", resizable=yes, scrollbar=no");
}

//Footer Rolling Banner Script

var downLayerId;
var dropDegree = 10; //½ºÅ©·Ñ ¼Óµµ
var doDirect;
var DirectTerm = 3000; //½ºÅ©·Ñ Áö¿¬½Ã°£
var curDropIdx = 0;

function DirectDown()
{
clearInterval(doDirect);
clearInterval(downLayerId);

for(i = curDropIdx ;i < document.all["DropHit"].length + curDropIdx;i++){
  document.all["DropHit"][i%document.all["DropHit"].length].style.posTop = document.all["DropHit"][i%document.all["DropHit"].length].style.posHeight * (-1*((i-curDropIdx)%document.all["DropHit"].length));
}
var temp = 'setInterval("DownLayer()",20)';
downLayerId = eval(temp);
direction = "down";
}
function DownLayer()
{
if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight){
  for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++){
   document.all["DropHit"][j%document.all["DropHit"].length].style.posTop += dropDegree;
  }
}else{
  clearInterval(downLayerId);
  for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++){
   document.all["DropHit"][j%document.all["DropHit"].length].style.posTop = document.all["DropHit"][j%document.all["DropHit"].length].style.posHeight *((-1*((j-curDropIdx)%document.all["DropHit"].length))+1);
  }
  curDropIdx = (curDropIdx + 1) ;
  curDropIdx = curDropIdx > document.all["DropHit"].length-1 ? curDropIdx%document.all["DropHit"].length:curDropIdx;
  var temp = 'setInterval("DirectDown()",DirectTerm)';
  doDirect = eval(temp);
}
}
function DirectUp()
{
clearInterval(doDirect);
clearInterval(downLayerId);
var tempIdx = 0;
for(i = 0;i<document.all["DropHit"].length;i++){
  tempIdx = (document.all["DropHit"].length + curDropIdx - i) %document.all["DropHit"].length;
  document.all["DropHit"][tempIdx].style.posTop = i*document.all["DropHit"][tempIdx].style.posHeight;
}
var temp = 'setInterval("UpLayer()",20)';
downLayerId = eval(temp);
direction = "up";
}
function UpLayer()
{
var tempIdx = 0;
if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight && document.all["DropHit"][curDropIdx].style.posTop > document.all["DropHit"][curDropIdx].style.posHeight * (-1)){
  for(j = 0 ;j < document.all["DropHit"].length;j++){
   tempIdx = (document.all["DropHit"].length + curDropIdx - j) %document.all["DropHit"].length;
   document.all["DropHit"][tempIdx].style.posTop -= dropDegree;
  }
}else{
  clearInterval(downLayerId);
  for(j = 0;j<document.all["DropHit"].length;j++){
   tempIdx = (document.all["DropHit"].length + curDropIdx - j) % document.all["DropHit"].length;
   document.all["DropHit"][tempIdx].style.posTop = (j-1)*(document.all["DropHit"][tempIdx].style.posHeight);
  }
  curDropIdx = (curDropIdx - 1) ;
  curDropIdx = curDropIdx < 0 ? document.all["DropHit"].length-1:curDropIdx;
  var temp = 'setInterval("DirectUp()",DirectTerm)';
  doDirect = eval(temp);
}
}


function UrlLink(link) {
 
//alert(link);
if(link == "ahe0100") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0100/ahe0101/ahe0101.html';
  }
else if(link == "ahe0101") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0100/ahe0101/ahe0101.html';
  }
else if(link == "ahe0200") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0200/ahe0201/aheb010100/aheb010100.html';
  }
  else if(link == "ahe0201") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0200/ahe0201/aheb010100/aheb010100.html';
  }
  else if(link == "ahe0202") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0200/ahe0202/aheb020100/aheb020100.html';
  }
  else if(link == "ahe0203") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0200/ahe0203/ahe0203.html';
  }
  else if(link == "ahe0204") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0200/ahe0204/ahe0204.html';
  }
  else if(link == "ahe0300") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0300/ahe0301/ahec010100/ahec010100.html';
  }
  else if(link == "ahe0301") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0300/ahe0301/ahec010100/ahec010100.html';
  }
    else if(link == "ahe0302") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0300/ahe0302/ahec020100/ahec020100.html';
  }
    else if(link == "ahe0303") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0300/ahe0303/ahec030100/ahec030100.html';
  }
    else if(link == "ahe0304") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0300/ahe0305/ahe0305.html';
  }
	else if(link == "ahe0305") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0300/ahe0305/ahe0305.html';
  }
  else if(link == "ahe0500") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0500/ahe0501/ahe0501.html';
  }
    else if(link == "ahe0501") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0500/ahe0501/ahe0501.html';
  }
    else if(link == "ahe0502") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0500/ahe0502/ahee020200/ahee020200.html';
  }
    else if(link == "ahe0503") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0500/ahe0503/ahe0503.html';
  }
     else if(link == "ahe0504") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0500/ahe0504/ahe0504.html';
  }
 else if(link == "ahe0700") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0700/ahe0701/ahe0701.html';
  }
    else if(link == "ahe0701") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0700/ahe0701/ahe0701.html';
  }
    else if(link == "ahe0702") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0700/ahe0702/ahe0702.html';
  }
    else if(link == "ahe0703") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0700/ahe0703/ahe0703.html';
  }
    else if(link == "ahe0704") {
     location.href='http://www.atcenter.co.kr/at_ahe/ahe0700/ahe0704/ahe0704.html';
  }
}