
function send_comment() {
	document.getElementById('frm_comment').action ="/send_comment.php";
	document.getElementById('frm_comment').submit();
}

function send_reservation() {
	document.getElementById('frm_comment').action ="/send_reservation.php";
	document.getElementById('frm_comment').submit();
}


function toFavorite(Ftitle, Furl)
{
	if( window.sidebar && window.sidebar.addPanel ) 
	{ 
		window.sidebar.addPanel( Ftitle, Furl, '' ); 
	} else if( window.external && ( navigator.platform == 'Win32' || ( window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1 ) ) ) 
	{ 
		window.external.AddFavorite( Furl, Ftitle ); 
	} else if( window.opera ) { 
		 window.alert( 'Naciśnij klawisze Ctrl+D aby dodać stronę do zakładek.' ); 
	} else { 
		 window.alert( 'Proszę użyć funkcji dodawania do zakładek dostępnej w przeglądarce internetowej.' ); 
	} 
}
