/*
   Preview de la vidéo :
*/
function PopPaiement(url)
{
  winwidth = screen.availWidth - 10;
    winheight = screen.availHeight - 30;
    window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}

/*
  KTU par iframe
*/

function affiche_ktu(id, cb, skin, lg, tracker, width, height)
{
  var Param= new Array();
    Param['id'] = id;
    Param['tracker'] = tracker;
    Param['color'] = skin;
    Param['mode'] = 'cbs';
    Param['prod'] = cb;
    Param['dist'] = '';
    Param['lg'] = lg;
    Param['id_site'] = '1007';
    Param['id_produit'] = '343';
    Param['rf'] = 'pornattiudeFR_ktu';
    Param['name_kit'] = "Pornattitude";
    Param['synergie'] = 'h';
  var ktuPath="";
    var tmp_link = "http://ktu.sv2.biz/iframe.html";

    for (param in Param)
       {
          glue = tmp_link.indexOf('?') == -1 ? '?' : '&';
          tmp_link += glue+param+'='+Param[param];
       }
  document.write('<iframe src="' + tmp_link +'" name="IFRAME_MICRO" width="' + width + '" height="' + height + '" scrolling="no" frameborder="0"></iframe>');

}


function ScanCookie(variable)
   {
    cook = document.cookie;
    variable += "=";
    place = cook.indexOf(variable,0);
    if (place <= -1)
        return("0" );
    else
       {
        end = cook.indexOf(";",place)
        if (end <= -1) return(unescape(cook.substring(place+variable.length,cook.length)));
        else return(unescape(cook.substring(place+variable.length,end)));
       }
   }
function CreationCookie(nom,valeur,permanent)
   {
    if(permanent)
       {
        dateExp = new Date(2020,11,11);
        dateExp = dateExp.toGMTString();
            ifpermanent = '; expires=' + dateExp + ';';
       }
    else
        ifpermanent = '';
    document.cookie = nom + '=' + escape(valeur) + ifpermanent;
   }
if(ScanCookie("dejapopup" )==0)
   {
    var msg="WARNING: PORNOGRAPHIC SITE FOR ADULTS ONLY\n\nThis website is intended for individuals 18 years of age and older and complies with all the regulations in force. It contains sexually-oriented adult materials which may be offensive to some viewers.\n\nCLICK OK TO CONTINUE OR CANCEL TO EXIT..\n\n"
    if(confirm(msg))
        CreationCookie("dejapopup","oui",false)
    else
        window.location.replace('http://www.google.fr');
   }
 