$(document).ready(function(){	
	$('#slider').nivoSlider({
		effect:'fade',
		controlNav:false,
		pauseOnHover:true	
	});
	
	$('.cbox').colorbox();
	$('.cbox_buy').colorbox({innerWidth:300, innerHeight:260});
	if(document.getElementById('form_intestazione')){
		$("#form_intestazione").validate();
	}
	
	/*if(img_sfondo === false){
		$('#corpo_pagina').css('backgroundImage',  'url("")');
	}
	/*$('.cbox_login').colorbox({iframe:true, innerWidth:700, innerHeight:450});*/
	
	//BLOCCO IL TASTO DESTRO
	/*$(this).bind("contextmenu", function(e) {
		e.preventDefault();
	});*/
});
function redir(url){
	window.location=url;
}
function popUp(apri) {
	var stile = "top=10, left=10, width=800, height=600, status=no, menubar=no, toolbar=no scrollbar=no";
	window.open(apri, "", stile);
}
function updatecaptcha() {
   img = document.getElementById('imgCaptcha'); 
   //Change the image
   img.src = '../../lib/captcha/immagine.php?' + Math.random();
}
function rollOver(idImg, urlImg){
	document.getElementById(idImg).src = urlImg;
}
function rollOut(idImg, urlImg){
	document.getElementById(idImg).src = urlImg;
}
