//____________________________________________________________________________________________________________________________________
//___________________________________________ACESSÓRIOS_______________________________________________________________________________
//____________________________________________________________________________________________________________________________________
function content_produtos_acessorios() {
	//define qual o item de menu que esta activo
	document.getElementById('cifialjust4u').className='';
	document.getElementById('novidades').className='';
	document.getElementById('louca').className='';
	document.getElementById('banhoduche').className='';
	document.getElementById('moveis').className='';
	document.getElementById('torneiras').className='';
	document.getElementById('acessorios').className='activo';
	
		//retira banner e coloca conteudos 3 partes
	document.getElementById('banner').innerHTML="<img src='img/banner_deslavado2.jpg' />";
	document.getElementById('p3_c').style.visibility='visible';
	
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();'>oliva l 100</a>";
		document.getElementById('scrolls_lista').style.visibility ='hidden';
	
	lalala  = new jsScroller2(document.getElementById("Scrollerla"), 270, 320);
	lalala.scrollTo(0,0);
	
	
	//coloca titulo, texto e scroll se for o caso
	document.getElementById('Scroller-1').className="class1";
	document.getElementById('detalhes').innerHTML="";
	document.getElementById('inlinktit').innerHTML="";
	document.getElementById('inlinktxt').innerHTML="Diversificada oferta de acessórios de casa de banho que se identificam com os conceitos criados pelas peças de cada linha de torneiras e louça sanitária que a Cifial tem para oferecer.";
	document.getElementById('scrolls_inlink').style.visibility ='hidden';

	scroller  = new jsScroller(document.getElementById("Scroller-1"), 270, 100);
	scroller.scrollTo(0,0);
	

	//coloca imagem ou ss
	document.getElementById('img_inlink').innerHTML="<ul class='minis' id='thumbs' ><li><img src='img/spacer.gif' style='background:url(img/acessorios/thumbs/tas160.jpg);' id='tas160' onmouseover='tas160_over();' onmouseout='tas160_out();' onclick='a_tas160_amb();' title='clique para ver fotografias de ambiente desta linha de acessórios de casa de banho' /></li><li><img src='img/spacer.gif' style='background:url(img/acessorios/thumbs/tar110.jpg);' id='tar110' onmouseover='tar110_over();' onmouseout='tar110_out();' onclick='a_tar110_amb();' title='clique para ver fotografias de ambiente desta linha de acessórios de casa de banho' /></li><li><img src='img/spacer.gif' style='background:url(img/acessorios/thumbs/tstraight.jpg);' id='tstraight' onmouseover='tstraight_over();' onmouseout='tstraight_out();' title='imagens de ambiente não disponíveis' /></li><li><img src='img/spacer.gif' style='background:url(img/acessorios/thumbs/glspout.jpg);' id='glspout' onmouseover='a_glspout_over();' onmouseout='a_glspout_out();' title='imagens de ambiente não disponíveis' /></li><li><img src='img/spacer.gif' style='background:url(img/acessorios/thumbs/ghexa.jpg);' id='ghexa' onmouseover='a_ghexa_over();' onmouseout='a_ghexa_out();' title='imagens de ambiente não disponíveis' /></li><li><img src='img/spacer.gif' style='background:url(img/acessorios/thumbs/gedwardian.jpg);' id='gedwardian' onmouseover='a_gedwardian_over();' onmouseout='a_gedwardian_out();' title='imagens de ambiente não disponíveis' /></li><li><img src='img/spacer.gif' style='background:url(img/acessorios/thumbs/ggdhotel.jpg);' id='ggdhotel' onmouseover='ggdhotel_over();' onmouseout='ggdhotel_out();' onclick='a_ggdhotel_amb();' title='clique para ver fotografias de ambiente desta linha de acessórios de casa de banho' /></li><li><img src='img/spacer.gif' style='background:url(img/acessorios/thumbs/olival100.jpg);' id='olival100' onmouseover='olival100_over();' onmouseout='olival100_out();' onclick='a_olival100_amb();' title='clique para ver fotografias de ambiente desta linha de acessórios de casa de banho' /></li></ul> <div class='labels'><span class='left' id='label'></span><span class='right' id='pags'></span> </div>";
	
	Shadowbox.init();
	
	var myGallery = new gallery($('myGallery'), {
	timed: true,
	showArrows: false,
	showInfopane:false,
	showCarousel: false,
	embedLinks: false
	});	
	
	//retira link para continuar
	document.getElementById('ssgd').innerHTML="";
}




