function pokaz(id) {
		id='td_'+id;
		d = document.getElementById(id);
		d.className = 't_menu_item_hover';
	}
	function usun(id) {
		id='td_'+id;
		d = document.getElementById(id);
		d.className = 't_menu_item';
	}
	
 function CreateBookmarkLink() {

 title = "MDK"; 
  // Blogger - Replace with <$BlogItemTitle$> 
  // MovableType - Replace with <$MTEntryTitle$>

 url = "http://www.mdk.pl";
  // Blogger - Replace with <$BlogItemPermalinkURL$> 
  // MovableType - Replace with <$MTEntryPermalink$>
  // WordPress - <?php bloginfo('url'); ?>

	if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url,"");
	} else if( window.external ) { // IE Favorite
		window.external.AddFavorite( url, title); }
	else if(window.opera && window.print) { // Opera Hotlist
		return true; }
 }

 

function google() {
	try {
	_uacct = "UA-7125022-1";
	urchinTracker();
	} catch(err) {}


}

