//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 =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 =  0				  //Leave as 0
var Month  = 0				  //Leave as 0
var Day = 10				  //Number of days until completion
var Hour = 3				  //Number of hours until completion
var Min = 5                   //Number of minutes until completion
var Sec = 2                   //Number of seconds until completion

//Social network ids - only fill out the ids, not the full url
var facebookPageID ="elurogayo/100001370091969"
var twitterID = "udfrance"
var myspaceID = "ironmaiden"
var skypeID ="udfrance"

//Contact from messages
var formBorderVerify = '1px solid #d95880'  //width, type, color can be changed
var formError="Hubo un error al enviar el correo electrónico. Vuelva a intentarlo."
var formWarning ="&iexcl;Compruebe los campos e inténtelo de nuevo!"
var formSuccess ="Gracias por enviar su correo electrónico. Nos pondremos en contacto con usted en 48 horas."
var formSuccessTitle ="Mensaje enviado"
var formReload ="Envíenos un correo y nos pondremos en contacto con usted en 48 horas."
var formReloadTitle ="Si tiene algo que decir..."

//Notify field messages
var notifyError ="Lo sentimos, ha ocurrido un error, vuelva a intentarlo"
var notifyWarning ="Correo electrónico no válido, &iexcl;vuelva a intentarlo!"
var notifySuccess ="Correo electrónico añadido, &iexcl;se le notificará cuando relancemos!"


//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					: 	1,		//Randomize slide order (Ignores start slide)
slide_interval          :   3000,	//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 : 'Recent Graphics Title'},  
							{image : 'images/img_2.jpg', title : 'Recent Graphics Title2'},  
							{image : 'images/img_3.jpg', title : 'Recent Photo Title'}, 
							{image : 'images/img_4.jpg', title : 'Recent Photo Title 2'},
							{image : 'images/img_5.jpg', title : 'Recent Graphics Title3'},  
							{image : 'images/img_6.jpg', title : 'Recent Graphics Title4'},  
							{image : 'images/img_7.jpg', title : 'Recent Photo Title 3'}, 
							{image : 'images/img_8.jpg', title : 'Recent Photo Title 4'},
							{image : 'images/img_9.jpg', title : 'Recent Photo Title 3'}, 
							{image : 'images/img_10.jpg', title : 'Recent Photo Title 4'} 
							]
												
	}); 
});

