function deeptoolbar(deeptoolbarAFriend, pageUrl) {

<!-- Write ToolBar -->
document.write('<div id="deeptoolbar"> <table cellpadding="0" cellspacing="0" border="0" height="47" width="82%">
    <tr> 
      <td width="1023"><a href="http://www.deepcamping.fr/"><img src="http://www.deepcamping.fr/toolbar/deeptoolbar.js" width="1024" height="47" border="0"></a></td>
    </tr>
  </table>
<!-- Write CSS -->
document.write('<style type="text/css">')
document.write('#deeptoolbar {height:47px;padding:0px;margin:0px auto;border:0px;position:fixed;left:0px;bottom:0px;text-align:center;z-index:99999;width:100%; display:block;}')
document.write('#deeptoolbar table {border:0px;}')
document.write('#deeptoolbar table td {padding:0px !important; border:0px;}')
document.write('.deeptoolbar_bg {background-image:url();}')
document.write('.deeptoolbar_icon_bg {height:47px; background-image:url();}')
document.write('</style>')
<!-- /Write CSS -->

}

<!-- Add to Favourites -->
var BookmarkTitle="campings"
function addFave(){ 
// If the browser is Internet Explorer
if (document.all)
{
        // Add to Favorites (Internet Explorer)
        window.external.AddFavorite(document.location.href,BookmarkTitle)
}
else
{
        // Add to Bookmarks (Mozilla Firefox)
        window.sidebar.addPanel(BookmarkTitle, top.location.href, ''); 
}

}
<!-- /Add to Favourites -->


<!-- IE6 PNG Fix -->
var clear=""; //path to clr.gif

document.write('<scr' + 'ipt type="text/javascript" id="ct" defer="defer" src="javascript:void(0)"><\/scr' + 'ipt>');var ct=document.getElementById("ct");ct.onreadystatechange=function(){pngfix()};pngfix=function(){var els=document.getElementsByTagName('*'),ip=/\.png/i,al="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='",i=els.length,uels=new Array(),c=0;while(i-->0){if(els[i].className.match(/unitPng/)){uels[c]=els[i];c++;}}if(uels.length==0)pfx(els);else pfx(uels);function pfx(els){i=els.length;while(i-->0){var el=els[i],es=el.style,elc=el.currentStyle,elb=elc.backgroundImage;if(el.src&&el.src.match(ip)&&!es.filter){es.height=el.height;es.width=el.width;es.filter=al+el.src+"',sizingMethod='crop')";el.src=clear;}else{if(elb.match(ip)){var path=elb.split('"'),rep=(elc.backgroundRepeat=='no-repeat')?'crop':'scale',elkids=el.getElementsByTagName('*'),j=elkids.length;es.filter=al+path[1]+"',sizingMethod='"+rep+"')";es.height=el.clientHeight+'px';es.backgroundImage='none';if(j!=0){if(elc.position!="absolute")es.position='static';while(j-->0)if(!elkids[j].style.position)elkids[j].style.position="relative";}}}}}}
<!-- /IE6 PNG Fix -->
