// Functions for Kubrick is Miaouw theme
function KimShowId(baliseId)
  {
  if (document.getElementById && document.getElementById(baliseId) != null)
    {
    document.getElementById(baliseId).style.visibility='visible';
    document.getElementById(baliseId).style.display='block';
    }
  }

function KimHideId(baliseId)
  {
  if (document.getElementById && document.getElementById(baliseId) != null)
    {
    document.getElementById(baliseId).style.visibility='hidden';
    document.getElementById(baliseId).style.display='none';
    }
  }


// Features for Yahoo! users

function SaveToYahooMyWeb()
	{
	//window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'&ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);
	window.open('http://fr.myweb2.search.yahoo.com/myresults/bookmarklet?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'&ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);
	return false;
	}

function SaveToYahooBookmarks()
	{
	//window.open('http://beta.bookmarks.yahoo.com/toolbar/savebm?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'&opener=bm&ei=UTF-8','popup','width=450px,height=480px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);
	window.open('http://fr.beta.bookmarks.yahoo.com/toolbar/savebm?t='+encodeURIComponent(document.title)+'&u='+encodeURIComponent(window.location.href)+'&opener=bm&ei=UTF-8','popup','width=450px,height=480px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0);
	return false;
	}

function PostToYahoo360()
	{
	window.open('http://fr.blog.360.yahoo.com/blog/compose.html?bct='+encodeURIComponent(document.title)+'&bcurl='+encodeURIComponent(window.location.href)+'&ei=UTF-8',0);
	return false;
	}
	
// Misc

function SaveToDelicious()
	{
	window.open('http://del.icio.us/post?url='+encodeURIComponent(window.location.href)+'&title='+encodeURIComponent(document.title),'popup','',0);
	return false;
	}

function SaveToTechnorati()
	{
	window.open('http://technorati.com/faves/?add='+encodeURIComponent(window.location.href),'popup','',0);
	return false;
	}

