//SETUP//


var containerStat = 0		//Container visible prior to images are loaded on/off
var toggleSpeed = 1000          //Dropdown speed - possible values: slow,normal,fast or xxxx milliseconds 
var percentComplete = "60%"     //% complete - sets bar location and bar % display
var barSpeed = 1500             //Bar animation speed in milliseconds
var animationDelay =800	  	//Bar and tip start animation delay in milliseconds
var fadeSpeedIcons = "fast"     //Social icons hover speed - possible values: slow,normal,fast or xxxx milliseconds
var Year =  2011		//Set the year
var Month  = 8			//Set the month
var Day = 1			//Set the day
var Hour = 15			//Set the hour of the day
var Min = 5                     //Set the Min
var Sec = 2                     //Set the Sec

//Social network ids - only fill out the ids, not the full url
var facebookPageID ="marivdv"
var twitterID = "marivdven"

//Contact from messages
var formBorderVerify = '1px solid #7CAD33'  //width, type, color can be changed
var formError="Onze excuses er is iets fout gegaan, probeer a.u.b. opnieuw!"
var formWarning ="Vul a.u.b. alle verplichte velden in!"
var formSuccess ="Bedankt voor uw bericht. Wij komen er zo spoedig mogelijk op terug."
var formSuccessTitle ="Bericht verstuurd."
var formReload ="Stuur een bericht en we komen er snel op terug."
var formReloadTitle ="Vraag wat aan Mari:"

//Notify field messages
var notifyError ="Onze excuses er is iets fout gegaan, probeer a.u.b. opnieuw!"
var notifyWarning ="Ongelding e-mailadres, probeer a.u.b. opnieuw!"
var notifySuccess ="Uw e-mailadres is toegevoegd!"


//SUPERSIZE VARIABLE
jQuery(function($){
    $.supersized({
				
        //Functionality

        slideshow               :   1,		//Slideshow on/off
        autoplay		:   1,		//Slideshow starts playing automatically
        start_slide             :   1,		//Start slide (0 is random)
        random			:   0,		//Randomize slide order (Ignores start slide)
        slide_interval          :   15000,	//Length between transitions
        transition              :   1, 		//0-None, 1-Fade, 2-Slide Top, 3-Slide Right, 4-Slide Bottom, 5-Slide Left, 6-Carousel Right, 7-Carousel Left
        transition_speed	:   1000,	//Speed of transition
        performance		:   1,		//0-Normal, 1-Hybrid speed/quality, 2-Optimizes image quality, 3-Optimizes transition speed // (Only works for Firefox/IE, not Webkit)
        image_protect		:   1,		//Disables image dragging and right click with Javascript
        keyboard_nav            :   0,		//Keyboard navigation on/off

		
        slides 			:  	[       //Slideshow Images
        {
            image : 'images/img_1.jpg', 
            title : 'Contact: 073 643 02 11 - <a style="text-decoration: none; color: #999999;" href="mailto:management@superworkx.com" title="Mail ons">management@superworkx.com</a>'
        },  

        {
            image : 'images/img_2.jpg', 
            title : 'Contact: 073 643 02 11 - <a style="text-decoration: none; color: #999999;" href="mailto:management@superworkx.com" title="Mail ons">management@superworkx.com</a>'
        },  

        {
            image : 'images/img_3.jpg', 
            title : 'Contact: 073 643 02 11 - <a style="text-decoration: none; color: #999999;" href="mailto:management@superworkx.com" title="Mail ons">management@superworkx.com</a>'
        }, 

        {
            image : 'images/img_4.jpg', 
            title : 'Contact: 073 643 02 11 - <a style="text-decoration: none; color: #999999;" href="mailto:management@superworkx.com" title="Mail ons">management@superworkx.com</a>'
        }   
        ]
												
    }); 
});
