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 open_portfolio(){   window.open('portfolio_2006.htm','_blank',               'width=700,height=525,toolbar=0,scrollbars=auto,resizable=no');    }function open_profile(){   window.open('ceo_profile.htm','_blank',               'width=480,height=540,toolbar=0,scrollbars=auto,resizable=no');    } function open_win(me){   if(me.selectedIndex>0)      document.location = me.options[me.selectedIndex].value;}function open_focus(){   window.open('focus.htm','_blank',               'width=667,height=415,toolbar=0,scrollbars=yes,resizable=no');    }  function open_prod_info(tar){   var info_list = new Array();   var info_01 = document.getElementById("prod_info_01");   if(info_01)      info_list[info_list.length] = info_01;   var info_02 = document.getElementById("prod_info_02");    if(info_02)         info_list[info_list.length] = info_02;      var info_03 = document.getElementById("prod_info_03");   if(info_03)         info_list[info_list.length] = info_03;    var info_04 = document.getElementById("prod_info_04");   if(info_04)         info_list[info_list.length] = info_04;   var info_05 = document.getElementById("prod_info_05");    if(info_05)         info_list[info_list.length] = info_05;               for(var i=0;i<info_list.length;i++)   {      info_list[i].style.display = "none";   if(info_list[i].id == tar)      info_list[i].style.display = "block";   }}function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } function hidestatus(){   window.status='(ÁÖ)¼­¹öÅ×Å©'   return true}if(document.layers)   document.captureEvents(Event.mouseover | Event.mouseout)document.onmouseover=hidestatusdocument.onmouseout=hidestatusdocument.onfocusin=bluring;