function OpenCarte(what){	newCarte = window.open(what+".html",""+what,"toolbar=no,location=no,menubar=no,scrollbars=no,resizable=no,height=420,width=600");	newCarte.focus();}