function init_user_script() {
	if (BrowserDetect.browser == "Firefox") {
		$('tab1306225264510').style.marginLeft = '-608px';
		$('tab1306225267453').style.marginLeft = '-608px';
		$('tab1306225271931').style.marginLeft = '-608px';
		$('tab1306225273314').style.marginLeft = '-608px';
		$('TextTitle1306225271931').style.marginTop = '24px';
		
		if (!$("Progettazione")) {
			$$('.pulsanti_collection').each(function(element) {
				element.style.marginTop = '10px';
			})
		}
	
		
	}
	
	if (lingua_corrente == "en") {
		$('tab1306225264510').style.marginLeft = '-89px';
		$('tab1306225267453').style.marginLeft = '-89px';
		$('tab1306225271931').style.marginLeft = '-89px';
		$('tab1306225273314').style.marginLeft = '-89px';
		var form_eng = window.top.formframe.document.getElementById('contact_area');
		//form_eng.style.display = 'none';
	}
	
	if ((BrowserDetect.browser == "Firefox") && (lingua_corrente == "en")) {
		$('tab1306225264510').style.marginLeft = '-654px';
		$('tab1306225267453').style.marginLeft = '-654px';
		$('tab1306225271931').style.marginLeft = '-654px';
		$('tab1306225273314').style.marginLeft = '-654px';
	}
	
	/*
	$$('#tab1306218612179b').each(function(element) {
			element.observe('mouseenter', function(event) {
			mostraSottomenu();
			Event.stop(event);
		})
		element.observe('mouseleave', function(event) {
			//nascondiSottomenu();
			Event.stop(event);
		})
	})
	*/
	/*
	$$('#TableBody1306411403828 img').each(function(element) {
			element.observe('click', function(event) {
			window.clearInterval(timerStoria);
			Event.stop(event);
		})
	})
	*/
	//carouselBox1306306098749
	//var stabilimento = $('WrapTextBox1306255625684').id;
}


//if (BrowserDetect.browser == "Firefox") {
	if (window.addEventListener) {
	window.addEventListener("load", init_user_script, false);
	} else if (window.attachEvent) {
	window.attachEvent("onload", init_user_script);
	} else {
	window.onload = init_user_script;
	}
//}


var carouselNewCollection;
var carouselCollection;
var carouselStoria;

function opzioniUtente(el) {
	//alert(el.options.auto);
	
	if (el.scroller.id.indexOf("1306218612179") != -1) { // Principale
		el.options.effect = "fade";
		el.options.duration = 1;
	}
	if (el.scroller.id.indexOf("1306306098749") != -1) { // Galleria New Collection
		el.options.effect = "fade";
		el.options.duration = 1.3;
		carouselNewCollection = el;
		//el.start();
	}
	if (el.scroller.id.indexOf("1307166558315") != -1) { // Galleria Collection
		el.options.effect = "fade";
		el.options.duration = 1.3;
		carouselCollection = el;
		//el.start();
	}
	if (el.scroller.id.indexOf("1306401809402") != -1) { // Storia
		el.options.effect = "fade";
		el.options.duration = 1.3;
		carouselStoria = el;
		//el.start();
	}
	if (el.scroller.id.indexOf("1307193054745") != -1) { // News
		el.options.effect = "scroll";
		//el.options.duration = 1.2;
		//el.start();
	}
	
	/*
	var idCarousel = new Carousel($$('#slideBox_Wrap1306306098749').first(), $$('.slide'), $$('#Text1306225273934 a.carousel-jumper'), {
				wheel: false,
				afterMove: function(){
					idCarousel.controls.each(function (elm) {
						elm.removeClassName(idCarousel.options.selectedClassName);
					});
					idCarousel.controls.each(function (elm) {
						if (elm.rel == idCarousel.current.id) {
							elm.addClassName(idCarousel.options.selectedClassName);
						}
					});
			    }
		 	});
		 	
	clearTimeout(idCarousel.timer);
	idCarousel.options.duration = "0.5";
	idCarousel.options.circular = false;
	idCarousel.options.effect = "fade";
	*/
	
	var idCarousel = new Carousel($$('#slideBox_Wrap1306401809402').first(), $$('.slide'), $$('#Text1306225264510 a.carousel-jumper'), { // STORIA
				wheel: false,
				afterMove: function(){
					idCarousel.controls.each(function (elm) {
						elm.removeClassName(idCarousel.options.selectedClassName);
					});
					idCarousel.controls.each(function (elm) {
						if (elm.rel == idCarousel.current.id) {
							elm.addClassName(idCarousel.options.selectedClassName);
						}
					});
			    }
		 	});
		 	
	//clearTimeout(idCarousel.timer);
	idCarousel.options.duration = "0.5";
	idCarousel.options.circular = false;
	idCarousel.options.effect = "fade";
		 		 	
}

		
function Home() {
	nascondiSottomenu();
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	nascondiNews();
	new Effect.Appear('nota_home', {duration: 0.6});
	hs.close();
}

