function Video1() {

// open a welcome message as soon as the window loads
    Shadowbox.open({
        content:    'popup/video-1.htm',
        player:     "iframe",
        title:      "",
        height:     400,
        width:		490
    });
}

function Video2() {

// open a welcome message as soon as the window loads
    Shadowbox.open({
        content:    'popup/video-2.htm',
        player:     "iframe",
        title:      "",
        height:     400,
        width:      490
    });
}

function Video3() {

// open a welcome message as soon as the window loads
    Shadowbox.open({
        content:    'popup/video-3.htm',
        player:     "iframe",
        title:      "",
        height:     400,
        width:      490
    });
}
function Stephanie() {

// open a welcome message as soon as the window loads
    Shadowbox.open({
        content:    'popup/stephanie.htm',
        player:     "iframe",
        title:      "",
        height:     500,
        width:      490
    });
}
function Marie() {

// open a welcome message as soon as the window loads
    Shadowbox.open({
        content:    'popup/marie.htm',
        player:     "iframe",
        title:      "",
        height:     500,
        width:      490
    });
}


function voix() {

// open a welcome message as soon as the window loads
    Shadowbox.open({
        content:    'voix.htm',
        player:     "iframe",
        title:      "",
        height:     500,
        width:      490
    });
}