//____________________________________________________________________________________________________________________________________
//___________________________________________TECHNO AS160_____________________________________________________________________________
//____________________________________________________________________________________________________________________________________
//tas160 over____________________________________________________________________________________________________________________________________
function tas160_over() {
	document.getElementById('tas160').style.background = "url('img/acessorios/thumbs/tas160_h.jpg')";
	document.getElementById('label').innerHTML = 'Techno AS 160';
}


//tas160 out____________________________________________________________________________________________________________________________________
function tas160_out() {
	document.getElementById('tas160').style.background = "url('img/acessorios/thumbs/tas160.jpg')";
	document.getElementById('label').innerHTML = '';
}

//tas160 ambiente ss____________________________________________________________________________________________________________________________________
function a_tas160_amb(){

    var img1 = {
        player:     'img',
        content:    'img/acessorios/tas160/amb.jpg', title: 'Techno AS 160'
    };

    Shadowbox.open([img1], {
		slideshowDelay:7, continuous: true	
    });

};


//tas160 general____________________________________________________________________________________________________________________________________
function a_tas160() {
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a> &nbsp; | &nbsp; <a href='#' onclick='a_tas160();'>Techno AS 160</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();' id='bold_act'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();'>oliva l 100</a>";
	document.getElementById('scrolls_lista').style.visibility ='hidden';
	
	lalala  = new jsScroller2(document.getElementById('Scrollerla'), 270, 100);
	lalala.scrollTo(0,0);
	
	
	//coloca titulo, texto e scroll se for o caso
	document.getElementById('Scroller-1').className='class2';
	document.getElementById('detalhes').innerHTML="<img src='img/spacer.gif' width='166px' height='62px'/><img src='img/acabamentos/prata.jpg' title='acabamento prata' /><img src='img/acabamentos/cromadob.jpg' title='acabamento cromado brilhante' /><img src='img/acabamentos/niquels.jpg' title='acabamento níquel satinado' /><img src='img/acabamentos/cromado.jpg' title='acabamento cromado' />";
	document.getElementById('inlinktit').innerHTML='Techno AS 160<br><span>design carlos aguiar</span>';
	document.getElementById('inlinktxt').innerHTML=" <a href='#' onclick='tas160_1()'>> Cabide </a><a href='#' onclick='tas160_2()'>> Toalheiro 45cm </a><a href='#' onclick='tas160_3()'>> Toalheiro duplo 60cm </a><a href='#' onclick='tas160_4()'>> Porta toalhete </a><a href='#' onclick='tas160_5()'>> Porta rolos </a><a href='#' onclick='tas160_6()'>> Prateleira - corian </a><a href='#' onclick='tas160_7()'>> Prateleira - fenólico </a><a href='#' onclick='tas160_8()'>> Porta copo - corian </a><a href='#' onclick='tas160_9()'>> Prateleira - fenólico </a><a href='#' onclick='tas160_10()'>> Saboneteira - corian </a><a href='#' onclick='tas160_11()'>> Prateleira - fenólico </a><a href='#' onclick='tas160_12()'>> Porta piaçaba - corian </a><a href='#' onclick='tas160_13()'>> Prateleira - fenólico </a><br /><br />";
	document.getElementById('scrolls_inlink').style.visibility ='visible';

	scroller  = new jsScroller(document.getElementById('Scroller-1'), 270, 100);
	scroller.scrollTo(0,0);
	

	//coloca imagem ou ss
	document.getElementById('img_inlink').innerHTML="<div id='myGallery' style='float:left; width:300px; height:355px; display:block; position:relative; top:1px; left:32px;'><div class='imageElement'><h3></h3><p>Cabide</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img1.jpg' class='full' /> <img src='img/acessorios/tas160/img1.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Toalheiro</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img2.jpg' class='full' /> <img src='img/acessorios/tas160/img2.jpg' class='thumbnail' /> </div> <div class='imageElement'><h3></h3><p>Toalheiro duplo</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img3.jpg' class='full' /> <img src='img/acessorios/tas160/img3.jpg' class='thumbnail' /> </div> <div class='imageElement'><h3></h3><p>Porta toalhete</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img4.jpg' class='full' /> <img src='img/acessorios/tas160/img4.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta rolos</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img5.jpg' class='full' /> <img src='img/acessorios/tas160/img5.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Prateleira - corian</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img6.jpg' class='full' /> <img src='img/acessorios/tas160/img6.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Prateleira - fenólico</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img7.jpg' class='full' /> <img src='img/acessorios/tas160/img7.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta copo - corian</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img8.jpg' class='full' /> <img src='img/acessorios/tas160/img8.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta copo - fenólico</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img9.jpg' class='full' /> <img src='img/acessorios/tas160/img9.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Saboneteira - corian</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img10.jpg' class='full' /> <img src='img/acessorios/tas160/img10.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Saboneteira - fenólico</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img11.jpg' class='full' /> <img src='img/acessorios/tas160/img11.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta piaçaba - corian</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img12.jpg' class='full' /> <img src='img/acessorios/tas160/img12.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta piaçaba - fenólico</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tas160/img13.jpg' class='full' /> <img src='img/acessorios/tas160/img13.jpg' class='thumbnail' /> </div></div>";	
	var myGallery = new gallery($('myGallery'), {
	timed: true,
	showArrows: true,
	showInfopane:true,
	showCarousel: false,
	embedLinks: false
	});	
	
	//retira link para continuar
	document.getElementById('ssgd').innerHTML="";

}
function tas160_1() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12201 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Cabide', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_2() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12411 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Toalheiro 45cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_3() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12412 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Toalheiro duplo 60cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_4() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12490 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Porta toalhete', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_5() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12910 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Porta rolos', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_6() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12600 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Prateleira em corian', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_7() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12601 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Prateleira em fenólico', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_8() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12920 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Porta copo em corian', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_9() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12921 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Porta copo em fenólico', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_10() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12931 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Saboneteira em corian', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_11() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12932 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Saboneteira em fenólico', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_12() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12962 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Porta piaçaba em corian', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tas160_13() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12963 TB&gLink=16101&gLng=1', title: 'Techno AS 160 - Saboneteira em fenólico', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};


