//¸ÞÀÎ /swf/main.swf, /swf/submenu.swf
function menu0100() { location.href("www.anvsystem.com"); } 
function menu0200() { location.href("www.anvsystem.com"); } 
function menu0300() { location.href("www.anvsystem.com"); } 
function menu0400() { location.href("www.anvsystem.com"); } 
function menu0500() { location.href("www.anvsystem.com"); } 


        var win = null; 
        function NewWindow(mypage,myname,w,h,scroll){ 
        LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; 
        TopPosition = (screen.height) ? (screen.height-h)/2 : 0; 
        settings = 
        'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',no-resizable,status=yes'
        win = window.open(mypage,myname,settings) 
        } 


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];}
}

//¿ÞÂÊ¸Þ´º°ü·Ã ½ºÅ©¸³Æ®
var old='';
function menu(name) {
	//submenu=eval("submenu_"+name+".style");
		//submenu.display='block';
		//old=submenu;
}

function menu_1(name) {
	//submenu=eval("submenu_"+name+".style");
	if(old!=submenu) {
		if(old!='') {
			//old.display='none';
		}
		//submenu.display='';
		//old=submenu;
	} else {
		//submenu.display='none';
		old='';
	}
}

// Áñ°ÜÃ£±â ½ºÅ©¸³Æ®
function bookmarksite(title,url) {
   if (window.sidebar) // firefox 
   window.sidebar.addPanel(title, url, ""); 
   else if(window.opera && window.print)

   { // opera 
      var elem = document.createElement('a'); 
      elem.setAttribute('href',url); 
      elem.setAttribute('title',title); 
      elem.setAttribute('rel','sidebar'); 
      elem.click(); 
   } 

   else if(document.all) // ie
   window.external.AddFavorite(url, title);
}


/* Äü¸Þ´º */
var listQuickMenuMain = function(eid) {

    if (false === (eid || false)) {return -1;}
    var box = document.getElementById(eid) || false;
    if (false !== box) {
        var imgPATH = "www.anvsystem.com/webII/kr/base/";
        var qmenuTitle = document.createElement("img");
            qmenuTitle.setAttribute("src", imgPATH + "qmenu_top.gif");

        var qmenuTour = document.createElement("img");
            qmenuTour.style.cursor = "pointer";
            qmenuTour.setAttribute("src", imgPATH + "qmenu_menu01.gif");
            qmenuTour.onclick = function() {
				window.open('www.anvsystem.com/page/event/event_tester2/exper01.html', 'qm_whtour','left=0, top=0,marginwidth=0,marginheight=0, width=817,scrollbars=yes,status=yes');
                //window.open("", "qm_whtour", "width=808px,height=567px");
            }

        var qmenuNew = document.createElement("img");
            qmenuNew.style.cursor = "pointer";
            qmenuNew.setAttribute("src", imgPATH + "qmenu_menu02.gif");
            qmenuNew.onclick = function() {
				window.open('www.anvsystem.com/page/event/event_tester2/bug01.php', 'qm_whnew','left=0, top=0,marginwidth=0,marginheight=0, width=817,scrollbars=yes,status=yes');
                //window.open("", "qm_whnew", "width=808px,height=567px");
            }

		var qmenuLine = document.createElement("img");
            qmenuLine.setAttribute("src", imgPATH + "qmenu_line.gif");
			
		var ExpLink = document.createElement("A");
		var url = "www.anvsystem.com/member/?load=2";
		ExpLink.setAttribute("href", url);
		ExpLink.setAttribute("target", "_top");
		;
		var ExpLinkImg = document.createElement("IMG");
		ExpLinkImg.setAttribute("src", imgPATH + "qmenu_menu03.gif");
		;

		var qmenuTail = document.createElement("img");
            qmenuTail.setAttribute("src", imgPATH + "qmenu_btm.gif");
        ;

        box.appendChild(qmenuTitle);
        box.appendChild(qmenuTour);
        box.appendChild(qmenuNew);
		box.appendChild(qmenuLine);		
		ExpLink.appendChild(ExpLinkImg);
		box.appendChild(ExpLink);
		box.appendChild(qmenuTail);

		box.style.cssText = "margin-bottom: 10px; line-height: 0;";
    }

//	document.write('<img src="www.anvsystem.com/webII/kr/whexp_page/quick.gif" width="70" height="342" alt="quick">');
}