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";  

snv01on = new Image();
snv01on.src = "../images/common/snv_01_01o.gif";    
snv01off = new Image();
snv01off.src = "../images/common/snv_01_01d.gif";  
snv02on = new Image();
snv02on.src = "../images/common/snv_01_02o.gif";    
snv02off = new Image();
snv02off.src = "../images/common/snv_01_02d.gif";  
snv03on = new Image();
snv03on.src = "../images/common/snv_01_03o.gif";    
snv03off = new Image();
snv03off.src = "../images/common/snv_01_03d.gif";  
snv04on = new Image();
snv04on.src = "../images/common/snv_01_04o.gif";    
snv04off = new Image();
snv04off.src = "../images/common/snv_01_04d.gif";  
snv05on = new Image();
snv05on.src = "../images/common/snv_02_01o.gif";    
snv05off = new Image();
snv05off.src = "../images/common/snv_02_01d.gif";  
snv06on = new Image();
snv06on.src = "../images/common/snv_02_02o.gif";    
snv06off = new Image();
snv06off.src = "../images/common/snv_02_02d.gif";  
snv07on = new Image();
snv07on.src = "../images/common/snv_02_03o.gif";    
snv07off = new Image();
snv07off.src = "../images/common/snv_02_03d.gif";  
snv08on = new Image();
snv08on.src = "../images/common/snv_02_04o.gif";    
snv08off = new Image();
snv08off.src = "../images/common/snv_02_04d.gif";  
snv09on = new Image();
snv09on.src = "../images/common/snv_01_05o.gif";    
snv09off = new Image();
snv09off.src = "../images/common/snv_01_05d.gif"; 
snv10on = new Image();
snv10on.src = "../images/common/snv_01_06o.gif";    
snv10off = new Image();
snv10off.src = "../images/common/snv_01_06d.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";  

input01on = new Image();
input01on.src = "../images/common/btn_form_o.gif";     
input01off = new Image();
input01off.src = "../images/common/btn_form_d.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");
        }
}



//-->