function MainMenu_eng(num){
    if(num=="1"){
        parent.location.href="/sh_web/shinhung_eng/01_about/01p_1.htm";
    }else if(num=="11"){
       parent.location.href="/sh_web/shinhung_eng/01_about/01p_1.htm";
    }else if(num=="12"){
        parent.location.href="/sh_web/shinhung_eng/01_about/01p_2.htm";
    }else if(num=="13"){
        parent.location.href="/sh_web/shinhung_eng/01_about/01p_3.htm";
    }else if(num=="14"){
        parent.location.href="/sh_web/shinhung_eng/01_about/01p_4.htm";
    }else if(num=="15"){
         parent.location.href="/sh_web/shinhung_eng/01_about/01p_5.htm";
	}else if(num=="16"){
         parent.location.href="/sh_web/shinhung_eng/01_about/01p_6.htm";
	}else if(num=="2"){
         parent.location.href="/sh_web/shinhung_eng/02_news/02p_1_01.htm";
	}else if(num=="21"){
         parent.location.href="/sh_web/shinhung_eng/02_news/02p_1_01.htm";
	}else if(num=="22"){
        parent.location.href="/sh_web/shinhung_eng/02_news/02p_2.htm";
	}else if(num=="3"){
        parent.location.href="/sh_web/shinhung_eng/03_product/03p_1_maxpert.htm";
	}else if(num=="31"){
        parent.location.href="/sh_web/shinhung_eng/03_product/03p_1_maxpert.htm";
	}else if(num=="32"){
        parent.location.href="/sh_web/shinhung_eng/03_product/03p_2_tcab.htm";
	}else if(num=="33"){
        parent.location.href="/sh_web/shinhung_eng/03_product/03p_3_zello2.htm";
	}else if(num=="34"){
         parent.location.href="/sh_web/shinhung_eng/03_product/03p_4_Dental.htm";
	}else if(num=="35"){
         parent.location.href="http://web.shinhung.co.kr/apceng/default.aspx";
    }else if(num=="36"){
         parent.location.href="/sh_web/shinhung_eng/03_product/03p_0_m_11.htm";
    }else if(num=="37"){
         parent.location.href="/sh_web/shinhung_eng/03_product/03p_5_gold_11.htm";
    }else if(num=="4"){
         parent.location.href="/sh_web/shinhung_eng/04_global/04p_1.htm";
	}else if(num=="41"){
         parent.location.href="/sh_web/shinhung_eng/04_global/04p_1.htm";
	}else if(num=="42"){
         parent.location.href="/sh_web/shinhung_eng/04_global/04p_2.htm";
	}
}

function flashWrite(){ 
   var flashStr = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="590" HEIGHT="60">' +
   '<PARAM NAME="movie" VALUE="/sh_web/shinhung_eng/flash/navi.swf">' +
   '<PARAM name="QUALITY" value="high">' +
   '<PARAM name="wmode" value="transparent">' +
   '<EMBED SRC="/sh_web/shinhung_eng/flash/navi.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" WIDTH="590" HEIGHT="60"></EMBED>' +
   '</OBJECT>'
   document.write(flashStr);
   }