

function  join(data) { 
var BrowserType=navigator.userAgent;
Window = window.open(data, 'thejoin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,height=400,width=420')
  }

function  openmu(data) { 
var BrowserType=navigator.userAgent;
Window = window.open(data, 'thejoin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height=200,width=350')
  }

function  datarev(data) { 
var BrowserType=navigator.userAgent;
Window = window.open(data, 'thedatarev', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,height=400,width=420')
  }
 
function  peoplerev(data) { 
var BrowserType=navigator.userAgent;
Window = window.open(data, 'thepeoplerev', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height=400,width=400')
  }

function  pswcheck(data) { 
var BrowserType=navigator.userAgent;
Window = window.open(data, 'thepswcheck', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height=400,width=400')
  }

function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function  enews(data) { 
var BrowserType=navigator.userAgent;
Window = window.open(data, 'theenews', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,height=150,width=420')
  }


function changeBgcolor(t) 
{
 t.style.background="#C2C6FD";
}

function reBgcolor(t) 
{
 t.style.background="";
}
