function surv_rub(num_rub, etat_rub) {
	//alert("sr:"+ num_rub +"-etat:"+ etat_rub);
	if (etat_rub==1) {
		document.getElementById('rub_'+ num_rub).style.background=" url(/images/fond_rubrique_1-trans.png) no-repeat";
		document.getElementById('rub_'+ num_rub +'_t').style.color="#ffffff";
		document.getElementById('rub_'+ num_rub +'_i').src="/images/fleche_rubrique_" + etat_rub +"-trans.png";

	} else {
		document.getElementById('rub_'+ num_rub).style.background=" url(/images/fond_rubrique_0-trans.png) no-repeat";
		document.getElementById('rub_'+ num_rub +'_t').style.color="#009DE8";
		document.getElementById('rub_'+ num_rub +'_i').src="/images/fleche_rubrique_" + etat_rub +"-trans.png";
	}


}

function surv_produit(id_p,active) {
   obj_i=document.getElementById("bt_com_"+ id_p );
   obj_c=document.getElementById("cadrep_"+ id_p );
   obj_n=document.getElementById("cadrepn_"+ id_p );
   
  if (active==1) {
  obj_i.src="/charte/boutons/btn_commander_over.jpg"; 
  obj_c.style.border='solid 1px #6cc9ee';
  obj_n.style.backgroundColor='#6cc9ee';
  obj_n.style.color='#000000';
  
  } else {
   obj_i.src="/charte/boutons/btn_commander.jpg"; 
   obj_c.style.border='solid 1px #999999';
   obj_n.style.backgroundColor='#3f3f3f';
   obj_n.style.color='#ffffff';
  }

}
function zoom_produit(reference) {
	url="zoom.asp?ref_produit="+ reference;
	window.open(url,'ZOOM','width=800,height=800,status=no,scrollbars=yes,resizable=yes,titlebar=no');

}

function pop_flocage(langue) {
	url="/pages_"+ langue +"/pop_flocage.html";
	window.open(url,'ZOOM2','width=750,height=650,status=no,scrollbars=yes,resizable=yes,titlebar=no');

}

function pop_up_tailles(langue) {
	url="/pages_"+ langue +"/pop_taille.html";
	window.open(url,'ZOOM2','width=750,height=650,status=no,scrollbars=yes,resizable=yes,titlebar=no');

}

function pop_broderie(langue) {
	url="/pages_"+ langue +"/pop_broderie.html";
	window.open(url,'ZOOM2','width=750,height=650,status=no,scrollbars=yes,resizable=yes,titlebar=no');

}
function pop_broderie_2(langue) {
	url="/pages_"+ langue +"/pop_broderie_ch_fo.html";
	window.open(url,'ZOOM2','width=595,height=640,status=no,scrollbars=yes,resizable=yes,titlebar=no');

}

function pop_broderie_3(langue) {
	url="/pages_"+ langue +"/pop_broderie_ch_hb.html";
	window.open(url,'ZOOM2','width=595,height=520,status=no,scrollbars=yes,resizable=yes,titlebar=no');

}

function pop_zoom_option(langue,rubrique,produit) {
	url="/pages_"+ langue +"/zoom_services.asp?rubrique="+  rubrique +"&produit="+ produit ;
	window.open(url,'ZOOM3','width=840,height=440,status=no,scrollbars=yes,resizable=yes,titlebar=no');

}
