	var totp = 4;	var pagina    	= 0;	var flag    	= 0;	var tempph    	= 0;	var tempg    	= 0;	var flagbot 	= 0;	var dist  		= 30;		var endpoint   = 75;	var startPage   = 75;	var PosPage1    = 620;	var PosPage2    = 760;	var PosPage3    = 760;		var menuH 		= 150; 						function move_page(p){				if(pagina != p){			for (i = 1; i <= totp; i++){				//document.getElementById('cont_page'+p).style.zIndex = "0";				new Effect.Opacity('cont_page'+i, {  to: 0 ,delay:1 });				new Effect.Move('cont_sidepage'+i, {  x: 1000, y: 0 ,transition: Effect.Transitions.sinoidal,  mode: 'absolute'} );				 							} 			if(p == 1){ endpoint = 150; }			if(p == 2){ endpoint = 90; }			if(p == 3){ endpoint = 300; }			if(p == 4){ endpoint = 0;   }			//document.getElementById('cont_page'+p).style.zIndex = "1";						new Effect.Opacity('cont_page'+p, { to: 1,delay:2});						new Effect.Move('cont_sidepage'+p, { x: endpoint, y: 0 ,transition: Effect.Transitions.sinoidal, mode: 'absolute' ,delay:3, afterFinish: inizio});			 	 		//new Effect.Move('cont_sidepage'+p, { { x: endpoint, y: 0 ,transition: Effect.Transitions.sinoidal, mode: 'absolute' ,delay:3 , afterFinish:inizio() }); 			 			pagina = p;					}			}				function move_text_up(id){			new Effect.Move(id, { x: 0, y: -250 , mode: 'relative' });	}				function move_text_dw(id){			new Effect.Move(id, { x: 0, y: 250 , mode: 'relative' });	}				function closeintro(){			new Effect.Fade('intro_container', { from:1, to:0 });	}							//////////////////////////////////////////	//////////////////////////////////////////	//////////////////////////////////////////	//////////////////////////////////////////	//////////////////////////////////////////				//////STYLE 	//////////////////////////////////////////	//////////////////////////////////////////	//////////////////////////////////////////	//////////////////////////////////////////			function change_input_stye(param){			document.getElementById(param).style.border='1px solid #E51464';			document.getElementById(param).style.backgroundColor='#ffffff';				}					function change_input_rtn(param){			document.getElementById(param).style.border='1px solid #F4F2F2';			document.getElementById(param).style.backgroundColor='#F4F2F2';	} 				
