function jsconfirm(strText, strURL)
{
if(confirm(strText))
     {
     window.location = strURL
     }
 }
 function showdiv(strdiv) {
     document.getElementById(strdiv).style.visibility = '';
 }
function ChangePage(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;}
