function jumpMenu(selObj) 
{ 
if (selObj.options[selObj.selectedIndex].value != "") 
{ 
eval("window.location=" +"'"+DbURL+"/"+selObj.options[selObj.selectedIndex].value+"'"); 
} 
} 
function fn_externalJumpLink(selObj) 
{ 
var strThisVal = selObj.options[selObj.selectedIndex].value 
if (strThisVal != "") 
{ 
strURL = "http:/\/www." + strThisVal; 
strFeatures = "width=788,height=430,resizable=yes,menubar=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes"; 
eval(WeirProductWindow=window.open(strURL,'WeirProductWindow',strFeatures)); 
WeirProductWindow.focus(); 
} 
} 
function fn_ChangeLanguage(objSel) 
{ 
alert(objSel.value); 
} 
