//JavaScript code for "Min-pull-dn" file
//Code1
function formHandler1(){
var URL = document.pulldown1.selectname.options[document.pulldown1.selectname.selectedIndex].value
window.location.href = URL        
}
//Code2
function formHandler2(){
var URL = document.pulldown2.selectname.options[document.pulldown2.selectname.selectedIndex].value
window.location.href = URL        
}
//Code3
function formHandler3(){
var URL = document.pulldown3.selectname.options[document.pulldown3.selectname.selectedIndex].value
window.location.href = URL        
}
//Code4
function formHandler4(){
var URL = document.pulldown4.selectname.options[document.pulldown4.selectname.selectedIndex].value
window.location.href = URL        
}
//Code5
function formHandler5(){
var URL = document.pulldown5.selectname.options[document.pulldown5.selectname.selectedIndex].value
window.location.href = URL        
}
//Code6
function formHandler6(){
var URL = document.pulldown6.selectname.options[document.pulldown6.selectname.selectedIndex].value
window.location.href = URL        
}
//Code7
function formHandler7(){
var URL = document.pulldown7.selectname.options[document.pulldown7.selectname.selectedIndex].value
window.location.href = URL        
}
//Code8
function formHandler8(){
var URL = document.pulldown8.selectname.options[document.pulldown8.selectname.selectedIndex].value
window.location.href = URL        
}
//Code9
function formHandler9(){
var URL = document.pulldown9.selectname.options[document.pulldown9.selectname.selectedIndex].value
window.location.href = URL        
}
//Code10
function formHandler10(){
var URL = document.pulldown10.selectname.options[document.pulldown10.selectname.selectedIndex].value
window.location.href = URL        
} 
//Code11
function formHandler11(){
var URL = document.pulldown11.selectname.options[document.pulldown11.selectname.selectedIndex].value
window.location.href = URL        
}
//Code12
function formHandler12(){
var URL = document.pulldown12.selectname.options[document.pulldown12.selectname.selectedIndex].value
window.location.href = URL        
}       
//


