// vote pour une compo
function popVote_Zik(res_id)
{
 	popZik = window.open("./gueven_vote_zik.php5?res_id="+res_id, 'popZikID', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=520,height=230');
	popZik.focus();
}

// écoute en ligne d'une compo
function popEcoute_Zik(res_id)
{
 	popZik = window.open("./gueven_ecoute_zik.php5?res_id="+res_id, 'popZikID', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=490,height=160');
	popZik.focus();
}

// téléchargement en ligne d'une compo
function popDownload_Zik(res_id)
{
 	popZik = window.open("../gueven/popup_download_zik.php5?zik_id="+res_id, 'popZikID', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=160');
	popZik.focus();
}