function showonas(){
			$(document).ready(function(){
					if( document.getElementById("onas").style.display=="none" ){
						$("#menu li ul#onas").slideDown("fast",function(){
			        $(this).css("display", "block")
			               .focus();
			      });
					}
					else if( document.getElementById("onas").style.display=="block" ){
						$("#menu li ul#onas").slideUp("fast",function(){
			        $(this).css("display", "none")
			               .focus();
							});	      
	    		}
			});
		}
			$(document).ready(function(){
					//if( document.getElementById("galerie").style.display=="none" ){
					$('#gall').mouseover( function(){
						var index = $("gall").index(this);
    	 			$('#galerie').eq(index).toggle();
						//$("#menu li ul#galerie").slideDown("fast",function(){
			      //  $(this).css("display", "block")
			      //         .focus();
			      //});
			    });
					//}
			});
			$(document).ready(function(){
					//if( document.getElementById("galerie").style.display=="none" ){
					$('#gall').mouseout( function(){
						var index = $("gall").index(this);
    	 			$('#galerie').eq(index).toggle();
						//$("#menu li ul#galerie").slideUp("fast",function(){
			      //  $(this).css("display", "block")
			      //         .focus();
			      //});
			    });
					//}
			});
		function showgalerie(){
			$(document).ready(function(){
					//if( document.getElementById("galerie").style.display=="none" ){
						$("#menu li ul#galerie").slideDown("fast",function(){
			        $(this).css("display", "block")
			               .focus();
			      });
					//}
			});
		}
		function hidegalerie(){
			$(document).ready(function(){				
					//if( document.getElementById("galerie").style.display=="block" ){
						$("#menu li ul#galerie").slideUp("fast",function(){
			        $(this).css("display", "none")
			               .focus();
							});	      
	    		//}
			});
		}
		
		<!--
		var message="© FotografiaDoKwadratu.pl."+"\n";
		///////////////////////////////////
		function clickIE4(){
			if (event.button==2){
				alert(message);
			return false;
			}
		}
		function clickNS4(e){
			if (document.layers||document.getElementById&&!document.all){//Mozila if (!document.all && document.getElementById) type="MOzilla"; 
				if (e.which==2||e.which==3){
					alert(message);
					return false;
				}
			}
		}
		if (document.layers){
			document.captureEvents(Event.MOUSEDOWN);
			document.onmousedown=clickNS4;
		}
		else if (document.all&&!document.getElementById){
			document.onmousedown=clickIE4;
		}
		document.oncontextmenu=new Function("alert(message);return false")
		// --> 
