function get_main_top_menu(div_name,num){
    var obj = document.getElementById(div_name);
    if(num == 1){
        obj.innerHTML = "<ul><li style=\"border-left: 1px solid #605A56;\"><a href='index.html' rel='dropmenu1'>About us</a></li><li><a href='javascript:void(0);' rel='dropmenu4'>Theatre</a></li><li><a href='javascript:void(0);' rel='dropmenu2'>Film</a></li><li><a href='javascript:void(0);' rel='dropmenu3'>Music</a></li><li><a href=\"management.html\">Management</a></li><li><a href=\"consultancy_services.html\">Consultancy & Services</a></li><li style=\"border-right: 1px solid #605A56;\"><a href=\"contact_us.html\">Contact us</a></li></ul>";
    }else{
        obj.innerHTML = "<ul><li style=\"border-left: 1px solid #605A56;\"><a href='index.html' rel='dropmenu1_btm'>About us</a></li><li><a href='javascript:void(0);' rel='dropmenu4_btm'>Theatre</a></li><li><a href='javascript:void(0);' rel='dropmenu2_btm'>Film</a></li><li><a href='javascript:void(0);' rel='dropmenu3_btm'>Music</a></li><li><a href=\"management.html\">Management</a></li><li><a href=\"consultancy_services.html\">Consultancy & Services</a></li><li style=\"border-right: 1px solid #605A56;\"><a href=\"contact_us.html\">Contact us</a></li></ul>";
    }
}
function get_main_top_menu_cn(div_name,num){
    var obj = document.getElementById(div_name);
    if(num == 1){
        obj.innerHTML = "<ul><li style=\"border-left: 1px solid #605A56;\"><a href='index_cn.html' rel='dropmenu1'>\u5173\u4e8e\u6211\u4eec</a></li><li><a href='javascript:void(0);' rel='dropmenu4'>\u97f3\u4e50\u5267</a></li><li><a href='javascript:void(0);' rel='dropmenu2'>\u7535\u5f71</a></li><li><a href='javascript:void(0);' rel='dropmenu3'>\u97f3\u4e50</a></li><li><a href=\"management_cn.html\">\u7ba1\u7406</a></li><li><a href=\"consultancy_services_cn.html\">\u987e\u95ee & \u670d\u52a1</a></li><li style=\"border-right: 1px solid #605A56;\"><a href=\"contact_us_cn.html\">\u8054\u7cfb\u6211\u4eec</a></li></ul>";
    }else{
        obj.innerHTML = "<ul><li style=\"border-left: 1px solid #605A56;\"><a href='index_cn.html' rel='dropmenu1_btm'>\u5173\u4e8e\u6211\u4eec</a></li><li><a href='javascript:void(0);' rel='dropmenu4_btm'>\u97f3\u4e50\u5267</a></li><li><a href='javascript:void(0);' rel='dropmenu2_btm'>\u7535\u5f71</a></li><li><a href='javascript:void(0);' rel='dropmenu3_btm'>\u97f3\u4e50</a></li><li><a href=\"management_cn.html\">\u7ba1\u7406</a></li><li><a href=\"consultancy_services_cn.html\">\u987e\u95ee & \u670d\u52a1</a></li><li style=\"border-right: 1px solid #605A56;\"><a href=\"contact_us_cn.html\">\u8054\u7cfb\u6211\u4eec</a></li></ul>";
    }
}

function get_menu_ver_cn(str_url){
    var obj = document.getElementById("div_ver_bar");
    obj.innerHTML += "<span><a href='"+str_url+"'>ENGLISH</a></span><span>\u4e2d&nbsp;\u6587</span>";
}
function get_menu_ver_en(str_url){
    var obj = document.getElementById("div_ver_bar");
    obj.innerHTML += "<span>ENGLISH</span><span><a href='"+str_url+"'>\u4e2d&nbsp;\u6587</a></span>";
}

function get_copyright(){
    document.write("&copy;COPYRIGHT 2010 The Entertainment & Arts Related Society Ltd.");
}

function get_powered_by(){
    document.write("Designed by Liao Fei. Powered by <span class=\"link_a\"><a href=\"http://www.askbennychinese.com\" target=\"_blank\">www.askbennychinese.com</a></span>");
}


