//____________________________________________________________________________________________
//___________________________________________cc________________________________________
//____________________________________________________________________________________________
//cc over____________________________________________________________________________________________________________________________________
function cc_over() {
	document.getElementById('cc').style.background = "url('img/puxadores/thumbs/cc_h.jpg')";
	document.getElementById('label').innerHTML = 'CC';
}


//cc out____________________________________________________________________________________________________________________________________
function cc_out() {
	document.getElementById('cc').style.background = "url('img/puxadores/thumbs/cc.jpg')";
	document.getElementById('label').innerHTML = '';
}

//cc general____________________________________________________________________________________________________________________________________
function p_cc() {
	//coloca caminho na barra de cima
	document.getElementById('header_door').innerHTML="<a href='#' onclick='content_produtos_puxadores();'>puxadores</a> &nbsp; | &nbsp; <a href='#' onclick='p_1();'>Techno TH</a> &nbsp; | &nbsp; <a href='#' onclick='p_cc();'>cc</a>";
	
	//coloca lista lado esquerdo e scroll se for o caso	
	document.getElementById('listagem').innerHTML="<a href='#' class='itens' onclick='p_cc();' id='bold_act'>CC</a><a href='#' class='itens' onclick='p_cv();'>cv</a><a href='#' class='itens' onclick='p_ca();'>ca</a><a href='#' class='itens' onclick='p_cl();'>cl</a><a href='#' class='itens' onclick='p_cr();'>cr</a><a href='#' class='itens' onclick='p_cd();'>cd</a><a href='#' class='itens' onclick='p_ck();'>ck</a><a href='#' class='itens' onclick='p_cp();'>cp</a><a href='#' class='itens' onclick='p_outros();'>outros</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='48px'/><img src='img/acabamentos/630.jpg' title='aço inox escovado' /><img src='img/acabamentos/629.jpg' title='aço inox polido' />";
	document.getElementById('inlinktit').innerHTML='CC';
	document.getElementById('inlinktxt').innerHTML="<a href='#' onclick='cc1()'>> Par puxador CC + roseta</a><a href='#' onclick='cc2()'>> Par puxador CC + espelho</a><br />";

	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="<div id='myGallery' style='float:left; width:300px; height:355px; display:block; position:relative; top:1px; left:32px;'><div class='imageElement'><h3></h3><p>par puxador CC + roseta</p><a href='#' title='open image' class='open'></a> <img src='img/puxadores/technoth/cc/img1.jpg' class='full' /> <img src='img/puxadores/technosl/img1.jpg' class='thumbnail' /> </div><div class='imageElement'><h3></h3><p>par puxador CC + espelho</p><a href='#' title='open image' class='open'></a> <img src='img/puxadores/technosl/img9.jpg' class='full' /> <img src='img/puxadores/technoth/cc/img9.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 cc1() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=12101&gLng=1', title: '', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};
function cc2() {
    var g = {
        player:     'iframe',
        content:    'http://www.cifial.pt/v4/produtos.asp?gLink=12101&gLng=1', title: '', width: '685px', height: '500px'
    };

    Shadowbox.open([g]);

};




