var jump = new Array;
jump[0]  = "";
jump[1]  = "../index.htm";
jump[2]  = "../info/index.htm";
jump[3]  = "../info/info_fsoft.htm";
jump[4]  = "../info/info_browser.htm";
jump[5]  = "../info/info_ct2cd.htm";
jump[6]  = "../ymym/index.htm";
jump[7]  = "../prog/index.htm";
jump[8]  = "../prog/java/index.htm";
jump[9]  = "../prog/perl/index.htm";
jump[10] = "../dload/index.htm";
jump[11] = "../common/sitemap.htm";
jump[12] = "ml_index.htm";

var n = 0;

function qjump(WinObj){
    n = WinObj.DDList.selectedIndex;
    document.QJmenu.DDList.selectedIndex = 0; 

    if (n == 12){
        window.open(jump[n]);
        return;
    }
    else if (n != 0) {
        top.location.href = jump[n];
    }
}
