function rufauf(urli)
{	window.open(urli,'qob_maplight','resize=no,toolbar=no,statusbar=yes,buttonbar=yes,width=776,height=480');
}
function setmap(img, lat, lon)
{
	img.src="http://maps.google.com/staticmap?center="+lat+","+lon+"&markers="+lat+","+lon+",smallblue&zoom=6&size=100x52&key="+gmapkey;
	img.onmouseover=null;
}

