<!--
var urldebase='http://www.boutique.lamoura2.com/';

function rayon(numrayon) {
    var url=false;
    if( numrayon >= 1 && numrayon <= 7 ) {
        url=urldebase+'?P1Idx='+numrayon;
    } else
        url=urldebase;
    var boutique=window.open(url,'','location=1,toolbar=1,width='+(screen.availWidth-10)+',height='+(screen.availHeight-20)+',top=0,left=0');
}
// -->