function Azienda() {
	mostraSottomenu();
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiNews();
	
	hs.close();
}

var timerStoria;

function Storia() {
	nascondiSottomenu();
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	new Effect.Appear('WrapTextBox1314950523773', {duration: 2.9});
	nascondiNews();
	//timerStoria = window.setInterval("startStoriaSlide();", 3000);
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

/*
function startStoriaSlide() {
	if (contaSlide >= carouselStoria.slides.length) {
		//alert('fine');
		return false;
	}
	carouselStoria.cambiaSlide(carouselStoria.slides[contaSlide], 1.4);
	contaSlide++;
}
*/


function Stabilimento() {
	nascondiSottomenu();
	nascondiTradizione();
	new Effect.Appear('WrapTextBox1306255625684', {duration: 2.9});
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	nascondiNews();
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

function Tradizione() {
	nascondiSottomenu();
	new Effect.Appear('WrapTextBox1306255625777', {duration: 2.9});
	nascondiStabilimento();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	nascondiNews();
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

function Tecnologia() {
	//top.ytPlayerFrameN.pauseVideo();
	top.ytPlayerFrameN_T.playVideo();
	nascondiSottomenu();
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	nascondiNews();
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

function NewCollection() {
	nascondiSottomenu();
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	nascondiNews();
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

function Collection() {
	nascondiSottomenu();
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	nascondiNews();
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

function News() {
	//top.ytPlayerFrameN.pauseVideo();
	//top.ytPlayerFrameN_News.playVideo();
	nascondiSottomenu();
	new Effect.Appear('WrapTextBox1307193054745', {duration: 2.9});
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

function Distributori() {
	nascondiSottomenu();
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	nascondiNews();
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

function ContactUs() {
	nascondiSottomenu();
	nascondiStabilimento();
	nascondiTradizione();
	nascondiNewCollection();
	nascondiCollection();
	nascondiStoria();
	nascondiNews();
	new Effect.Fade('nota_home', {duration: 0.4});
	hs.close();
}

function mostraSottomenu() {
	if ($('tab1306225264510').style.display == 'none') {
		new Effect.Appear('tab1306225264510', {duration: 0.5});
		new Effect.Appear('tab1306225267453', {duration: 0.5});
		new Effect.Appear('tab1306225271931', {duration: 0.5});
		new Effect.Appear('tab1306225273314', {duration: 0.5});
	}
}

function nascondiSottomenu() {
	if ($('tab1306225264510').style.display != 'none') {
		$('tab1306225264510').style.display = 'none';
		$('tab1306225267453').style.display = 'none';
		$('tab1306225271931').style.display = 'none';
		$('tab1306225273314').style.display = 'none';
	}
}

	
function nascondiStoria() {
	if ($('WrapTextBox1306401809402').style.display != 'none') {
		new Effect.Fade('WrapTextBox1306401809402', {duration: 0.3});
		//$('WrapTextBox1306306098749').style.display = 'none';
		//$('slide1306225273934').style.visibility = 'visible';
	}
	if ($('WrapTextBox1314950523773').style.display != 'none') { /* nasconde pagina testo Storia */
		new Effect.Fade('WrapTextBox1314950523773', {duration: 0.3});
		//$('WrapTextBox1306306098749').style.display = 'none';
		//$('slide1306225273934').style.visibility = 'visible';
	}
}

function nascondiStabilimento() {
	if ($('WrapTextBox1306255625684').style.display != 'none') {
		new Effect.Fade('WrapTextBox1306255625684', {duration: 0.4});
	}
}
function nascondiTradizione() {
	if ($('WrapTextBox1306255625777').style.display != 'none') {
		new Effect.Fade('WrapTextBox1306255625777', {duration: 0.4});
	}
}

function nascondiNewCollection() {
	if ($('WrapTextBox1306306098749').style.display != 'none') {
		new Effect.Fade('WrapTextBox1306306098749', {duration: 0.3});
		new Effect.Fade('WrapTextBox1317188886019', {duration: 0.3}); // richiedi catalogo
		//$('WrapTextBox1306306098749').style.display = 'none';
		if ((BrowserDetect.browser == "Explorer") && (BrowserDetect.version <= "7")) {
			$('slide1306225273934').style.visibility = 'visible';
		}
		new Effect.Opacity('slide1306225273934', { to: 1.0, duration: 0.6 });
	}
}
function nascondiCollection() {
	if ($('WrapTextBox1307166558315').style.display != 'none') {
		new Effect.Fade('WrapTextBox1307166558315', {duration: 0.3});
		new Effect.Fade('WrapTextBox1317188886019', {duration: 0.3}); // richiedi catalogo
		//$('WrapTextBox1306306098749').style.display = 'none';
		if ((BrowserDetect.browser == "Explorer") && (BrowserDetect.version <= "7")) {
			$('slide1306239199671').style.visibility = 'visible';
		}
		new Effect.Opacity('slide1306239199671', { to: 1.0, duration: 0.6 });
	}
}

function mostra_GALLERIA_Storia(rifAnno) {
	if ($('WrapTextBox1306401809402').style.display == 'none') {
		new Effect.Appear('WrapTextBox1306401809402', {duration: 3.9});
		//$('WrapTextBox1306306098749').style.display = 'block';
		//$('slide1306225273934').style.visibility = 'hidden';
	}
	if ($('WrapTextBox1314950523773').style.display != 'none') { /* nasconde pagina testo Storia */
		new Effect.Fade('WrapTextBox1314950523773', {duration: 0.3});
		//$('WrapTextBox1306306098749').style.display = 'none';
		//$('slide1306225273934').style.visibility = 'visible';
	}
	if (rifAnno != undefined) {
		window.setTimeout('carouselStoria.cambiaSlide(carouselStoria.slides['+rifAnno+'], 0.4);', 300);
	}
}

function mostra_GALLERIA_NewCollection() {
	if ($('WrapTextBox1306306098749').style.display == 'none') {
		new Effect.Appear('WrapTextBox1306306098749', {duration: 0.9});
		new Effect.Appear('WrapTextBox1317188886019', {duration: 0.9}); // richiedi catalogo
		//$('WrapTextBox1306306098749').style.display = 'block';
		if ((BrowserDetect.browser == "Explorer") && (BrowserDetect.version <= "7")) {
			$('slide1306225273934').style.visibility = 'hidden';
		}
		new Effect.Opacity('slide1306225273934', { to: 0.0, duration: 0.6 });
	}
}
function mostra_GALLERIA_Collection() {
	if ($('WrapTextBox1307166558315').style.display == 'none') {
		new Effect.Appear('WrapTextBox1307166558315', {duration: 0.9});
		new Effect.Appear('WrapTextBox1317188886019', {duration: 0.9}); // richiedi catalogo
		//$('WrapTextBox1306306098749').style.display = 'block';
		if ((BrowserDetect.browser == "Explorer") && (BrowserDetect.version <= "7")) {
			$('slide1306239199671').style.visibility = 'hidden';
		}
		new Effect.Opacity('slide1306239199671', { to: 0.0, duration: 0.6 });
	}
}
function nascondiNews() {
	if ($('WrapTextBox1307193054745').style.display != 'none') {
		new Effect.Fade('WrapTextBox1307193054745', {duration: 0.4});
	}
}

function highlight_Thumb(elm) {
	if (elm.id == 'schlappi_T.jpg') {
		$$('#1306335813309_2_2 img, #1306335813309_3_2 img, #1306335813309_4_2 img, #1306335813309_5_2 img, #1306335813309_6_2 img, #1306335813309_7_2 img').each(function(element) {
			element.style.opacity = 10/10;
			element.style.filter = 'alpha(opacity=' + 10*10 + ')';
		});
	}
	if (elm.id == 'BONAVERI_T.jpg') {
		$$('#1306335813309_1_1 img, #1306335813309_2_1 img, #1306335813309_3_1 img, #1306335813309_4_1 img, #1306335813309_5_1 img').each(function(element) {
			element.style.opacity = 10/10;
			element.style.filter = 'alpha(opacity=' + 10*10 + ')';
		});
	}
	if (elm.id == 'schlappi_cT.jpg') {
		$$('#1307164853709_2_2 img, #1307164853709_3_2 img, #1307164853709_4_2 img').each(function(element) {
			element.style.opacity = 10/10;
			element.style.filter = 'alpha(opacity=' + 10*10 + ')';
		});
	}
	if (elm.id == 'BONAVERI_cT.jpg') {
		$$('#1307164853709_1_1 img, #1307164853709_2_1 img, #1307164853709_3_1 img').each(function(element) {
			element.style.opacity = 10/10;
			element.style.filter = 'alpha(opacity=' + 10*10 + ')';
		});
	}
	//new Effect.Opacity(elm.firstChild.firstChild, { to: 0.7, duration: 0.2 });
}

function reset_Thumb(elm) {
	if (elm.id == 'schlappi_T.jpg') {
		$$('#1306335813309_2_2 img, #1306335813309_3_2 img, #1306335813309_4_2 img, #1306335813309_5_2 img, #1306335813309_6_2 img, #1306335813309_7_2 img').each(function(element) {
			element.style.opacity = '';
			
		});
	}
	if (elm.id == 'BONAVERI_T.jpg') {
		//alert($('1306335813309_1_1').firstChild.firstChild.firstChild.style.opacity);
		$$('#1306335813309_1_1 img, #1306335813309_2_1 img, #1306335813309_3_1 img, #1306335813309_4_1 img, #1306335813309_5_1 img').each(function(element) {
			element.style.opacity = '';
			
		});
	}
	if (elm.id == 'schlappi_cT.jpg') {
		$$('#1307164853709_2_2 img, #1307164853709_3_2 img, #1307164853709_4_2 img').each(function(element) {
			element.style.opacity = '';
			
		});
	}
	if (elm.id == 'BONAVERI_cT.jpg') {
		$$('#1307164853709_1_1 img, #1307164853709_2_1 img, #1307164853709_3_1 img').each(function(element) {
			element.style.opacity = '';
			
		});
	}
}

function highlight_Thumb_Storia(elm) {
	//new Effect.Opacity(elm.firstChild.firstChild, { to: 1.0, duration: 0.1 });
	//elm.style.cursor = 'pointer';
}

function reset_Thumb_Storia(elm) {
	//if (elm.className != 'carousel-jumper carousel-selected') {
		//new Effect.Opacity(elm.firstChild.firstChild, { to: 0.5, duration: 0.1 });
	//}
}




function caricaNC_0() { // FMC 11
	if (!$("Progettazione")) {
		if ($('slide1306306098749a').innerHTML == '') {
			$('slide1306306098749a').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe0" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316951174854/gallery.html" name="galleryframe0" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306306098749a').innerHTML = '';
	}
}
function caricaNC_1() { // BUST FORM 11
	if (!$("Progettazione")) {
		if ($('slide1306306098749b').innerHTML == '') {
			$('slide1306306098749b').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe1" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316951209481/gallery.html" name="galleryframe1" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306306098749b').innerHTML = '';
	}
}
function caricaNC_2() { // LEATHER FORM
	if (!$("Progettazione")) {
		if ($('slide1306306098749c').innerHTML == '') {
			$('slide1306306098749c').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe2" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953396473/gallery.html" name="galleryframe2" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306306098749c').innerHTML = '';
	}
}
function caricaNC_3() { // AMERICAN BUST
	if (!$("Progettazione")) {
		if ($('slide1306316388628').innerHTML == '') {
			$('slide1306316388628').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe3" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953405584/gallery.html" name="galleryframe3" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306316388628').innerHTML = '';
	}
}
function caricaNC_4() { // JUNIOR
	if (!$("Progettazione")) {
		if ($('slide1306316391471').innerHTML == '') {
			$('slide1306316391471').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe4" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953416102/gallery.html" name="galleryframe4" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306316391471').innerHTML = '';
	}
}
function caricaNC_5() { // M
	if (!$("Progettazione")) {
		if ($('slide1306316393249').innerHTML == '') {
			$('slide1306316393249').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe5" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953420715/gallery.html" name="galleryframe5" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306316393249').innerHTML = '';
	}
}
function caricaNC_6() { // 2200 WOOD
	if (!$("Progettazione")) {
		if ($('slide1306316399414').innerHTML == '') {
			$('slide1306316399414').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe6" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953431313/gallery.html" name="galleryframe6" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306316399414').innerHTML = '';
	}
}
function caricaNC_7() { // 2000-3200
	if (!$("Progettazione")) {
		if ($('slide1306316400673').innerHTML == '') {
			$('slide1306316400673').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe7" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953447434/gallery.html" name="galleryframe7" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306316400673').innerHTML = '';
	}
}
function caricaNC_8() { // 2800-3800
	if (!$("Progettazione")) {
		if ($('slide1306316401787').innerHTML == '') {
			$('slide1306316401787').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe8" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953463787/gallery.html" name="galleryframe8" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306316401787').innerHTML = '';
	}
}
function caricaNC_9() { // 4000
	if (!$("Progettazione")) {
		if ($('slide1306316668662').innerHTML == '') {
			$('slide1306316668662').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe9" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953473466/gallery.html" name="galleryframe9" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306316668662').innerHTML = '';
	}
}
function caricaNC_10() { // 4000
	if (!$("Progettazione")) {
		if ($('slide1306316669369').innerHTML == '') {
			$('slide1306316669369').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframe10" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953482151/gallery.html" name="galleryframe10" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1306316669369').innerHTML = '';
	}
}




function caricaC_0() { // FMC 8
	if (!$("Progettazione")) {
		if ($('slide1307166558315a').innerHTML == '') {
			$('slide1307166558315a').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframeC0" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953511302/gallery.html" name="galleryframeC0" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1307166558315a').innerHTML = '';
	}
}
function caricaC_1() { // FMC 4 URBAN
	if (!$("Progettazione")) {
		if ($('slide1307166558315b').innerHTML == '') {
			$('slide1307166558315b').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframeC1" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953527657/gallery.html" name="galleryframeC1" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1307166558315b').innerHTML = '';
	}
}
function caricaC_2() { // BUSTFORM
	if (!$("Progettazione")) {
		if ($('slide1307166558315c').innerHTML == '') {
			$('slide1307166558315c').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframeC2" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953537861/gallery.html" name="galleryframeC2" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1307166558315c').innerHTML = '';
	}
}
function caricaC_3() { // 2500-2600-3500
	if (!$("Progettazione")) {
		if ($('slide1307166957217').innerHTML == '') {
			$('slide1307166957217').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframeC3" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953555210/gallery.html" name="galleryframeC3" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1307166957217').innerHTML = '';
	}
}
function caricaC_4() { // 2800-3800
	if (!$("Progettazione")) {
		if ($('slide1307166957764').innerHTML == '') {
			$('slide1307166957764').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframeC4" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953564840/gallery.html" name="galleryframeC4" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1307166957764').innerHTML = '';
	}
}
function caricaC_5() { // 2200-3000
	if (!$("Progettazione")) {
		if ($('slide1307166961702').innerHTML == '') {
			$('slide1307166961702').innerHTML = '<iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframeC5" src="http://www.bonaveri.com/bonaveri/page_Collezioni/s_pg_1316953574018/gallery.html" name="galleryframeC5" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\';" width="1024" height="520"></iframe>';
		}
	} else {
		$('slide1307166961702').innerHTML = '';
	}
}


var ctrl_pubblicita = 0;

function start_adv() { // slide advertising
		$('contentsFix').innerHTML = '<div id="advFrame_Wrap'+ctrl_pubblicita+'" style="position: absolute; top: 0px; left: 0px; background-color: transparent; padding-top: 0px; padding-left: 0px;"><iframe allowtransparency="true" class="chips_Gallery_frame" id="galleryframeADV'+ctrl_pubblicita+'" src="http://www.bonaveri.com/bonaveri/pubblicita/index.php" name="galleryframeADV_N'+ctrl_pubblicita+'" frameborder="0" scrolling="no" style="background-color: transparent; float: left; margin-top: 8px; margin-right: 12px; margin-bottom: 8px; margin-left: 0px; visibility: hidden; background-position: 50% 50%; background-repeat: no-repeat; " onload="this.style.visibility = \'visible\'; window.top.galleryframeADV_N'+ctrl_pubblicita+'.document.getElementById(\'thumb1\').onclick();" width="1024" height="850"></iframe></div>';
		ctrl_pubblicita++;
}

