var sifr_tab_elements=new Array();
var sifr_indice=-1;
var url_part_langue='jp';
var host_url='http://events.piaget.com';

function loadSifr() {
//	alert('load sifr');
/*	$$(".rub_entete").each( function(element_to_sifr) {
	});*/
	sIFR.replaceElement(named({sSelector:"div.rub_entete", sFlashSrc:host_url+"/swf/sifr_"+url_part_langue+'.swf', sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sBgColor:"#000000", sHoverColor:"#FFFFFF", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&textsize=16", sWmode:"transparent"}));
	sIFR.replaceElement(named({sSelector:"div.rub_entete_link", sFlashSrc:host_url+"/swf/sifr_"+url_part_langue+'.swf', sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sBgColor:"#000000", sHoverColor:"#FFFFFF", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&textsize=16&cursor=hand", sWmode:"transparent"}));
	
	
/*	$$(".list_title").each( function(element_to_sifr) {
	});*/
	sIFR.replaceElement(named({sSelector:"h1.list_title", sFlashSrc:host_url+"/swf/sifr_"+url_part_langue+'.swf', sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sBgColor:"#000000", sHoverColor:"#FFFFFF", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&textsize=28", sWmode:"transparent"}));
	
	sIFR.replaceElement(named({sSelector:"h1.event_title", sFlashSrc:host_url+"/swf/sifr_"+url_part_langue+'.swf', sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sBgColor:"#000000", sHoverColor:"#FFFFFF", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&textsize=27", sWmode:"transparent"}));	
	
/*	$$(".list_rub_title").each( function(element_to_sifr) {
	});*/
	sIFR.replaceElement(named({sSelector:"h1.list_rub_title", sFlashSrc:host_url+"/swf/sifr_"+url_part_langue+'.swf', sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sBgColor:"#000000", sHoverColor:"#FFFFFF", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&textsize=28", sWmode:"transparent"}));
	
	
/*	if (document.getElementById('event_title')) {
		alert('load 4');
		sifr_indice=sifr_tab_elements.length;
		sifr_tab_elements[sifr_indice]='event_title';
		
		
	}*/
	sIFR.bFixFragIdBug= true;
	sIFR.replaceElement(named({sSelector:"h2.list_rub_element", sFlashSrc:host_url+"/swf/sifr_"+url_part_langue+'.swf', sColor:"#FFFFFF", sLinkColor:"#FFFFFF", sBgColor:"#000000", sHoverColor:"#FFFFFF", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0&textsize=16&cursor=hand", sWmode:"transparent"}));
	
//	alert('end sifr');
}


