// JavaScript Document

	document.write('<scr' + 'ipt src="/library/js/ap_scrollable_area.js" type="text/javascript"><\/scr' + 'ipt>');
	document.write('<scr' + 'ipt src="/library/js/lib_img_classic.js" type="text/javascript"><\/scr' + 'ipt>');
	
	function gn(type,id,p)
	{
		el = document.createElement(type);
		el.id = id;
		if(p) document.getElementById(p).appendChild(el)
		else document.body.appendChild(el)
	}
	function gb(id){return document.getElementById(id)}
	
	onload = function()
	{
		if(window.is_index)
			{
				// Init Scrollable news area
				loading_layer = new lib_img("AutoScrollContainer_loading");
				loading_layer.fadeIt("-",fs,"loading_layer.el.style.visibility = \"hidden\"");
	
				setTimeout("flevAutoScrollDivs(1,1,100)",3500);
	
				for(i=0;i<gb("AutoScrollContent").getElementsByTagName("a").length;i++)
				{
					gb("AutoScrollContent").getElementsByTagName("a")[i].onmouseover = new Function("flevAutoScrollDivs(0)");
					gb("AutoScrollContent").getElementsByTagName("a")[i].onmouseout = new Function("flevAutoScrollDivs(1,1,100)");
				}
			}
			montre();
			local_init();
	}