
function on(n){
        document.images["BC"+n].src = "images/top_btn" + n + "on.gif";
}
function off(n){
        document.images["BC"+n].src =  "images/top_btn" + n + ".gif";
}
function s(layer){
  if(document.layers)document.layers[layer].visibility='show'
  if(document.all)document.all(layer).style.visibility='visible'
if(document.getElementById) document.getElementById(layer).style.visibility='visible'
}
function h(layer){
  if(document.layers)document.layers[layer].visibility='hide'
  if(document.all)document.all(layer).style.visibility='hidden'
if(document.getElementById) document.getElementById(layer).style.visibility='hidden'
}
function hideall(){
h('menu01');h('menu02');h('menu03');h('menu04');h('menu05');h('menu06');h('mn0');h('mn1');h('mn2');h('mn3');
}
function show1(){
s('menu01');h('menu02');h('menu03');h('menu04');h('menu05');h('menu06');h('mn0');s('mn1');s('mn2');s('mn3');
}
function show2(){
h('menu01');s('menu02');h('menu03');h('menu04');h('menu05');h('menu06');h('mn0');s('mn1');s('mn2');s('mn3');
}
function show3(){
h('menu01');h('menu02');s('menu03');h('menu04');h('menu05');h('menu06');h('mn0');s('mn1');s('mn2');s('mn3');
}
function show4(){
h('menu01');h('menu02');h('menu03');s('menu04');h('menu05');h('menu06');h('mn0');s('mn1');s('mn2');s('mn3');
}
function show5(){
h('menu01');h('menu02');h('menu03');h('menu04');s('menu05');h('menu06');h('mn0');s('mn1');s('mn2');s('mn3');
}
function show6(){
h('menu01');h('menu02');h('menu03');h('menu04');h('menu05');s('menu06');h('mn0');s('mn1');s('mn2');s('mn3');
}

openwin = new Array() ;
function owd(jsn, url) {
own = jsn ;
openwin[own]=window.open(url, own , "width=688,height=500,resizable=yes,scrollbars=yes") ;
        }
function ow(oj) {
return ((oj==null)||(typeof oj!='object')||(oj.closed)) ;
}

function chk(jsn, url) {
own = jsn ;
openwin[own]=window.open(url, own , "width=688,height=600,resizable=yes,scrollbars=yes") ;
        }
function ow(oj) {
return ((oj==null)||(typeof oj!='object')||(oj.closed)) ;
}
