function msg(txt)
{
	top.status=txt;
}
function openit(page, cible)
{
	window.open(page,cible,'');
}
function popup_scroll(page, cible, width, height)
{
	window.open(page,cible,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+width+',height='+height+',left=10,top=10');
}
function popup(page, cible, width, height)
{
	window.open(page,cible,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width='+width+',height='+height+',left=10,top=10');
}
function printit()
{
   window.print() ;
}
function closeit()
{
	window.close();
}
