﻿function openParole(id){
	window.open("paroles.php?id="+id,"paroles","width=480,height=500,scrollbars=1,menubar=1");
}

function openMusique(mus_id){
	//alert("Revenez sous peu, cette fonction cera bientôt disponible");
	window.open("http://www.disquesvictoire.com/songPlayer.php?id="+mus_id+"&mode=extrait", "jukebox", "width=345,height=150,scrollbars=0,statusbar=0");
}

function openJukebox(){
	window.open("songPlayer.php?mode=jukebox", "jukebox", "width=345,height=150,scrollbars=0,statusbar=0");
}

function openVideo(id){
	//alert("Revenez sous peu, cette fonction cera bientôt disponible");
	window.open("http://www.disquesvictoire.com/videoPlayer.php?vidId="+id, "videoVictoire", "width=360,height=400,scrollbars=0,status=0");
}

function changeImg(imgName, path){
	theImg = eval("document."+imgName);
	theImg.src = path;
}

function openPhoto(file, w, h){
	window.open("photoView.php?file="+file,"photo","width="+w+",height="+h);
}
