var menu_rights="admin";

function openNews(id){
	var url = "/afficheNews.php?id=" + id;
	var top=(screen.height-450)/2;
	var left=(screen.width-370)/2;
	var win = window.open(url,"Modifier","top="+top+",left="+left+",width=370,height=450,menubar=no,scrollbars=yes,statusbar=no");
}

function openGalerie(){
	var url = "/afficheGalerie.php";
	var top=(screen.height-470)/2;
	var left=(screen.width-370)/2;
	var win = window.open(url,"Modifier","top="+top+",left="+left+",width=370,height=470,menubar=no,scrollbars=yes,statusbar=no");
}

function openGalerie2(id){
	var url = "/afficheGalerie2.php?iID=" + id;
	var top=(screen.height-470)/2;
	var left=(screen.width-370)/2;
	var win = window.open(url,"galrie2","top="+top+",left="+left+",width=370,height=470,menubar=no,scrollbars=yes,statusbar=no");
}

function getFranchise(id){
	var url = "/afficheFranchise.php?id=" + id;
	var top=(screen.height-450)/2;
	var left=(screen.width-370)/2;
	var win = window.open(url,"Modifier","top="+top+",left="+left+",width=370,height=450,menubar=no,scrollbars=yes,statusbar=no");
}

function send2friend(id){
	var url = "/send2friend.php?id=" + id;
	location.href = url;
}

function send2friend2(id){
	var url = "/send2friend2.php?id=" + id;
	location.href = url;
}

function getUrl(id){
	var url = id;
	var top=(screen.height-450)/2;
	var left=(screen.width-370)/2;
	var win = window.open(url,"Modifier","top="+top+",left="+left+",width=370,height=450,menubar=no,scrollbars=yes,statusbar=no");
}

function openParam(id,w,h){
	var url = id;
	var top=(screen.height-h)/2;
	var left=(screen.width-w)/2;
	var win = window.open(url,"Modifier","top="+top+",left="+left+",width="+w+",height="+h+",menubar=no,scrollbars=yes,statusbar=no");
}
