/* Texten */
var tool_faq = "Click here for frequently asked questions."; 
var tool_naam = "Enter your name here."; 
var tool_email = "Enter your email adress here."; 
var tool_text = "Enter your text here."; 
var tool_url = "Enter your URL here."; 
var tool_letter = "Select your letter here.."; 
var tool_thumb = "Create thumbnail."; 
var tool_disclaimer = "Click here for the disclaimer."; 
var tool_nieuwsbrief = "Select the checkbox for subscribing to the newsletter."; 
var tool_terug = "Try again!"; 

var text_loading = 'Please wait, uploading file...';
var text_uploaded = '<p>Success - The image has been uploaded</p>';
var text_gegevens = '<p>Please fill in the fields and make a selection of your image.</p>';
var text_saving = 'Please wait, saving thumbnail...';
var text_saved = '<p>Success, your thumbnail has been saved!</p>';
var text_terug = '<p>One moment, you will be redirected to the homepage.</p>';

var error_unexpected = '<h1>Unexpected Error</h1><p>Please try again</p>';

var val_naam = '<p>Enter your name.</p>';
var val_email = '<p>Enter your email adress.</p>';
var val_tekst = '<p>Enter your text.</p>';
var val_url = '<p>Enter a valid URL.</p>';
var val_letter = '<p>Select your letter.</p>';
var val_selectie = '<p>You have to make a selection of your image.</p>';
var val_disclaimer = '<p>You have to agree with the disclaimer.</p>';
var val_email_er = '<p>Enter a valid email adress.</p>';
/* End texten */

/* Opties */
var image_handling_file = "http://magneet.mnds.nl/logo/letter_functions.php";
var thumb_width = 70; // Ook veranderen in letter_functions.php!
var thumb_height = 52; // Ook veranderen in letter_functions.php!
var page_url = '/upload/';
var succes_url = '/';
/* End opties */

