function bookmark(){ 
   var url="http://www.myshemalemovies.com/?bookmark"
   var title="Shemale movies - categorized shamele movies"
   if (document.all) { window.external.AddFavorite(url, title);} 
   else if (window.sidebar) { window.sidebar.addPanel(title, url, "");}
}

function showhide(id){
	if (document.getElementById){
		obj = document.getElementById(id);
		if (obj.style.display == "none"){
			obj.style.display = "";
		} else {
			obj.style.display = "none";
		}
	}
}
