// JavaScript Document
function openWindow(lien){
	window.open(lien,"Renoma","toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width="+screen.availWidth+",height="+screen.availHeight+",left=0,top=0");
	//window.open(lien,"Renoma","toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=0,width="+screen.availWidth+",height=650,left=0,top=0");
}

