//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 = "80%"   //% complete - sets bar location and bar % display
var barSpeed = 1500           //Bar animation speed in milliseconds
var animationDelay =500	  	  //Bar and tip start animation delay in milliseconds
var fadeSpeedIcons = "normal"   //Social icons hover speed - possible values: slow,normal,fast or xxxx milliseconds
var Year =  2012			  //Set the year
var Month  = 02				  //Set the month
var Day = 29				  //Set the day
var Hour = 23				  //Set the hour of the day
var Min = 59                   //Set the Min
var Sec = 59                   //Set the Sec

//Social network ids - only fill out the ids, not the full url
var facebookPageID ="funktioncreep"
var twitterID = "funktioncreep"
var flickrID = "funktioncreep"
var youtubeID ="funktioncreep"

//Contact from messages
var formBorderVerify = '1px solid #cee420'  //width, type, color can be changed
var formError="There was an error sending your email. Please try again!"
var formWarning ="Verify fields, and try again!"
var formSuccess ="Thanks, we got your mail and will get back to you in 24 hours."
var formSuccessTitle ="Message Sent!"
var formReload ="Send us a message and we will get back to you within 24 hours..."
var formReloadTitle ="Have Something To Say?"

//Notify field messages
var notifyError ="Sorry, an error occurred, please try again!"
var notifyWarning ="Invalid e-mail, please try again!"
var notifySuccess ="E-mail added, we'll keep you up to date!"


//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          :   10000,	//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		:	2000,	//Speed of transition
performance				:	0,		//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 : ' : Funktioncreep Visuals and Laser Show for Sander van Doorn'},  
							{image : 'images/img_2.jpg', title : ' : Funktioncreep Visuals for Eric Prydz'},  
							{image : 'images/img_3.jpg', title : ' : Funktioncreep Laser Show for Tiesto Tour'}, 
							{image : 'images/img_4.jpg', title : ' : Funktioncreep Visuals for Coloursfest'},
							{image : 'images/img_6.jpg', title : ' : Funktioncreep Visuals for Pete Tong'},  
							{image : 'images/img_7.jpg', title : ' : Funktioncreep Architectural Projection and Laser Show for Mauro Picotto'}, 
							{image : 'images/img_8.jpg', title : ' : Funktioncreep Visuals for Sasha'}  
							]
												
	}); 
});
