
function ankieta(numer,idk){

$("ankieta_cnt").innerHTML = "<div class='dvchip' align='center'><img src='system/ajax/img/loadc.gif' width='100' height='9' border='0' style='padding-top:50px;'></div>";
new Ajax.Updater('ankieta_cnt', 'ajax.php?mod=ankieta&action=glos&produkt=' + numer+'&ankieta='+ idk  , {asynchronous:true, evalScripts:true});
}



function mapa_geo(numer,idk) {
	
	var url = "ajax.php?mod=weterynarz&action=geomapa&id=" + numer +'&foto='+ idk  ;
	new Ajax.Request(url, {
 	method: 'get',
 	onSuccess: function(transport) {
	new Ajax.Updater('geomapka', 'ajax.php?mod=weterynarz&action=geomapa&ledit=' + numer, {asynchronous:true, evalScripts:true, encoding:'iso-8852-2'});	
			 
			 
			
			   
		}
	
	});
 

 
}


if (google.loader.ClientLocation != null) {
var miasteczko=google.loader.ClientLocation.address.city;
} else {
var miasteczko="";
}
	
	
function miastos(){
		document.form2.q.value = miasteczko;
}