var wnc_url_clic = 'http://media.acces-charme.com/mosaique/click.php?ido=294&ide=1972502';
var out = '';
out += '';
out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
out += '


'; out += '
';
out += '
';
function wnc_ouvrir_popdhtml_mosaique(params, thumb) {
wnc_rpc('wnc_mosaique_'+wnc_mosaique_id_key, 'wnc_mosaique_clic_'+wnc_mosaique_id_key, wnc_mosaique_url_clic);
wnc_ouvrir_popdhtml_depuis_pdv2(params, thumb);
}
function wnc_rpc(where, new_id, url) {
var theDiv = document.getElementById(where);
if (theDiv && document.createElement) {
try {
var iframe = document.createElement("iframe");
iframe.setAttribute('src', url);
iframe.setAttribute('id', new_id);
iframe.setAttribute('width', '1');
iframe.setAttribute('height', '1');
iframe.setAttribute('frameBorder', '0');
iframe.setAttribute('scrolling', 'no');
theDiv.appendChild(iframe);
} catch(exception) {
// This is for IE5 PC, which does not allow dynamic creation and manipulation of an iframe object. Instead, we'll fake it up by creating our own objects.
iframe = '\