<!--
function OpenWin01(){
    win01=window.open("company/index.html","main1","width=586,height=600,titlebar=0,scrollbars=yes");
}
function OpenWin02(){
    win02=window.open("tracks/index.html","main2","width=797,height=600,titlebar=0,scrollbars=yes");
}
function OpenWin03(){
    win03=window.open("route/index.html","main3","width=767,height=600,titlebar=0,scrollbars=yes");
}

// -->