    function goTo(x) {
        if (x != "" && x.indexOf("==") == -1 && x.indexOf("hoose") == -1) {
            var sBase = "http://www.orlandowelcomecenter.com";
            document.location = sBase + x;
            return;
        }
    }

    
    function startTable(sHid,sQS) { 
        if (sQS == null || sQS == "undefined") {sQS = ""}; 
       sLoc = "http://www.orient-express.com/web/z1a_initialise.jsp?targetscript=onyc/onyc_start_table_orlando.jsp";

        
        window.open(sLoc + '&theatre=yes','table' + sHid,'height=560,width=566,left=50,top=50,scrollbars,resizable=no,status'); 
    } 
    
	function popupMenu() {
 
window.open('samplemenu.html','popup','height=575,width=385,left=50,top=50,scroll bars,resizable=no,status');
}


function selectDrops() {
        var sLoc = "" + document.location;
        sPage = sLoc.substring(sLoc.lastIndexOf("/")+1,sLoc.length);
        var sRE = /.html/gi;
        sPage = sPage.replace(sRE,"");
        sRE = /.htm/gi;
        sPage = sPage.replace(sRE,"");
        var bEnd = false;
        var i = 0;
        var iSet = 0;
        if (sPage.indexOf("_") > -1) {
            sPage = sPage.substring(0,sPage.indexOf("_"));
        }
        do {
            if (document.drops.orlando[i]) {
                var sorlando = document.drops.orlando[i].value;
                if (sorlando.indexOf(sPage) > -1) {
                    iSet = i;
                    bEnd;
                }
            } else {
                bEnd = true;
            }
            i++;
        } while (!bEnd);
        document.drops.orlando.selectedIndex = iSet;
        var bEnd = false;
        var i = 0;
        var iSet = 0;
        do {
            if (document.drops.show[i]) {
                var sorlando = document.drops.show[i].value;
                if (sorlando.indexOf(sPage) > -1) {
                    iSet = i;
                    bEnd;
                }
            } else {
                bEnd = true;
            }
            i++;
        } while (!bEnd);
        document.drops.show.selectedIndex = iSet;
        return;
    }