<!--
{
alt0 = new Image();
alt0.src = "images/default_preview3.jpg";

alt1 = new Image();
alt1.src = "images/product2_preview.jpg";

alt2 = new Image();
alt2.src = "images/incidence4_preview.jpg";

alt3 = new Image();
alt3.src = "images/aileron_setup3_preview.jpg";

alt4 = new Image();
alt4.src = "images/incidence4_preview.jpg";

alt5 = new Image();
alt5.src = "images/faq3_preview.gif";

alt6 = new Image();
alt6.src = "images/specifications3_preview.gif";

alt7 = new Image();
alt7.src = "images/tips3_preview.gif";

alt8 = new Image();
alt8.src = "images/purchase4_preview_cc.gif";

graphic1= new Image();
graphic1.src = "images/products_b.gif";
graphic1on = new Image();
graphic1on.src = "images/products_p.gif";

graphic2= new Image();
graphic2.src = "images/incidence4_b.gif";
graphic2on = new Image();
graphic2on.src = "images/incidence4_p.gif";

graphic3= new Image();
graphic3.src = "images/control_surface_b.gif";
graphic3on = new Image();
graphic3on.src = "images/control_surface_p.gif";

graphic4= new Image();
graphic4.src = "images/engine_thrust_b.gif";
graphic4on = new Image();
graphic4on.src = "images/engine_thrust_p.gif";

graphic5= new Image();
graphic5.src = "images/faq4_b.gif";
graphic5on = new Image();
graphic5on.src = "images/faq4_p.gif";

graphic6= new Image();
graphic6.src = "images/specifications4_b.gif";
graphic6on = new Image();
graphic6on.src = "images/specifications4_p.gif";

graphic7= new Image();
graphic7.src = "images/tips4_b.gif";
graphic7on = new Image();
graphic7on.src = "images/tips4_p.gif";

graphic8= new Image();
graphic8.src = "images/purchase4_b.gif";
graphic8on = new Image();
graphic8on.src = "images/purchase4_p.gif";



}
function imageChange(imageID,imageName,imageID2,imageName2) {


{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}


if (document.all) {
}
else if (document.getElementById) { 
    document.captureEvents(Event.MOUSEDOWN)
}
else if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN)
}

document.onmousedown = mousedown_handler

function mousedown_handler(mouse_event) {

    // This is the message that will appear
    var no_right_click = "Copyright 2010 Bell Electronic Technologies, All Rights Reserved"
    
    if (document.all) {

        //Probably Internet Explorer 4 and later
        if (event.button == 2 || event.button == 3) {
            alert(no_right_click)
            return false
        }
    }
    else if (document.getElementById) { 

        // Probably Netscape 6 and later
        if (mouse_event.which == 3) {
            alert(no_right_click)
            return false
        }
    }
    else if (document.layers) {

        // Probably Netscape 4
        if (mouse_event.which == 3) {
            alert(no_right_click)
            return false
        }
    }
}

function pagejump(to_url) {
        if (to_url != "") {
        window.location=to_url
        }
}

var detailsWindow;
function showDetails(imageURL)
{
   detailsWindow = window.open(imageURL,"largerImage","width=560,height=430,scrollbars=no,resizable=yes,left=232,top=170,status=yes,location=no");
   detailsWindow.focus();
   return false;
}

var detailsWindow2;
function showDetails2(imageURL2)
{
   detailsWindow2 = window.open(imageURL2,"largerImage2","width=657,height=641,scrollbars=no,resizable=yes,left=184,top=62,status=yes,location=no");
   detailsWindow2.focus();
   return false;
}

function pagejump(to_url) {
        if (to_url != "") {
        window.location=to_url
        }
}

// --> 
