window.onload = function ()

{  
	
	
/************************************************
*		BARRE ONGLET			*
************************************************/


	try{  

	//préchargement des images qui composent la barre de menu
	//m_box_path ='http://'+SYS_INFO.web_site_name+'/images/element/'; 
 

	}catch(e){}


/************************************************
*		EVENEMENTS Ksearch		*
************************************************/

//preload des images

	try{
	mypath='http://'+SYS_INFO.web_site_name+'/images/ksearch/';
	img1 = new Image();img1.src = mypath+'bg_triangle.png';
	img2 = new Image();img2.src = mypath+'bg_round_left_up.png';	
	img3 = new Image();img3.src = mypath+'bg_up.png';
	img4 = new Image();img4.src = mypath+'bg_triangle_do.png';		
	img5 = new Image();img5.src = mypath+'bg_up.png';
	img6 = new Image();img6.src = mypath+'bg_round_right_up.png';	
	img7 = new Image();img7.src = mypath+'bg_left.png';	
	img8 = new Image();img8.src = mypath+'bg_color.png';	
	img9 = new Image();img9.src = mypath+'bg_round_left_do.png';	
	img10 = new Image();img10.src = mypath+'bg_round_right_do.png';	
	img11 = new Image();img11.src = mypath+'bg_down.png';
			
	}catch(e){}	



	try{

		text = "Inscrivez ici votre mot clé !";
		el = document.getElementById('ksearch_content');
		document.getElementById('ksearch_content').value = text;
		document.getElementById('ksearch_content').onclick= function() 
			{
			if(el.value == text ){el.value='';}
			}
		document.getElementById('ksearch_content').onfocus= function() 
			{
			if(el.value == text ){el.value='';}
			}
		document.getElementById('ksearch_content').onblur= function() 
			{
			if(el.value==''){el.value=text;}
			}	
		document.getElementById('ksearch_content').onkeyup= function() 
			{
			ksearch.key_down();
			}	
		

	}catch(e){}



	
}//end
