
function menudirect(catmenu){
var URL = document.catmenu.pagename.options[document.catmenu.pagename.selectedIndex].value;
window.location.href = URL;
}

function menudirect2(catmenu2){
var URL = document.catmenu2.languagedd.options[document.catmenu2.languagedd.selectedIndex].value;
window.location.href = URL;
}
function menudirect3(catmenu3){
var URL = document.catmenu3.currencydd.options[document.catmenu3.currencydd.selectedIndex].value;
window.location.href = URL;
}
