function MM_goToURL() {
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
win = null;
function OpenWin(url,width,height,target){
  newin = 'width=' + width + ',height=' + height  +',resizable=yes,scrollbars=yes';
  if(win==null || win.closed) win=window.open(url, target ,newin);
  win.focus();
}
function CloseWin(){
	window.close();
}
function opbg(objRef, sts) {
	objRef.style.backgroundColor = (1 == sts) ? '#EEEEEE' : '#FFFFFF';
	return;
}
