<!-- Begin
// To work with multiple urls and a single scr tag
function combineMenusLanguage(frm, menu4) {
with (frm) {
str = menu4.options[menu4.selectedIndex].value;
window.location.href = str;
   }
}
//  End -->

