// JavaScript Document
window.addEvent('domready', init);



function init(){
	//$('form_acces_extanet').setAttribute('class','form_acces_extanet round');
	
	GoodCorners.round( $$('.round'), {radius: "15px",bottomleft:'',bottomright:'',topright:"15px"});
	GoodCorners.round( $$('.round_search, #categorie_afficher'), {radius: "15px",bottomleft:"15px",bottomright:"15px",topright:"15px"});
	GoodCorners.round( $$('#li_2503,#a_2503'), {radius: "10px",bottomleft:"10px",bottomright:"",topright:""});
	GoodCorners.round( $$('#li_3403,#a_3403'), {radius: "",bottomleft:"",bottomright:"10px",topright:""});
	GoodCorners.round( $$('#menu'), {radius: "10px",bottomleft:"10px",bottomright:"10px",topleft:"10px",topright:""});
	
	//SqueezeBox.initialize();
	SqueezeBox.assign($$('.boxed'), { parse: 'rel' });
	SqueezeBox.assign($$('a[rel=boxed][href^=#]'),{ parse:'config' });
}					





