function $(id) {
	return document.getElementById(id);
}
var loading_html='<BR><BR><BR><center><span style="font-weight: bold; color: #ffcc00">Trwa otwieranie strony. Proszę czekać...<BR></span><img src="img/loading.gif"></center>';  
function woj_hint($text)
{
$("wojew_hint").style.background = "#FFFFBB";
$("wojew_hint").innerHTML = $text;
}
function hide_hint()
{
$("wojew_hint").style.background = "none";
$("wojew_hint").innerHTML = "&nbsp;";
}
function dodaj_do_notatnika(ido)
{

advAJAX.post
	(
		{
			url: "http://tur-oferty.pl/functions_do.php",
			parameters : 
            {
            	"method" : "notatnik,dodaj",
            	"ido" : ido
            },
			onInitialization : function() 
			{
								
			},
			onSuccess : function(obj) 
			{ 
				eval(obj.responseText); 
			
			},
			onError : function(obj)
			{ 
				alert("Error: " + obj.status); 
			},
			onFinalization : function() 
			{
				
			}
		}
	);            
}
function usun_z_notatnika(oid)
{
$("oferta_id").value = oid;
$("form").submit();
}