function fiche(id,i)
{
	var fenetre = 'FJWFiche'+i;
	window.open('/membres/fiche/index.php?id='+id,fenetre,'scrollbars=yes,width=760,height=530')
}
function messagerie(id)
{
	window.open('/membres/fiche/messagerie.php?dest1='+id,'Messagerie','width=630,height=420,scrollbars')
}
function retiens(id)
{
	window.open('/membres/fiche/retiens.php?id='+id,'RetiensLe','scrollbars=no,width=320,height=150')
}
function flasher(id)
{
	window.open('/membres/fiche/flasher.php?id='+id,'Flasher','scrollbars=no,width=320,height=150')
}
function amisadd(id)
{
	window.open('/membres/fiche/amisadd.php?id='+id,'AmisAdd','scrollbars=no,width=320,height=200')
}
function amisconfirm(conf,id)
{
	window.open('/membres/moncompte/amis.php?valid=1&action=amiconfirm&conf='+conf+'&id='+id,'AmisConfirm','scrollbars=no,width=320,height=165')
}
function voter(id)
{
	window.open('/membres/fiche/vote.php?id='+id,'Voter','scrollbars=no,width=320,height=150')
}
function cvocal(id)
{
	window.open('/membres/fiche/cvocal.php?id='+id,'CVocal','scrollbars=no,width=320,height=150')
}
function smileys_liste(id)
{
	window.open('/membres/vip/smileys.php','Smileys_liste','scrollbars=no,width=380,height=250,scrollbars')
}
function opentv(id)
{
	if (!id) window.open("/feujtv/player/index.php","FeujTV","toolbar=no,scrollbars=no,resizable=no,width=580,height=480,left=250,top=150,location=0,menubar=0");
	else window.open("/feujtv/player/index2.php?id="+id,"FeujTV","toolbar=no,scrollbars=no,resizable=no,width=580,height=480,left=250,top=150,location=0,menubar=0");
}
function openradio(id)
{
	if (!id) alert('Cette émission n\'existe pas');
	else window.open("/radio/player.php?id="+id,"RadioMazal","toolbar=no,scrollbars=no,resizable=no,width=180,height=110,left=250,top=150,location=0,menubar=0");
}
function fiche_voyage(id)
{
	if (screen.height <= 800) hauteur = 400;
	else hauteur = 600;
	var largeur = 600;
	var top=(screen.height-hauteur)/2;
	var left=(screen.width-largeur)/2;
	window.open('/membres/voyages/fiche.php?id='+id,'FicheVoyage',"top="+top+",left="+left+",width="+largeur+",height="+hauteur+",scrollbars=yes");
 
}
function hotline()
{
	window.open('/hotline.php','Hotline','scrollbars=no,width=355,height=245,left=200,top=200');
}
function open_actu(id)
{
	window.open('/viejuive/actualite/depeche.php?action=popup&id='+id,'','scrollbars=yes,width=550,height=400,resizable');
}
function gpconfirm(conf,id)
{
	window.open('/membres/moncompte/groupes_admin.php?action=confirmation&conf='+conf+'&id='+id,'GroupeConfirm','scrollbars=no,width=320,height=165')
}

function checkSM(textEl)
{
	if (textEl.createTextRange) 
	textEl.caretPos = document.selection.createRange().duplicate();
}

function insertSM(textEl, text)
{
	if (textEl.createTextRange && textEl.caretPos)
	{
	var caretPos = textEl.caretPos;
	caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
	}
	else
	textEl.value  = text;
}
function open_boite_idees(section)
{
	var url = '/link.php?url=/membres/boite_idees.php';
	if (section != '')
	{
		url += '?section='+section;
	}
	window.open(url,'boite_idees','width=510,height=355');
}

function insert_flash(url,width,height,align)
{
	if (align) align = ' align="'+align+'"';
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+width+'" height="'+height+'"'+align+'>');
	document.write('<param name="movie" value="'+url+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"'+align+'></embed>');
	document.write('</object>');
}
