//    123love - Appel des chats
//    chat 1
function chat_123love()
{

    //    TAILLE de la fenętre
    var y = 775;
    var x = 517;

    //    POSITION de la fenętre
    var top = 20;
    var left = 40;

    // l'URL du site

    var sit="http://tchat.123love.fr";

    // Traitement particulier pour les petits ecrans
    if ( parseInt(navigator.appVersion) >= 4 ) {
        if ( screen.width <= y ) {
            y = screen.width - 60;
            top = 2;
        }
        if ( screen.height <= x ) {
            x = screen.height - 60;
            left = 2;
        }
    }

    // Paramčtre de la fenętre
    var para="location=no,toolbar=no,directories=no,status=yes,scrollbars=no,resizable=no,width="+y+",height="+x+",top="+top+",left="+left ;
    window.open(sit, "dialogue", para);
}

//    chat 2
function chat2_123love()
{

    //    TAILLE de la fenętre
    var y = 790;
    var x = 580;

    //    POSITION de la fenętre
    var top = 20;
    var left = 40;

    // l'URL du site

    var sit2="http://www.123love.fr/chat2_123bis.htm";

    // Paramčtre de la fenętre
    var para="location=no,toolbar=no,directories=no,status=no,scrollbars=no,resizable=no,width="+y+",height="+x+",top="+top+",left="+left ;
    window.open(sit2, "dialogue2", para);
}

//    chat 3 gay
function chatgay_123love()
{

    //    TAILLE de la fenętre
    var y = 900;
    var x = 600;

    //    POSITION de la fenętre
    var top = 20;
    var left = 40;

    // l'URL du site

    var sit3="http://www.rencontregay.org/91913";

    // Paramčtre de la fenętre
    var para="location=no,toolbar=no,directories=no,status=no,scrollbars=no,resizable=1,width="+y+",height="+x+",top="+top+",left="+left ;
    window.open(sit3, "dialoguegay", para);
}

//    chat 4 video
function chatvideo_123love()
{

    //    TAILLE de la fenętre
    var y = 800;
    var x = 600;

    //    POSITION de la fenętre
    var top = 20;
    var left = 40;

    // l'URL du site

    var sit4="http://www.123love.fr/chat_video.htm";

    // Paramčtre de la fenętre
    var para="location=no,toolbar=no,directories=no,status=no,scrollbars=no,resizable=1,width="+y+",height="+x+",top="+top+",left="+left ;
    window.open(sit4, "dialoguevideo", para);
}