function openPopUp(pURL)
{
	 Shadowbox.open({
        content:    pURL,
        player:     'img'
     });
}

function hideElement(id)
{
	if (document.getElementById(id)) {
		document.getElementById(id).style.display='none';
		}
}

function play(){
	document.getElementById('sound_player').SetVariable('player:jsPlay', '');
}

function unsubscribe(pUrl)
{
	Shadowbox.open({
        content:    pUrl,
        player:     "iframe",
        title:      "Newsletter alicedanslesvilles",
        height:     200,
        width:      500
    });
}

