function sk()
{
bookmarkurl = location.href
bookmarktitle= document.title
if (document.all)
window.external.AddFavorite(bookmarkurl, bookmarktitle)
}

function Pencere(ryolu){
var yol='<img src="'+ryolu+'/500.gif"><center><INPUT TYPE=\"BUTTON\" VALUE=\"Pencereyi Kapat\" NAME=\"lowerButton\" onClick=\"self.close()\"></center>';
pencere = window.open("","Kent","height=150, width=100, resizable=yes, scrollbars=yes")
pencere.document.write(yol)
}

