
<!--

var loaded = 0;
var last = "";
function roll(imageName, imageState) {
        if (document.images && loaded == 1) {
                tabOn = eval(imageName+"_"+imageState+".src");
                document [imageName].src = tabOn;
        }
}
function OpenImg01()
 { window.open("cockpit.htm","OpenImg01",",,,,,,,width=550,height=360,top=90,left=200");
}

// -->
