window.onload = function(){

  if(document.getElementById(conf_imageflow))
	{
		hide(conf_loading);
		refresh(true);
		show(conf_images);
		show(conf_scrollbar);
		initMouseWheel();
		initMouseDrag();
		glideTo( -600, 4);
	}
}

window.onunload = function()
{
  document = null;
}
