	function addToFavorites(){ 
		if (window.sidebar)  
			window.sidebar.addPanel(document.title, location.href,"");
		else if (window.external) 
			window.external.AddFavorite(location.href,document.title);
		else
			alert("Böngészője nem támogatja a könyvjelzőzést!");
	} 
	function callback(URL){
		window.open(URL,"_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=400, height=400");
	}
	function print(URL){
		window.open(URL,"_blank","toolbar=no, location=yes, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=730, height=600");
	}
	function iwiwshare_click() {
	u=location.href;
	t=document.title;
	window.open('http://iwiw.hu/pages/share/share.jsp?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'iwiwshare','toolbar=0,status=0,location=1, width=650,height=600,scrollbars=1');
	return false;}
	function fbshare_click() {
	u=location.href;
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'facebookshare','toolbar=0,status=0,location=1, width=650,height=500,scrollbars=1');
	return false;}
