//
//  Definitions
//

var serverName = "/cgi-bin/WebObjects/Popup.woa/"
var portalName = "emi_mortenabel";
var language = "eng";

var development = false;
var testUser = "";
var testToken = ""; 

var smallCoverHeight = 70;
var smallCoverWidth = 70;
var mediumCoverHeight = 140;
var mediumCoverWidth = 140;

var cartItemNameLength = 50;
var cartItemArtistLength = 50;
var productNameLength = 30;
var productArtistLength = 50;
var childNameLength = 50;
var childArtistLength = 50;
var assetNameLength = 50;
var assetArtistLength = 50;
var playerNameLength = 10;
var playerArtistLength = 20;
var lineItemNameLength = 100;
var lineItemArtistLength = 100;

var cartContentMinHeight = 50;
var cartContentItemHeight = 40;
var cartContentWidth = 154;

var imgSample = "sample.gif";
var imgAlbum = "cd.gif";

var imgRemove = "btn_remove.gif"

var imgBuyLarge = "btn_buy_large.gif";
var imgBuySmall = "btn_buy.gif";
var imgBoughtLarge = "btn_buy_large.gif";
var imgBoughtSmall = "btn_buy.gif";

var imgShowCart = "btn_showCart_enabled.gif";
var imgShowCartDisabled = "btn_showCart_disabled.gif";
var imgCheckout = "btn_toPayment_enabled.gif";
var imgCheckoutDisabled = "btn_toPayment_disabled.gif";
var imgCloseWindow = "btn_close.gif";
var imgPrint = "btn_print.gif";
var imgRemove = "btn_remove.gif";
var imgDownload = "btn_download.gif";
var imgZip_waiting = "btn_zip_waiting.gif";
var imgZip_failed = "btn_zip_failed.gif";
var imgZip_download = "btn_download.gif";
var imgZip_download = "btn_download.gif";
var imgSelectAsset = "btn_selectAsset.gif";
var imgDeselectAsset = "btn_deselectAsset.gif";

// strings
var strTracks = "Songs";
var strCurrency = "EUR";
var strItem = "item";
var strItems = "items";
var strChoosePayment = "Choose Payment method";
var strMissingCertificateCode = "Please check that you have entered the code from your gift certificate";
var strMissingEmail = "Please check that you have entered your email adress";
var strMissingPaymentMethod = "Please check that you have chosen your preferred payment method";
var strMissingCardNumber = "Please check that you have entered your credit card number";
var strMissingCVC = "Please check that you have entered your card verification code";
var strMissingExpireMonth = "Please check that you have entered the expiration month from your credit card";
var strMissingExpireYear = "Please check that you have entered the expiration year from your credit card";
var strTermsNotAccepted = "Please check that you have accepted the general conditions";
var strEmailsDontMatch = "Please check that the entered email addresses match";
var strCreditcards = "Credit card";
var strWebpayments = "Internet payment";
var strNetbanks = "Netbank";
var strGiftCertificates = "Gift certificate";
var strGiftCertificate = "Gift certificate";
var strInvoiceTitle = "Receipt";
var strTermsTitle = "PopUpShop ‚Äö√Ñ√∂‚àö√ë‚àö¬® General conditions";
var strHelpTitle = "PopUpShop ‚Äö√Ñ√∂‚àö√ë‚àö¬® Help";
var strOrderRedownloadValue = "Your email‚Äö√Ñ√∂‚àö√ë¬¨‚àÇ";
var strInvitationNotSent = "An error has occured. Please try again";
var strInvitationSent = "Thank You! You will recieve an email within a few minutes...";
var strPaymentVerificationFailed = "The payment method could not be verified ‚Äö√Ñ√∂‚àö√ë‚àö¬® please check the information";
var strDibsOrEncodingError = "Purchase failed - Please check your personal details and try.";
var strEncodingError = "An error has occured and your products could not be encrypted. If the error occurs again please contact our support team on email: support@popupshop.dk";
var strProductFetchingFailed = "The connection to the server were lost ‚Äö√Ñ√∂‚àö√ë‚àö¬® please try again in a moment‚Äö√Ñ√∂‚àö√ë¬¨‚àÇ";
var strLogindFailed = "This link has already been used. Due to security reasons you must order a new link each time you want to redownload";
var strConnectionFailed = "No connection to the server ‚Äö√Ñ√∂‚àö√ë‚àö¬® Please try again in a moment‚Äö√Ñ√∂‚àö√ë¬¨‚àÇ";
var strPleaseWait = "Please wait untill the shop has completed loading‚Äö√Ñ√∂‚àö√ë¬¨‚àÇ";
