<!-- 

var target = ""; 


function jump(){ 

var url = document.form1.select.options[document.form1.select.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

} 


function jump2(){ 

var url = document.form2.select2.options[document.form2.select2.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

} 


function jump3(){ 

var url = document.form3.select3.options[document.form3.select3.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

} 

 
function jump4(){ 

var url = document.form4.select4.options[document.form4.select4.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

} 


function jump5(){ 

var url = document.form5.select5.options[document.form5.select5.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

} 




function jump6(){ 

var url = document.form6.select6.options[document.form6.select6.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

} 


function jump7(){ 

var url = document.form7.select7.options[document.form7.select7.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

}


function jump8(){ 

var url = document.form8.select8.options[document.form8.select8.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

}



function jump9(){ 

var url = document.form9.select9.options[document.form9.select9.selectedIndex].value; 

if(url != "" ){ 

if(target == 'top'){ 
top.location.href = url; 
} 
else if(target == 'blank'){ 
window.open(url, 'window_name'); 
} 
else if(target != ""){ 
eval('parent.' + target + '.location.href = url'); 
} 
else{ 
location.href = url; 
} 

} 

}

// --> 
