// JavaScript Document
function blank(url, larg, haut)
{
	toto=open(url,"aider3","height="+haut+", width="+larg+", status=no, resizable = yes, scrollbars=yes, left=0");
	toto.document.close();
    toto.focus();
}