function getjsredirect(url,wait)
{
	setTimeout("window.location='"+url+"'",wait);
}

function popup(url,width,height)
{
	newwin=window.open(url,'NewFenetre','toolbar=no, location=no, menubar=no, scrollbars=yes, resizable=yes, width='+width+', height='+height); 
}
function bgd(nom,col) { 
	nom.style.background=col; 
}