//____________________________________________________________________________________________________________________________________
//___________________________________________TECHNO AR110_____________________________________________________________________________
//____________________________________________________________________________________________________________________________________
//tar110 over____________________________________________________________________________________________________________________________________
function tar110_over() {
	document.getElementById('tar110').style.background = "url('img/acessorios/thumbs/tar110_h.jpg')";
	document.getElementById('label').innerHTML = 'Techno AR 110';
}


//tar110 out____________________________________________________________________________________________________________________________________
function tar110_out() {
	document.getElementById('tar110').style.background = "url('img/acessorios/thumbs/tar110.jpg')";
	document.getElementById('label').innerHTML = '';
}

//tar110 ambiente ss____________________________________________________________________________________________________________________________________
function a_tar110_amb(){

    var img1 = {
        player:     'img',
        content:    'img/acessorios/tar110/amb.jpg', title: 'Techno AR 110'
    };

    Shadowbox.open([img1], {
		slideshowDelay:7, continuous: true	
    });

};


//tar110 general____________________________________________________________________________________________________________________________________
function a_tar110() {
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a> &nbsp; | &nbsp; <a href='#' onclick='a_tar110();'>Techno AR 110</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();' id='bold_act'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();'>oliva l 100</a>";
	document.getElementById('scrolls_lista').style.visibility ='hidden';
	
	lalala  = new jsScroller2(document.getElementById('Scrollerla'), 270, 100);
	lalala.scrollTo(0,0);
	
	
	//coloca titulo, texto e scroll se for o caso
	document.getElementById('Scroller-1').className='class2';
	document.getElementById('detalhes').innerHTML="<img src='img/spacer.gif' width='166px' height='62px'/><img src='img/acabamentos/prata.jpg' title='acabamento prata' /><img src='img/acabamentos/cromadob.jpg' title='acabamento cromado brilhante' /><img src='img/acabamentos/niquels.jpg' title='acabamento níquel satinado' /><img src='img/acabamentos/cromado.jpg' title='acabamento cromado' />";
	document.getElementById('inlinktit').innerHTML='Techno AR 110<br><span>design carlos aguiar</span>';
	document.getElementById('inlinktxt').innerHTML=" <a href='#' onclick='tar110_1()'>> Cabide </a><a href='#' onclick='tar110_2()'>> Toalheiro 45cm </a><a href='#' onclick='tar110_3()'>> Toalheiro 60cm </a><a href='#' onclick='tar110_4()'>> Porta toalhete </a><a href='#' onclick='tar110_5()'>> Porta rolos </a><a href='#' onclick='tar110_6()'>> Porta rolos 2 postes </a><a href='#' onclick='tar110_7()'>> Prateleira - metal </a><a href='#' onclick='tar110_8()'>> Porateleira - vidro </a><a href='#' onclick='tar110_9()'>> Porta copo - metal </a><a href='#' onclick='tar110_10()'>> Porta copo - vidro </a><a href='#' onclick='tar110_11()'>> Saboneteira - metal </a><a href='#' onclick='tar110_12()'>> Saboneteira - vidro </a><a href='#' onclick='tar110_13()'>> Porta piaçaba - metal </a><a href='#' onclick='tar110_14()'>> Porta piaçaba - vidro </a><br /><br />";
	document.getElementById('scrolls_inlink').style.visibility ='visible';

	scroller  = new jsScroller(document.getElementById('Scroller-1'), 270, 100);
	scroller.scrollTo(0,0);
	

	//coloca imagem ou ss
	document.getElementById('img_inlink').innerHTML="<div id='myGallery' style='float:left; width:300px; height:355px; display:block; position:relative; top:1px; left:32px;'><div class='imageElement'><h3></h3><p>Cabide</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img1.jpg' class='full' /> <img src='img/acessorios/tar110/img1.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Toalheiro</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img2.jpg' class='full' /> <img src='img/acessorios/tar110/img2.jpg' class='thumbnail' /> </div> <div class='imageElement'><h3></h3><p>Toalheiro duplo</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img3.jpg' class='full' /> <img src='img/acessorios/tar110/img3.jpg' class='thumbnail' /> </div> <div class='imageElement'><h3></h3><p>Porta toalhete</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img4.jpg' class='full' /> <img src='img/acessorios/tar110/img4.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta rolos</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img5.jpg' class='full' /> <img src='img/acessorios/tar110/img5.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Prorta rolos 2 postes</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img6.jpg' class='full' /> <img src='img/acessorios/tar110/img6.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Prateleira - metal</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img7.jpg' class='full' /> <img src='img/acessorios/tar110/img7.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Prateleira - vidro</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img8.jpg' class='full' /> <img src='img/acessorios/tar110/img8.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta copo - metal</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img9.jpg' class='full' /> <img src='img/acessorios/tar110/img9.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta copo - vidro</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img10.jpg' class='full' /> <img src='img/acessorios/tar110/img10.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Saboneteira - metal</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img11.jpg' class='full' /> <img src='img/acessorios/tar110/img11.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Saboneteira - vidro</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img12.jpg' class='full' /> <img src='img/acessorios/tar110/img12.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta piaçaba - metal</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img13.jpg' class='full' /> <img src='img/acessorios/tar110/img13.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta piaçaba - vidro</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tar110/img14.jpg' class='full' /> <img src='img/acessorios/tar110/img14.jpg' class='thumbnail' /> </div></div>";	
	var myGallery = new gallery($('myGallery'), {
	timed: true,
	showArrows: true,
	showInfopane:true,
	showCarousel: false,
	embedLinks: false
	});	
	
	//retira link para continuar
	document.getElementById('ssgd').innerHTML="";

}
function tar110_1() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12201 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Cabide', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_2() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12411 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Toalheiro 45cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_3() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12412 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Toalheiro duplo 60cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_4() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12490 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Porta toalhete', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_5() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12910 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Porta rolos', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_6() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12911 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Porta rolos de dois postes', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_7() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12600 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Prateleira em metal', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_8() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12606 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Prateleira em vidro', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_9() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12920 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Porta copo em metal', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_10() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12921 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Porta copo em vidro', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_11() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12931 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Saboneteira em vidro', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_12() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12932 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Saboneteira de vidro', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_13() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12962 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Porta piaçaba em metal', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tar110_14() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12961 TH&gLink=16102&gLng=1', title: 'Techno AR 110 - Porta piaçaba em vidro', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};


