function displaySidebarTemp( sFileXML, nHeight, nIndexID ) {
	var sFlash = "";
	sFlash += "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='139' height='" + nHeight + "'>";
	sFlash +=   "<param name='movie' value='http://fr.wedoo.com/images/ntk_sidebar.swf?ntkPath=http://fr.wedoo.com/&fileXML=http://fr.wedoo.com/" + sFileXML + ((nIndexID != null) ? '&idxOpen=' + nIndexID : "") + "'>";
	sFlash +=   "<param name='quality' value='high'>";
	sFlash +=   "<param name='scale' value='noscale'>";
	sFlash +=   "<embed src='http://fr.wedoo.com/images/ntk_sidebar.swf?fileXML=http://fr.wedoo.com/" + sFileXML + ((nIndexID != null) ? '&idxOpen=' + nIndexID : "") + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='139' height='" + nHeight + "'></embed>";
	sFlash += "</object>";
	document.write( sFlash );
}