function PopUpWindow(PageURL,TeamSEOC) {
 window.open(PageURL+'?NOTRIM=Y&TeamSEOC='+TeamSEOC,'','width=720,height=450,status=1,resizable=1,scrollbars=1');
 }
 function LogOut(Sequence) {
  if (confirm('Are you sure you want to log out of the Brand Manager?'))
   window.location = '/?LogoutSQN='+Sequence+'&40428.1971238426';
}
function openList(which) {
  if(eval("document.all."+which+".style.display")=="block") {
    eval("document.all."+which+".style.display='none'")
  }
  else {
    eval("document.all."+which+".style.display='block'")
  }
}