//____________________________________________________________________________________________________________________________________
//___________________________________________TECHNO straight_____________________________________________________________________________
//____________________________________________________________________________________________________________________________________
//tstraight over____________________________________________________________________________________________________________________________________
function tstraight_over() {
	document.getElementById('tstraight').style.background = "url('img/acessorios/thumbs/tstraight_h.jpg')";
	document.getElementById('label').innerHTML = 'Techno Straight';
}


//tstraight out____________________________________________________________________________________________________________________________________
function tstraight_out() {
	document.getElementById('tstraight').style.background = "url('img/acessorios/thumbs/tstraight.jpg')";
	document.getElementById('label').innerHTML = '';
}

//tstraight general____________________________________________________________________________________________________________________________________
function a_tstraight() {
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a> &nbsp; | &nbsp; <a href='#' onclick='a_tstraight();'>Techno Straight</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();' id='bold_act'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();'>oliva l 100</a>";
	document.getElementById('scrolls_lista').style.visibility ='hidden';
	
	lalala  = new jsScroller2(document.getElementById('Scrollerla'), 270, 100);
	lalala.scrollTo(0,0);
	
	
	//coloca titulo, texto e scroll se for o caso
	document.getElementById('Scroller-1').className='class2';
	document.getElementById('detalhes').innerHTML="<img src='img/spacer.gif' width='166px' height='62px'/><img src='img/acabamentos/prata.jpg' title='acabamento prata' /><img src='img/acabamentos/cromadob.jpg' title='acabamento cromado brilhante' /><img src='img/acabamentos/niquels.jpg' title='acabamento níquel satinado' /><img src='img/acabamentos/cromado.jpg' title='acabamento cromado' />";
	document.getElementById('inlinktit').innerHTML='Techno Straight';
	document.getElementById('inlinktxt').innerHTML=" <a href='#' onclick='tstraight_1()'>> Cabide </a><a href='#' onclick='tstraight_2()'>> Toalheiro 45cm </a><a href='#' onclick='tstraight_3()'>> Toalheiro 60cm </a><a href='#' onclick='tstraight_4()'>> Porta toalhete </a><a href='#' onclick='tstraight_5()'>> Porta rolos </a><a href='#' onclick='tstraight_6()'>> Porta rolos de substituição </a><a href='#' onclick='tstraight_7()'>> Toalheiro duplo </a><a href='#' onclick='tstraight_8()'>> Toalheiro triplo </a><a href='#' onclick='tstraight_9()'>> Porta piaçaba </a><br /><br />";
	document.getElementById('scrolls_inlink').style.visibility ='visible';

	scroller  = new jsScroller(document.getElementById('Scroller-1'), 270, 100);
	scroller.scrollTo(0,0);
	

	//coloca imagem ou ss
	document.getElementById('img_inlink').innerHTML="<div id='myGallery' style='float:left; width:300px; height:355px; display:block; position:relative; top:1px; left:32px;'><div class='imageElement'><h3></h3><p>Cabide</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tstraight/img1.jpg' class='full' /> <img src='img/acessorios/tstraight/img1.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta toalhete</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tstraight/img3.jpg' class='full' /> <img src='img/acessorios/tstraight/img3.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta rolos</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tstraight/img4.jpg' class='full' /> <img src='img/acessorios/tstraight/img4.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta rolos de substituição</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tstraight/img5.jpg' class='full' /> <img src='img/acessorios/tstraight/img5.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Toalheiro duplo</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tstraight/img6.jpg' class='full' /> <img src='img/acessorios/tstraight/img6.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Toalheiro triplo</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tstraight/img7.jpg' class='full' /> <img src='img/acessorios/tstraight/img7.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta piaçaba</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/tstraight/img8.jpg' class='full' /> <img src='img/acessorios/tstraight/img8.jpg' class='thumbnail' /> </div></div>";	
	var myGallery = new gallery($('myGallery'), {
	timed: true,
	showArrows: true,
	showInfopane:true,
	showCarousel: false,
	embedLinks: false
	});	
	
	//retira link para continuar
	document.getElementById('ssgd').innerHTML="";

}
function tstraight_1() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Cabide', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tstraight_2() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Toalheiro 45cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tstraight_3() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Toalheiro duplo 60cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tstraight_4() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Porta toalhete', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tstraight_5() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Porta rolos', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tstraight_6() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Porta rolos de substituição', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tstraight_7() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Toalheiro duplo', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tstraight_8() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Toalheiro triplo', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function tstraight_9() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=810&gLng=1', title: 'Techno Straight - Porta piaçaba', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};



