function mouseOver(obj){
    obj.style.backgroundColor = bgCell2;
}
function mouseOut(obj){
    obj.style.backgroundColor = bgCell1;
}
function clkC(str){
    str = str.match(/href=\"(.+)\"/i);
    location.href=str[1];
}
function MenuOn(x){
obj=document.getElementById
("submenu"+x).style.visibility="visible";
}
function MenuOff(x){
obj=document.getElementById
("submenu"+x).style.visibility="hidden";
}
function ImageUp2() {
window.open("../html/sight.html","window1","left=0,top=0,width=480,height=440,scrollbars=1");
}

