//
// @(#)$Header:   //VM/ecom/archives/fpstore/htdocs/store/includes/myaccount.js-arc   1.3   13 Apr 2009 09:52:06   cermakja  $
//
var gImageroot = "/reg/images/";

//*************************************************************************************************************//
//                                     LOGIN PAGE
//*************************************************************************************************************//
var LOGIN_TITLE         = "MyAccount Log in";

var LOGIN_EXPLAIN_TEXT  = "Only adults may create an account on our site. Before completing the form, please read the Fisher-Price privacy policy";

var LOGIN_TITLE_IMG     = gImageroot + "login_title.gif";
//Login message removed by Smitha on 28-Feb-2006 
//var LOGIN_CLICK_MESG    = "Enter your information and click Log In.";
var LOGIN_CLICK_MESG    = "";
var REGISTER_CLICK_MESG = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
var NO_ORDERS           = "No recent orders were found.";
var EMP_KC_ERROR        =  "This key code can not be entered here.";
var KC_VAL_ERROR        = "Invalid key code.";
var KC_EXP_ERROR        = "Expired key code.";	//#930180

var BIRTHDAY_LINK       = "Children's birthdays";

var OMS_UNAVAILABLE = "We're sorry. This section is temporarily unavailable. Please check back at a later date. For immediate support, contact Customer Service at 1-800-747-8697";

function Write_login_section_graphic()
{
  var strHtml = "";
  strHtml = strHtml + '<TR>';
  strHtml = strHtml + '<TD class="hdrLarge">Returning Customers</TD>';
  strHtml = strHtml + '</TR>';
  strHtml = strHtml + '<TR>';
  strHtml = strHtml + '<TD class="text">&nbsp;&nbsp;&nbsp;To log in, please enter your user name and password</TD>';
  strHtml = strHtml + '</TR>';
  strHtml = strHtml + '<TR>';
  strHtml = strHtml + '<TD class="text">&nbsp;&nbsp;&nbsp;and click Log in.</TD>';
  strHtml = strHtml + '</TR>';
  
   document.write(strHtml);

}


function Write_login_title()
{
   var strHtml = "";
   strHtml = strHtml + "Log in/Register";

   document.write(strHtml);
}
//Text modified by Smitha on 1-Mar-2006
function Write_register_mesg(p_mode)
{
  var strHtml = "";
  if (p_mode == 'CG' || p_mode == 'EG') {
    strHtml = strHtml + '<span class=text><p>Registration is required to create a Gift Registry. This is to organize and catalog your information in our computer system.</p> ';
  } else {
    strHtml = strHtml + '<span class=text><p>Registering will add ease and convenience to your shopping experience.</p> ';
  }
  strHtml = strHtml + 'Registering will allow you to:<br><br></span> ';
  strHtml = strHtml + '<UL>';
  strHtml = strHtml + '<li><span class=text>Store your billing information for fast and easy checkout</span>';
  strHtml = strHtml + '<li><span class=text>Store multiple shipping addresses</span>';
  strHtml = strHtml + '<li><span class=text>Sign up to receive the latest news from Fisher-Price!</span>';
  strHtml = strHtml + '<br>';
  strHtml = strHtml + '</UL></span>';
  document.write(strHtml);
}


function Write_additional_reg_instructions()
{
   var strHtml = "";
   strHtml = strHtml + '<span class=text><p>To begin, please enter your birth date and click Submit.</p></span>';
 
   document.write(strHtml);
}



function Write_login_explain_text(p_mode)
{
   var strHtml = "";

   strHtml = strHtml + '<p class="txtExp">';

   if (p_mode == 'CG' || p_mode == 'EG') {

     strHtml = strHtml + 'A Gift Registry is a great way to let friends and relatives know what your child would like to receive for birthdays, holidays, and other special occasions.<br><br>';

   }

   strHtml = strHtml + ' Required information is marked with an asterisk (';
   strHtml = strHtml + '<SPAN class="mandatory">';
   strHtml = strHtml + '*';
   strHtml = strHtml + '</SPAN>';
   strHtml = strHtml + ').';
   strHtml = strHtml + '</p>';

   document.write(strHtml);

}

function Write_register_section_graphic()
{
   var strHtml = "";
   strHtml = strHtml + '<TR>';
   strHtml = strHtml + '  <TD valign="top" class="hdrLarge">New Customers</TD>';
   strHtml = strHtml + '</TR>';


   document.write(strHtml);

}



//*************************************************************************************************************//
//                                UNDER AGE SORRY SCREEN
//*************************************************************************************************************//

var UNDERAGE_PAGE_TITLE = "MyAccount | Sorry!";
var MYACCOUNT_IMAGE =     gImageroot + "myaccount.gif";


//**************************************************************************************************************//
//                                 THANKS FOR REGISTERING SCREEN              
//**************************************************************************************************************//




//**************************************************************************************************************//
//                                 ADD SHIPPING ADDRESS SCREEN
//**************************************************************************************************************//
var SAVE_SHIPPING_ADDR_TEXT = "";



//******************************     END    *********************************************************************//