//____________________________________________________________________________________________________________________________________
//___________________________________________GOLD GRANDE HOTEL_____________________________________________________________________________
//____________________________________________________________________________________________________________________________________
//ggdhotel over____________________________________________________________________________________________________________________________________
function ggdhotel_over() {
	document.getElementById('ggdhotel').style.background = "url('img/acessorios/thumbs/ggdhotel_h.jpg')";
	document.getElementById('label').innerHTML = 'gold grande hotel';
}


//ggdhotel out____________________________________________________________________________________________________________________________________
function ggdhotel_out() {
	document.getElementById('ggdhotel').style.background = "url('img/acessorios/thumbs/ggdhotel.jpg')";
	document.getElementById('label').innerHTML = '';
}

//ggdhotel ambiente ss____________________________________________________________________________________________________________________________________
function a_ggdhotel_amb(){

    var img1 = {
        player:     'img',
        content:    'img/acessorios/ggdhotel/amb.jpg', title: 'Gold Grande Hotel'
    };

    Shadowbox.open([img1], {
		slideshowDelay:7, continuous: true	
    });

};

//ggdhotel general____________________________________________________________________________________________________________________________________
function a_ggdhotel() {
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a> &nbsp; | &nbsp; <a href='#' onclick='a_ggdhotel();'>gold grande hotel</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();' id='bold_act'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();'>oliva l 100</a>";
	document.getElementById('scrolls_lista').style.visibility ='hidden';
	
	lalala  = new jsScroller2(document.getElementById('Scrollerla'), 270, 100);
	lalala.scrollTo(0,0);
	
	
	//coloca titulo, texto e scroll se for o caso
	document.getElementById('Scroller-1').className='class2';
	document.getElementById('detalhes').innerHTML="<img src='img/spacer.gif' width='166px' height='62px'/><img src='img/acabamentos/cromadob.jpg' title='acabamento cromado brilhante' />";
	document.getElementById('inlinktit').innerHTML='gold grande hotel';
	document.getElementById('inlinktxt').innerHTML=" <a href='#' onclick='ggdhotel_1()'>> Cabide </a><a href='#' onclick='ggdhotel_2()'>> Toalheiro 30cm </a><a href='#' onclick='ggdhotel_3()'>> Toalheiro 45cm </a><a href='#' onclick='ggdhotel_4()'>> Toalheiro 60cm </a><a href='#' onclick='ggdhotel_5()'>> Porta toalhete </a><a href='#' onclick='ggdhotel_6()'>> Porta rolos com tampa </a><a href='#' onclick='ggdhotel_7()'>> Porta rolos de substituição </a><a href='#' onclick='ggdhotel_8()'>> Porta copos de cristal </a><a href='#' onclick='ggdhotel_9()'>> Saboneteira cesto de lavatório </a><a href='#' onclick='ggdhotel_10()'>> Saboneteira cesto de canto </a><a href='#' onclick='ggdhotel_11()'>> Saboneteira cesto de canto dupla </a><a href='#' onclick='ggdhotel_12()'>> Esponjeira cesto </a><a href='#' onclick='ggdhotel_13()'>> Toalheiro estendedor </a><a href='#' onclick='ggdhotel_14()'>> Pega de banheira recta </a><a href='#' onclick='ggdhotel_15()'>> Pega de banheira angular </a><a href='#' onclick='ggdhotel_16()'>> Porta piaçaba de parede </a><br /><br />";
	document.getElementById('scrolls_inlink').style.visibility ='visible';

	scroller  = new jsScroller(document.getElementById('Scroller-1'), 270, 100);
	scroller.scrollTo(0,0);
	

	//coloca imagem ou ss
	document.getElementById('img_inlink').innerHTML="<div id='myGallery' style='float:left; width:300px; height:355px; display:block; position:relative; top:1px; left:32px;'><div class='imageElement'><h3></h3><p>Cabide</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img1.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img1.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Toalheiro</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img2.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img2.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta toalhete</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img3.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img3.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta rolos com tampa</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img4.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img4.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Prorta rolos de substituição</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img5.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img5.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta copo de cristal</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img6.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img6.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Saboneteira cesto de lavatório</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img7.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img7.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Saboneteira cesto de canto</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img8.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img8.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Saboneteira cesto de canto dupla</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img9.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img9.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Esponjeira cesto</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img10.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img10.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Toalheiro estendedor</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img11.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img11.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Pega de banheira recta</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img12.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img12.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Pega de banheira angular</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img13.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img13.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta piaçaba</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/ggdhotel/img14.jpg' class='full' /> <img src='img/acessorios/ggdhotel/img14.jpg' class='thumbnail' /> </div></div>";	
	var myGallery = new gallery($('myGallery'), {
	timed: true,
	showArrows: true,
	showInfopane:true,
	showCarousel: false,
	embedLinks: false
	});	
	
	//retira link para continuar
	document.getElementById('ssgd').innerHTML="";

}
function ggdhotel_1() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12201 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Cabide', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_2() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12410 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Toalheiro 30cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_3() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12411 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Toalheiro 45cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_4() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12412 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Toalheiro 60cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_5() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12490 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Porta toalhete', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_6() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12912 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Porta rolos com tampa', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_7() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12910 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Porta rolos de substituição', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_8() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12921 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Porta copos de cristal', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_9() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12935 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Saboneteira cesto de lavatório', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_10() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12936 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Saboneteira cesto de canto', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_11() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12938 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Saboneteira cesto de canto dupla', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_12() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12950 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Esponjeira cesto', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_13() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12422 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Toalheiro estendedor', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_14() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12710 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Pega de banheira recta', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_15() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12732 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Pega de banheira angular', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function ggdhotel_16() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12732 GH&gLink=16304&gLng=1', title: 'gold grande hotel - Portap iaçaba de parede', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};



