function changetosrchinnput(){
	document.getElementById('searchform').innerHTML = '<form style="margin:0" id="searchform" method="get" action="http://kronoxt.com/">	<input type="text" name="s" id="s" class="btnLm" style="margin:-3px 0 -3px -3px; font-family: \'Lucida Grande\', Verdana, \'Bitstream Vera Sans\', Arial, sans-serif; font-size: 11px; color:#444;border-color: #CEC6C7;border-style: solid;border-width: 2px;background:#FCFCFC;font-size:14px;width:125px;text-align:left; padding:5px 3px 5px 3px;" /><input style="margin-top:5px; cursor:pointer; font-size:10px;text-align:left; border:0px; background:none; color:#CEC6C7; font-weight:900;" type="submit" onmouseover="this.style.color=\'#333\'" onmouseout="this.style.color=\'#CEC6C7\' " value="rechercher" /><a style="margin-top:5px; cursor:pointer; font-size:10px;text-align:left; border:0px; background:none; font-weight:900; color:#CEC6C7;"  onmouseover="this.style.color=\'#333\'" onmouseout="this.style.color=\'#CEC6C7\' " onclick="changesrchformtomenu();" >×</a></form>';
document.getElementById('s').focus();	
	}
function changesrchformtomenu(){
	document.getElementById('searchform').innerHTML = '<a class="btnLm" style="cursor:pointer" onclick="changetosrchinnput();">recherche</a>';
	}

function hiderecentarticle(){
	document.getElementById('recent_articles').style.visibility = 'hidden';
	}

	
function hidecomments(){ 
	document.getElementById('comment_links').style.display ='none'
	}
function showComments(){
	if(document.getElementById('disqus_thread').style.display == 'none'){document.getElementById('disqus_thread').style.display='block'}else{document.getElementById('disqus_thread').style.display='none'}
	
	}

