/**
 *  Fichier JavaScript principal du ZicMeUp Tour
 */


/**
 *  Lance une pop-up vers les pages de vote simple
 */
function popupVoteSimple(lien)
{
    window.open(lien,'Vote','height=400,width=800,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
    return false;
}


/**
 *  Lance une pop-up vers les pages de vote boost
 */
function popupVoteBoost(lien)
{
    window.open(lien,'Vote','height=840,width=800,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
    return false;
}


/**
 *  Lance une pop-up vers les pages de vote super boost
 */
function popupVoteSuperBoost(lien)
{
    window.open(lien,'Vote','height=840,width=800,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
    return false;
}


/**
 *  Lance une pop-up pour le Comité d'écoute
 */
function popupComiteEcoute(lien)
{
    window.open(lien,'CE','height=500,width=570,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,directories=no,status=no');
    return false;
}



/**
 *  Ouvrir une popup vers le Player
 */
function popupPlayer(groupe_id, fiche_id, chanson_id, album_id)
{
	window.open('/player-'+groupe_id+'-'+fiche_id+'-'+chanson_id+'-'+album_id+'.html','player','height=383,width=770,status=no,toolbar=no,menubar=no,location=no,top=150,left=150');
}


/**
 *  Ouvre une popup avec configurée avec les paramètres donnés
 */
function popupContact(strURL,strType,strHeight,strWidth)
{
    var strOpt = '';
    var w = null;

    if(strType == 'elastic')
        strOptions = 'scrollbars, top=200, left=430, height=' + strHeight + ',width=' + strWidth;
    if(strType == 'fixed')
        strOptions = 'top=200, left=500, height=' + strHeight + ',width=' + strWidth;

    w = window.open(strURL+'/'+document.location.href, 'w', strOptions);
}


/**
 *  Publicité
 */
function pub(_page,_format)
{
  sas_pageid='5259/'+_page;      // Page
  sas_formatid=_format;          // Format
  sas_target='';                // Targeting
  SmartAdServer(sas_pageid,sas_formatid,sas_target);
}

function skyscraper() {
	document.write('<object type="application/x-shockwave-flash"');
	document.write('data="http://www.zicmeup.com/flash/pub/Autopromo_Sky.swf"');
	document.write('width="160" height="600">');
	document.write('<param name="movie" value="http://www.zicmeup.com/flash/pub/Autopromo_Sky.swf" />');
	document.write('</object>');
}

function banniere() {
	document.write('<object type="application/x-shockwave-flash"');
	document.write('data="http://www.zicmeup.com/flash/pub/Autopromo_Bandeauhaut.swf"');
	document.write('width="728" height="90">');
	document.write('<param name="movie" value="http://www.zicmeup.com/flash/pub/Autopromo_Bandeauhaut.swf" />');
	document.write('</object>');
}

function pave() {
	document.write('<object type="application/x-shockwave-flash"');
	document.write('data="http://www.zicmeup.com/flash/pub/Autopromo_Carre.swf"');
	document.write('width="300" height="250">');
	document.write('<param name="movie" value="http://www.zicmeup.com/flash/pub/Autopromo_Carre.swf" />');
	document.write('</object>');
}
