function openWindow(addr,name) {
        window.open(addr,name,"width=650,height=400,left=100,top=50,menubar,scrollbars,status,toolbar,Resizable=yes");
}

function tit_go() {
        if (document.order.brand.options[document.order.brand.selectedIndex].value != "none")
                {top.location=(document.order.brand.options[document.order.brand.selectedIndex].value);}
}