function SelectPop(th) {
  windowHandle = window.open(th.options[th.selectedIndex].value,'menu');
  windowHandle.focus();
}

function PageChanger(th) {
    document.location = th.options[th.selectedIndex].value;
}

function showhide(id){
	if (document.getElementById){
		obj = document.getElementById(id);
		if (obj.style.display == "none"){
			obj.style.display = "";
		} else {
			obj.style.display = "none";
		}
	}
}

function bookmark(){ 
var url="http://www.erotyczna.com/"
var title="Polskie strony erotyczne"
if (document.all) { window.external.AddFavorite(url, title);} 
else if (window.sidebar) { window.sidebar.addPanel(title, url, "");}
}
