<!-- Ukrywanie skryptu przed starszymi przegladarkami
<!--
function do_print(){
if (!window.print){
alert("Musisz mieć NS4.x lub IE5,\naby użyć przycisku drukowania!")
return
}
window.print()
}

function bookmarkit_L(){
window.external.addFavorite(location.href,document.title)
}	

function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',toolbar=no,location=no,directories=no,status=no,menubar=no,title=no,fullscreen=2' )
}

function send_mail_L(opis){
location.href='mailto:?SUBJECT=' + 'Zobacz stronę ' + document.title + 
'&X-Priority='+ '1' +
'&X-MSMail-Priority='+ 'High' + 
'&BODY=Zobacz stronę '+ document.title +'. '+ opis + ' Znajdziesz ich pod adresem: ' + escape(location.href)

}	


function get_inf_scr()
		{
		   var correctwidth=1024
		   var correctheight=768
		   a_info=""
		   
		   if (screen.width<correctwidth||screen.height<correctheight)
		    	 a_info=a_info + "<font style='color:red'>"	
		   
		   
		   a_info=a_info +"Aktualna rozdzielczość Twojego ekranu to "+screen.width+"*"+screen.height+".<br>"
		   if (screen.width<correctwidth||screen.height<correctheight)
		    	 a_info=a_info + "Jeśli to możliwe, zmień na większą!</font><br><br>"		   
		   
		   if (screen.width>=correctwidth||screen.height>=correctheight)
		    	 a_info=a_info +"<br>"
		   
		   a_info=a_info +"Polskie znaki: ISO-8859-2.<br>"

	       return a_info
}		
		
		

function get_info_scr()
		{
		   var correctwidth=1024
		   var correctheight=768
		   a_info.title="Polskie znaki: ISO-8859-2.  Stronę najlepiej oglądać w INTERNET EXPLORER > 4.0 i rozdzielczości "+correctwidth+"*"+correctheight+" lub wyższej. Rozdzielczość twojego ekranu to "+screen.width+"*"+screen.height+"."
		   if (screen.width<correctwidth||screen.height<correctheight)
		    	 a_info.title=a_info.title + " Jeśli to możliwe, zmień rozdzielczość na większą!"
	       return true
}
		
function get_info_autor()
		{

		   a_autor.title="Projekt, zdjęcia i wykonanie: Janusz Kumor                'USŁUGI INFORMATYCZNE'"
            return true
}		
		
function get_info_scr_eng()
		{
		   var correctwidth=1024
		   var correctheight=768
		   a_info.title="The better view in INTERNET EXPLORER > 4.0 and resolution "+correctwidth+"*"+correctheight+" or higher. Resolution of your screen is "+screen.width+"*"+screen.height+"."
		   if (screen.width<correctwidth||screen.height<correctheight)
		    	 a_info.title=a_info.title + " If it is posible, change for higher!"
	       return true
}


function click() {
if (event.button==2) {
alert('Copyright UI - 2005 dla "IGIS Automatyzacja" Sp. z o.o.')
}
}		
			
//-->
// Koniec ukrycia -->
