window.onload = preload;
function preload () 
{
	if(!NiftyCheck())
	return;

	Rounded("div#categorie","all","#FFFFFF","transparent","");
	Rounded("div#product","all","#FFFFFF","#FFFFFF","border #CCCCCC");
	Rounded("div.info","all","#FFFFFF","#FBFBFB","border #CCCCCC");

	if(document.getElementsByTagName && document.getElementById)
  {
    if (document.getElementById("categorie")) 
    {
   	  document.getElementById("categorie").className="jsenable";
    	BuildList();
    }
  }

}