	// *********************************************************************************************** //
	// <!-- start DODAWANIE STRONY DO ULUBIONYCH ZAKŁADEK
	// *********************************************************************************************** //
 
 	function CreateBookmarkLink() 
	{
		title 	= 'BOG-MAR Poznań - Przedsiębiorstwo Usług Budowlanych';
		url 	= 'http://www.bogmarpoznan.com.pl';

   		 if (window.sidebar) 
		{
			window.sidebar.addPanel(title, url,"");
    	} 
		else if(window.opera && window.print)
		{
			return true;
		}
	}

	function bookmarkit()
	{
		window.external.addFavorite('http://www.bogmarpoznan.com.pl','BOG-MAR Poznań - Przedsiębiorstwo Usług Budowlanych')
	}
		
	//-->
	
	// *********************************************************************************************** //
	// <!--  FUNKCJA STATUS pokazująca adres strony w pasku Statusu (nie działa poprawnie pod Mozillą) 
	// *********************************************************************************************** //

	status_text();
	function status_text()
	{
		window.status="BOG-MAR Poznań - Przedsiębiorstwo Usług Budowlanych"; setTimeout("status_text()",1);
	}

	//-->
	
	// *********************************************************************************************** //
	// <!--  FUNKCJE DO OBSŁUGI FORMULARZY I PRZYCISKÓW
	// *********************************************************************************************** //
	
	// FUNKCJA resetFields do czyszczenia pól formularza
	
	function resetFields(formularz) 
	{
		formularz.reset();
	}
	
	//-->
	
	// *********************************************************************************************** //
	// <!-- FUNKCJA testSelect uniemożliwiająca wybranie separatora w polu selekcji
	// *********************************************************************************************** //
	
	var selectedId = '0';
	function testSelect( field )
	{
		if( field.options[field.selectedIndex].value == "---" )
			field.selectedIndex = selectedId;
		else
			selectedId = field.selectedIndex;
	}
	
	//-->

	// *********************************************************************************************** //
	// <!-- FUNKCE definiujące przyciski nawigacji //-->
	// *********************************************************************************************** //
	
	// <!-- 
	function OnReset()
	{
		document.formularz.action=document.formularz.Reset.value;
		document.formularz.target='';
		document.formularz.submit();
	}
	//-->
	
	// <!-- 
	function OnSubmit()
	{
		document.formularz.action=document.formularz.Submit.value;
		document.formularz.target='';
		document.formularz.submit();
	}
	//-->
	
	// <!-- 
	function OnBack()
	{
		document.formularz.action=document.formularz.Back.value;
		document.formularz.target='';
		document.formularz.submit();
	}
	//-->
	
	// <!-- 
	function OnHome()
	{
		document.formularz.action=document.formularz.Home.value;
		document.formularz.target='';
		document.formularz.submit();
	}
	//-->
		
	// <!-- 
	function OnHelptask()
	{
		document.formularz.action=document.formularz.Helptask.value;
		document.formularz.target='';
		document.formularz.submit();
	}
	//-->
	
	// <!-- 
	function OnKontakt()
	{
		document.formularz.action=document.formularz.Kontakt.value;
		document.formularz.target='';
		document.formularz.submit();
	}
	//-->
	
	// <!-- 
	function OnModify()
	{
		document.formularz.action=document.formularz.Modify.value;
		document.formularz.target='';
		document.formularz.submit();
	}
	//-->
	
	// <!-- 
	function OnWstecz()
	{
		document.formularz.action=document.formularz.Wstecz.value;
		document.formularz.target='';
		document.formularz.submit();
	}
	//-->
	
	// *********************************************************************************************** //
	
