<!--

// English Message Strings

var monthNames = new Array("","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
var checkButton = "Check";
var waitMsg = 'One moment, please... <img src="http://images.apple.com/support/main/elements/aqua2spinner12.gif" width="12" height="12" align="absmiddle">';
var noInfo  = '<span style="color: #700">No info found. Please try again.</span>';
var timeOut = '<span style="color: #700">We&#145;re sorry, the system is not responding at this time.</span>';
var legaldisclaimer = '<div class="legaldisclaimer"><a href = "/ca/support/service/help/warrantycheck/">Information on Service Coverage Data</a></div>';
var introDownMsg = '<span style="color:#800">This feature is temporarily unavailable due to system maintenance.<br></span>';
var introMsg = 'Find out how many days remain on your warranty or AppleCare Protection Plan. Enter your hardware serial number:';
var titleMsg = 'Check your service coverage';
var helpMsg = '<div class="help right"><a href="/ca/support/service/help/warrantycheck/">Help</a></div>';
try {
   if (!whereSnUrl) {
      var whereSnUrl = 'http://docs.info.apple.com/article.html?artnum=300191'; // iMac G5 default
   }
}
catch(err) {
    var whereSnUrl = 'http://docs.info.apple.com/article.html?artnum=300191'; // iMac G5 default
}
var whereSnMsg = 'Where do I find my serial number?';
var ccMsg = 'a custom support contract';
var csMsg = 'a limited extension to your warranty';
var liMsg = 'Apple\'s Limited Warranty';
var paMsg = 'the AppleCare Parts Agreement';
var ppxMsg = 'the AppleCare Premium Service and Support Plan';
var ppMsg = 'the AppleCare Protection Plan';
var raMsg = 'the AppleCare Repair Agreement';
var reMsg = 'Apple\'s 90 day service coverage';
var estMsg = ' estimated';

var regMsg = 'Please <a href="http://register.apple.com/">register this product</a> today.';
var learnMsg = '<div class="another">Extend your service and technical support coverage today. <a href="http://www.apple.com/ca/support/products/">Learn more</a></div>';
var legacyMsg = '<div class="another">Check out our new products! The <a href="http://www.apple.com/canadastore/">Apple Store</a> has great deals.</div>';
var anotherSnMsg = '<div class="another"><span style="color: #00f; text-decoration: underline; cursor: pointer;"  onClick="tryAgain();">Enter another serial number</span></div>';

var noSerialAlert = 'You must enter a serial number!';
var spacesSerialAlert = 'A serial number cannot have spaces in it!';
var validSerialAlert = 'Please enter a valid serial number.';

var replaceOsAlert = "Apple does not use the letter 'O' in its serial numbers. For your convenience, we replaced all 'O's with zeros.";


// translate in context

var purchaseStr_1_1= '<div class="clearest"></div>Our records indicate that your product is covered under ';
//  coverage
var purchaseStr_1_2= ' and your';
//  estimated
var purchaseStr_1_3=' date of purchase was ';
//  datePurchased
var purchaseStr_1_4='. ';

var purchaseStr_2_1= '<div class="clearest"></div>Our records indicate your';
//  estimated
var purchaseStr_2_2= ' date of purchase was ';
//  datePurchased
var purchaseStr_2_3= '. ';

var purchaseStr_3_1= '<div class="clearest"></div>Our records indicate that your product is covered under ';
//  coverage
var purchaseStr_3_2= '.';


var returnMsg1 = 'Based on this data, your product is covered for 90 days from your most recent service. ';
var returnMsg2 = 'Based on this data, your product is not covered by Apple service warranty. ';

// translate in context
var returnMsg3a = ' Based on this data, your product will be covered by Apple service warranty for ';
//  daysRemaining
var returnMsg3b = ' more days. ';

//-->