//____________________________________________________________________________________________________________________________________
//___________________________________________Oliva l 100_____________________________________________________________________________
//____________________________________________________________________________________________________________________________________
//olival100 over____________________________________________________________________________________________________________________________________
function olival100_over() {
	document.getElementById('olival100').style.background = "url('img/acessorios/thumbs/olival100_h.jpg')";
	document.getElementById('label').innerHTML = 'Oliva L 100';
}

//olival100 out____________________________________________________________________________________________________________________________________
function olival100_out() {
	document.getElementById('olival100').style.background = "url('img/acessorios/thumbs/olival100.jpg')";
	document.getElementById('label').innerHTML = '';
}

//olival100 ambiente ss____________________________________________________________________________________________________________________________________
function a_olival100_amb(){

    var img1 = {
        player:     'img',
        content:    'img/acessorios/olival100/amb.jpg', title: 'Oliva L 100'
    };

    Shadowbox.open([img1], {
		slideshowDelay:7, continuous: true	
    });

};

//olival100 general____________________________________________________________________________________________________________________________________
function a_olival100() {
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a> &nbsp; | &nbsp; <a href='#' onclick='a_olival100();'>Oliva L 100</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();' id='bold_act'>oliva l 100</a>";
	document.getElementById('scrolls_lista').style.visibility ='hidden';
	
	lalala  = new jsScroller2(document.getElementById('Scrollerla'), 270, 100);
	lalala.scrollTo(0,0);
	
	
	//coloca titulo, texto e scroll se for o caso
	document.getElementById('Scroller-1').className='class2';
	document.getElementById('detalhes').innerHTML="<img src='img/spacer.gif' width='166px' height='62px'/><img src='img/acabamentos/cromadob.jpg' title='acabamento cromado brilhante' />";
	document.getElementById('inlinktit').innerHTML='Oliva L 100';
	document.getElementById('inlinktxt').innerHTML=" <a href='#' onclick='olival100_1()'>> Cabide </a><a href='#' onclick='olival100_2()'>> Toalheiro 45cm </a><a href='#' onclick='olival100_3()'>> Toalheiro 60cm </a><a href='#' onclick='olival100_4()'>> Porta toalhete </a><a href='#' onclick='olival100_5()'>> Porta rolos </a><a href='#' onclick='olival100_6()'>> Porta rpiaçaba de parede </a><br /><br />";
	document.getElementById('scrolls_inlink').style.visibility ='visible';

	scroller  = new jsScroller(document.getElementById('Scroller-1'), 270, 100);
	scroller.scrollTo(0,0);
	

	//coloca imagem ou ss
	document.getElementById('img_inlink').innerHTML="<div id='myGallery' style='float:left; width:300px; height:355px; display:block; position:relative; top:1px; left:32px;'><div class='imageElement'><h3></h3><p>Cabide</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/olival100/img1.jpg' class='full' /> <img src='img/acessorios/olival100/img1.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Toalheiro</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/olival100/img2.jpg' class='full' /> <img src='img/acessorios/olival100/img2.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta toalhete</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/olival100/img3.jpg' class='full' /> <img src='img/acessorios/olival100/img3.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>Porta rolos</p><a href='#' title='open image' class='open'></a> <img src='img/acessorios/olival100/img4.jpg' class='full' /> <img src='img/acessorios/olival100/img4.jpg' class='thumbnail' /> </div></div>";	
	var myGallery = new gallery($('myGallery'), {
	timed: true,
	showArrows: true,
	showInfopane:true,
	showCarousel: false,
	embedLinks: false
	});	
	
	//retira link para continuar
	document.getElementById('ssgd').innerHTML="";

}
function olival100_1() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12201 L1&gLink=16201&gLng=1', title: 'Oliva L 100 - Cabide', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function olival100_2() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12411 L1&gLink=16201&gLng=1', title: 'Oliva L 100 - Toalheiro 45cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function olival100_3() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12412 L1&gLink=16201&gLng=1', title: 'Oliva L 100 - Toalheiro 60cm', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function olival100_4() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12490 L1&gLink=16201&gLng=1', title: 'Oliva L 100 - Porta toalhete', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function olival100_5() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12910 L1&gLink=16201&gLng=1', title: 'Oliva L 100 - Porta rolos', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};

