
function checkAll(checkname, thischeck) {
  for (i = 0; i < checkname.length; i++)
  checkname[i].checked = thischeck.checked? true:false
}

function startWin(win)
{var desktop=window.open(win,"Clickatell","toolbar=no,l ocation=no,status=no,menubar=no,scrollbars=yes,width=800,height=400,noresize");
}
//dreamweaver jumpmenu function.
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
