function popJump(selOBJ)
{ n = selOBJ.selectedIndex;
	location.href = selOBJ.options[n].value;
}
// -->



if (document.images) {
 
img01on = new Image();
img01on.src = "images/common/nv_01o.gif";    
img01off = new Image();
img01off.src = "images/common/nv_01d.gif";  
img02on = new Image();
img02on.src = "images/common/nv_02o.gif";    
img02off = new Image();
img02off.src = "images/common/nv_02d.gif";  
img03on = new Image();
img03on.src = "images/common/nv_03o.gif";    
img03off = new Image();
img03off.src = "images/common/nv_03d.gif";  
img04on = new Image();
img04on.src = "images/common/nv_04o.gif";    
img04off = new Image();
img04off.src = "images/common/nv_04d.gif";  
img05on = new Image();
img05on.src = "images/common/nv_05o.gif";    
img05off = new Image();
img05off.src = "images/common/nv_05d.gif";  
img06on = new Image();
img06on.src = "images/common/nv_06o.gif";    
img06off = new Image();
img06off.src = "images/common/nv_06d.gif";  
img07on = new Image();
img07on.src = "images/common/nv_07o.gif";    
img07off = new Image();
img07off.src = "images/common/nv_07d.gif";  

bnr01on = new Image();
bnr01on.src = "images/top/bnr_01o.gif";    
bnr01off = new Image();
bnr01off.src = "images/top/bnr_01d.gif";  
bnr02on = new Image();
bnr02on.src = "images/top/bnr_02o.gif";    
bnr02off = new Image();
bnr02off.src = "images/top/bnr_02d.gif";  
bnr03on = new Image();
bnr03on.src = "images/top/bnr_03o.gif";    
bnr03off = new Image();
bnr03off.src = "images/top/bnr_03d.gif";  
bnr04on = new Image();
bnr04on.src = "images/top/bnr_04o.gif";    
bnr04off = new Image();
bnr04off.src = "images/top/bnr_04d.gif";  


btn01on = new Image();
btn01on.src = "images/top/btn_01o.gif";    
btn01off = new Image();
btn01off.src = "images/top/btn_01d.gif";  
btn02on = new Image();
btn02on.src = "images/top/btn_02o.gif";    
btn02off = new Image();
btn02off.src = "images/top/btn_02d.gif";  
btn03on = new Image();
btn03on.src = "images/top/btn_03o.gif";    
btn03off = new Image();
btn03off.src = "images/top/btn_03d.gif";  
btn04on = new Image();
btn04on.src = "images/top/btn_04o.gif";    
btn04off = new Image();
btn04off.src = "images/top/btn_04d.gif";  
btn05on = new Image();
btn05on.src = "images/top/btn_05o.gif";    
btn05off = new Image();
btn05off.src = "images/top/btn_05d.gif";  
btn06on = new Image();
btn06on.src = "images/top/btn_06o.gif";    
btn06off = new Image();
btn06off.src = "images/top/btn_06d.gif";  
btn07on = new Image();
btn07on.src = "images/top/btn_07o.gif";    
btn07off = new Image();
btn07off.src = "images/top/btn_07d.gif";  
btn08on = new Image();
btn08on.src = "images/top/btn_08o.gif";    
btn08off = new Image();
btn08off.src = "images/top/btn_08d.gif";  
btn09on = new Image();
btn09on.src = "images/top/btn_09o.gif";    
btn09off = new Image();
btn09off.src = "images/top/btn_09d.gif";  
btn10on = new Image();
btn10on.src = "images/top/btn_10o.gif";    
btn10off = new Image();
btn10off.src = "images/top/btn_10d.gif";  
btn11on = new Image();
btn11on.src = "images/top/btn_11o.gif";    
btn11off = new Image();
btn11off.src = "images/top/btn_11d.gif";  

btn12on = new Image();
btn12on.src = "images/top/btn_search_01o.gif";    
btn12off = new Image();
btn12off.src = "images/top/btn_search_01d.gif";  
btn13on = new Image();
btn13on.src = "images/top/btn_search_02o.gif";    
btn13off = new Image();
btn13off.src = "images/top/btn_search_02d.gif";  



}

function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}



function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}



//-->