var mouseoverbundles = ["genuine", "Genuine Windows is authentic Windows software that is properly licensed and legally installed. Learn more about the special benefits reserved for genuine Windows customers by visiting <a href=\"http://www.microsoft.com/genuine\" target=\"_blank\">www.microsoft.com/genuine</a>."]
var isstop = true;
function setPageTitle(titleText)
{
  titleText = "Lenovo - " + titleText;
  document.title = titleText;
}
function emailThisPage()
{
  var u = "/SEUILibrary/controller/e/web/LenovoPortal/en_US/seutil.workflow:ShowEmailPage?width=500&Email.PageUrl=";
  u += escape(document.location.href);
  window.open(u, "taf_win", "width=500,height=560,top=0,left=0,status,scrollbars,resizable");
}

function showDetailsView(show)
{
  if(show)
  {
    if(document.getElementById("right")!=null)
    {
      document.getElementById("right").style.display = "inline";
    }
  }
  else
  {
    if(document.getElementById("right")!=null)
    {
      document.getElementById("right").style.display = "none";
    }
  }
}
function showLegalInfo(item)
{

  var legalURL = "http://www.pc.ibm.com/us/fnotes.html";
        var legalANCHOR = (typeof(item) == 'string'?item:item.getAttribute('items'));
        legalURL += "#" + legalANCHOR;
        var legalWIN = window.open(legalURL, 'legalWindow', 'menubar=no,status=no,scrollbars=yes,width=462,height=310,resizable=yes,toolbar=no');
        return false;
        var cmmsURL = '/SEUILibrary/controller/e/web/LenovoPortal/en_US/systemconfig.runtime.workflow:GetLegalInfo?x=x&fCode=';
  var pg = (typeof(item) == 'string'?item:item.getAttribute('items'));
  var hsh = pg.indexOf("#");
  var ilink = null;
  if(hsh > 0)
  {
    ilink = pg.substring(hsh+1);
    pg = pg.substring(0, hsh);
  }
  pg = pg.replace(/\\/g,"/");

  cmmsURL += escape('/popups/US' + pg + '|static');
  if(ilink != null)
  {
    cmmsURL += "&ilink=" + ilink;
  }
  cmmsURL += "&type=legal" ;
  var win = window.open(cmmsURL, 'cmmsWindow', 'menubar=no,status=no,scrollbars=yes,width=462,height=310,resizable=yes,toolbar=no');
  win.focus();
  return false;
}
function doOnLoadsFunctions()
{
  if(typeof(top_onload) == "function")
  {
    top_onload();
  }
  if(typeof(left_onload) == "function")
  {
    left_onload();
  }
  if(typeof(right_onload) == "function")
  {
    right_onload();
  }
  if(typeof(content_onload) == "function")
    {
      content_onload();
  }
  if(typeof(promos_onload) == "function")
    {
      promos_onload();
  }
}

function doUnLoadFunctions()
{
  if(typeof(clearXMLHttpReq) == "function")
  {
    clearXMLHttpReq();
  }
}
