//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 = "1%"   //% 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 =  2012			  //Set the year
var Month  = 8				  //Set the month
var Day = 29				  //Set the day
var Hour = 18				  //Set the hour of the day
var Min = 0                   //Set the Min
var Sec = 0                   //Set the Sec

//Social network ids - only fill out the ids, not the full url
var facebookPageID ="#"
var twitterID = "#"
var myspaceID = "#"
var skypeID ="#"

//Contact from messages
var formBorderVerify = '1px solid #d95880'  //width, type, color can be changed
var formError="Hubo un error al enviar su correo electronico. Envielo de nuevo."
var formWarning ="Verifique los campos e intentelo de nuevo!"
var formSuccess ="Gracias, nos comunicaremos con usted muy pronto"
var formSuccessTitle ="Mensaje enviado"
var formReload ="Envienos un correo."
var formReloadTitle ="Envíenos su opinion..."

//Notify field messages
var notifyError ="Hubo un error al enviar su correo electronico. Envielo de nuevo."
var notifyWarning ="Correo invalido, por favor escriba su correo"
var notifySuccess ="Mensaje enviado, pronto recibira mas noticias"


//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          :   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/1.jpg', title : 'Farma Industria'},  
							{image : 'images/2.jpg', title : 'Farma Industria'},  
							{image : 'images/3.jpg', title : 'Farma Industria'}, 
							{image : 'images/4.jpg', title : 'Farma Industria'}, 
							{image : 'images/5.jpg', title : 'Farma Industria'},
							{image : 'images/6.jpg', title : 'Farma Industria'},  
							{image : 'images/7.jpg', title : 'Farma Industria'},  
							{image : 'images/8.jpg', title : 'Farma Industria'}, 
							{image : 'images/9.jpg', title : 'Farma Industria'}, 
							{image : 'images/10.jpg', title : 'Farma Industria'},   
							{image : 'images/11.jpg', title : 'Farma Industria'},  
							{image : 'images/12.jpg', title : 'Farma Industria'},  
							{image : 'images/13.jpg', title : 'Farma Industria'}, 
							{image : 'images/14.jpg', title : 'Farma Industria'}, 
							{image : 'images/15.jpg', title : 'Farma Industria'},   
							{image : 'images/16.jpg', title : 'Farma Industria'},  
							{image : 'images/17.jpg', title : 'Farma Industria'},  
							{image : 'images/18.jpg', title : 'Farma Industria'}, 
							{image : 'images/19.jpg', title : 'Farma Industria'}, 
							{image : 'images/20.jpg', title : 'Farma Industria'}   
							]
												
	}); 
});
