function showComparePopup(left, right)
{
  popWindow("/Dispatch.jsp?.NewState=ComparePopup&left=" + left + "&right=" + right, "compare", 590, 510, 1, 0, 0);
  return;
}

function showLoanLeasePopup()
{
    var w;
    w = window.open('/include/loanlease.jsp','LoanLeaseWindow','width=471,height=580,scrollbars=yes,menubar=no,resizable=yes');
    if(w && !w.opener) {
      w.opener = self;
    }
}

function showInstructionInSpanish()
{
    var height = 490;
    if(navigator.appName == "Microsoft Internet Explorer")
    {
        height = 555;
    }
    var w;
    w = window.open('/include/Instructions.jsp','InstructionWindow','width=300,height='+height+',scrollbars=yes,menubar=no,resizable=no');
    if(w && !w.opener) {
      w.opener = self;
    }
}

function showSpecialEditionPopUp(model_part)
{
    var height = 250;
    if(navigator.appName == "Microsoft Internet Explorer")
    {
        height = 250;
    }
    var w;
    w = window.open('/include/SpecialEdition_'+model_part+'.jsp','InstructionWindow','width=270,height='+height+',scrollbars=yes,menubar=no,resizable=yes');
    if(w && !w.opener) {
      w.opener = self;
    }
}