function olival100_6() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produto.asp?Ref=12962 L1&gLink=16201&gLng=1', title: 'Oliva L 100 - Porta piaçaba de parede', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};



//____________________________________________________________________________________________________________________________________
//___________________________________________GOLD L SPOUT_____________________________________________________________________________
//____________________________________________________________________________________________________________________________________
//glspout over____________________________________________________________________________________________________________________________________
function a_glspout_over() {
	document.getElementById('glspout').style.background = "url('img/acessorios/thumbs/glspout_h.jpg')";
	document.getElementById('label').innerHTML = 'Gold L Spout';
}


//glspout out____________________________________________________________________________________________________________________________________
function a_glspout_out() {
	document.getElementById('glspout').style.background = "url('img/acessorios/thumbs/glspout.jpg')";
	document.getElementById('label').innerHTML = '';
}

//glspout____________________________________________________________________________________________________________________________________
function a_glspout() {
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a> &nbsp; | &nbsp; <a href='#'>Gold L Spout</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();' id='bold_act'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();'>oliva l 100</a>";
	
	
	lalala  = new jsScroller2(document.getElementById("Scrollerla"), 270, 320);
	lalala.scrollTo(0,0);
	
}


//____________________________________________________________________________________________________________________________________
//___________________________________________GOLD HEXA_____________________________________________________________________________
//____________________________________________________________________________________________________________________________________
//ghexa over____________________________________________________________________________________________________________________________________
function a_ghexa_over() {
	document.getElementById('ghexa').style.background = "url('img/acessorios/thumbs/ghexa_h.jpg')";
	document.getElementById('label').innerHTML = 'Gold Hexa';
}


