function CreateBookmarkLink() {
        title = "Goldbud";
        // Blogger - Replace with <$BlogItemTitle$>
        // MovableType - Replace with <$MTEntryTitle$>
                url = "http://www.gold-bud.com.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 NewWin(mypage,myname,w,h,scroll,pos)
{
   if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
     else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=0}
     settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=0,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
     win=window.open(mypage,myname,settings);
     win.document.focus();
}


