function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
function b(){t=document.title;l=location.href;m1="Press Ctrl + ";m2=" to Bookmark this page";if(window.opera != undefined ){var v="T";alert(m1+v+m2);}else if(window.sidebar){window.sidebar.addPanel(t, l,"")}else if(document.all!= -1){window.external.AddFavorite(l,t);}else {v="D";alert(m1+v+m2);}}
function GP_popupConfirmMsg(msg) { //v1.0
  document.MM_returnValue = confirm(msg);
}
function MM_changeProp(objId,x,theProp,theValue) { //v9.0
  var obj = null; with (document){ if (getElementById)
  obj = getElementById(objId); }
  if (obj){
    if (theValue == true || theValue == false)
      eval("obj.style."+theProp+"="+theValue);
    else eval("obj.style."+theProp+"='"+theValue+"'");
  }
}
