
function kk_doAfterShow(mid,pkey){

	// this function is called after the 'more button' is clicked	
	// you can use the merchantId and the product key to know which merchant has been clicked

  var time = new Date();
  ordval = (time.getTime());

// popup VSNCF

//if(mid=="210301") setTimeout('OwC("vnscfPU",5000,"var vnscfPU = window.open(\'/content/fr/popup/vsncf.html?ord=\'+ordval,\'VSNCF\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=530,height=260,top=10,left=10\');")',5000);

//
// popup Digixo
//
//if(mid=="3812123") setTimeout('OwC("digixoPU",5000,"var digixoPU = window.open(\'/content/fr/popup/digixo.html?ord=\'+ordval,\'digixo\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=330,top=10,left=10\');")',5000);

//
// popup Vivacances
//if(mid=="3508923") setTimeout('OwC("vivPU",5000,"var vivPU = window.open(\'/content/fr/popup/vivacances.html?ord=\'+ordval,\'Vivacances\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=299,top=10,left=10\');")',5000);

//
// popup Pixmania
//
//if(mid=="2969601") setTimeout('OwC("pixPU",5000,"var pixPU = window.open(\'/content/fr/popup/pixmania.html?ord=\'+ordval,\'Pixmania\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=295,top=10,left=10\');")',5000);

//
// popup Nomatica
//
//if(mid=="351901") setTimeout('OwC("nomPU",5000,"var nomPU = window.open(\'/content/fr/popup/nomatica.html?ord=\'+ordval,\'Nomatica\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=250,top=10,left=10\');")',5000);

//
// popup Imenager
//
//if(mid=="5058623") setTimeout('OwC("imPU",5000,"var imPU = window.open(\'/content/fr/popup/imenager.html?ord=\'+ordval,\'Imenager\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=250,top=10,left=10\');")',3000);

//
// popup Armenager
//
if(mid=="6248523") setTimeout('OwC("armPU",5000,"var armPU = window.open(\'/content/fr/popup/armenager.html?ord=\'+ordval,\'Armenager\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=180,top=10,left=10\');")',3000);

//
// popup Promotions-fr
//
if(mid=="3711223") setTimeout('OwC("promPU",5000,"var promPU = window.open(\'/content/fr/popup/promotion_fr.html?ord=\'+ordval,\'promotion\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=180,top=10,left=10\');")',3000);

//
// popup Showroom2001
//
//if(mid=="5953523") setTimeout('OwC("showPU",5000,"var showPU = window.open(\'/content/fr/popup/showroom2001.html?ord=\'+ordval,\'showroom2001\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=180,top=10,left=10\');")',3000);


//
// Yves Rocher
//
if(mid=="210501") setTimeout('OwC("yvesrocherPU",5000,"var yvesrocherPU = window.open(\'/content/fr/popup/yvesrocher.html?ord=\'+ordval,\'yvesRocher\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=300,height=245,top=10,left=10\');")',5000);

//
// popup Electromust
//
if(mid=="3526623") setTimeout('OwC("armPU",5000,"var armPU = window.open(\'http://www.electromust.com/statique/plan.php\',\'ElectrMust\',\'scrollbars=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,resizable=yes,width=640,height=480,top=10,left=10\');")',3000);

//
// Castorama
//
//if(mid=="635701") setTimeout('OwC("castoPU",5000,"var castoPU = window.open(\'/content/fr/popup/castorama.html?ord=\'+ordval,\'castorama\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=300,height=420,top=10,left=10\');")',5000);

//
// Bijourama
//
//if(mid=="3414123") setTimeout('OwC("bijouPU",5000,"var bijouPU = window.open(\'/content/fr/popup/bijourama.html?ord=\'+ordval,\'bijou\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=300,height=235,top=10,left=10\');")',5000);

//
// Matelsom
//
//if(mid=="156201") setTimeout('OwC("matelPU",5000,"var matelPU = window.open(\'/content/fr/popup/matelsom.html?ord=\'+ordval,\'Matelsom\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=300,height=250,top=10,left=10\');")',5000);

//
//Opodo
//
//if(mid=="3416323") setTimeout('OwC("opodoPU",5000,"var opodoPU = window.open(\'/content/fr/popup/opodo.html?ord=\'+ordval,\'Opodo\',\'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width=420,height=305,top=10,left=10\');")',5000);

}


function doAfterShow(mid,pkey){

  kk_doAfterShow(mid,pkey);

}

