function DefaultWSText(x, n){ document.write('
'); document.write('
'); }; function doLogoutConfirm(){ var removestr = confirm('If you log out now all of the items currently in your cart will eventually be lost... \nIf you wish to purchase these items at a later time please use our Save for Later feature in the shopping cart! \nClick OK to logout now or CANCEL to Save for Later...'); if(removestr){ return true; } return removestr; } function showAcctLinks(){ /*acctlinks*/ var acctlinksDiv = F("acctlinks"); acctlinksDiv.innerHTML += '
You are not currently logged in.
'; /*acctlinks*/ }