//ghexa out____________________________________________________________________________________________________________________________________
function a_ghexa_out() {
	document.getElementById('ghexa').style.background = "url('img/acessorios/thumbs/ghexa.jpg')";
	document.getElementById('label').innerHTML = '';
}

//ghexa____________________________________________________________________________________________________________________________________
function a_ghexa() {
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a> &nbsp; | &nbsp; <a href='#'>Gold Hexa</a>";
	
	document.getElementById('inlinktit').innerHTML='Acessórios <br><span>design carlos aguiar</span>';
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();' id='bold_act'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();'>oliva l 100</a>";
	
	
	lalala  = new jsScroller2(document.getElementById("Scrollerla"), 270, 320);
	lalala.scrollTo(0,0);
	
}


//____________________________________________________________________________________________________________________________________
//___________________________________________GOLD EDWARDIAN_____________________________________________________________________________
//____________________________________________________________________________________________________________________________________
//gedwardian over____________________________________________________________________________________________________________________________________
function a_gedwardian_over() {
	document.getElementById('gedwardian').style.background = "url('img/acessorios/thumbs/gedwardian_h.jpg')";
	document.getElementById('label').innerHTML = 'Gold Edwardian';
}


//gedwardian out____________________________________________________________________________________________________________________________________
function a_gedwardian_out() {
	document.getElementById('gedwardian').style.background = "url('img/acessorios/thumbs/gedwardian.jpg')";
	document.getElementById('label').innerHTML = '';
}

//gedwardian____________________________________________________________________________________________________________________________________
function a_gedwardian() {
	//coloca caminho na barra de cima
	document.getElementById('header_bath').innerHTML="<a href='#' onclick='content_produtos_acessorios();'>acessórios</a> &nbsp; | &nbsp; <a href='#'>Gold Edwardian</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='a_tas160();'>Techno as 160</a><a href='#' class='itens' onclick='a_tar110();'>techno ar 110</a><a href='#' class='itens' onclick='a_tstraight();'>techno straight</a><a href='#' class='itens' onclick='glspout_acessorios(), a_glspout();'>gold l spout</a><a href='#' class='itens' onclick='ghexa_acessorios(), a_ghexa();'>gold hexa</a><a href='#' class='itens' onclick='gedwardian_acessorios(), a_gedwardian();' id='bold_act'>gold edwardian</a><a href='#' class='itens' onclick='a_ggdhotel();'>gold grande hotel</a><a href='#' class='itens' onclick='a_olival100();'>oliva l 100</a>";
	
	
	lalala  = new jsScroller2(document.getElementById("Scrollerla"), 270, 320);
	lalala.scrollTo(0,0);
	
}