function getForecast(kod){
	$("body").append("<div id=\"VOX_overlayUnr\" class=\"VOX_overlayBG\" onclick=\"rmelm('div#VOX_overlayUnr,div#VOX_window');return false;\"></div><div id=\"VOX_window\" style=\"padding:10px\"></div>");
	VOX_WIDTH=700;
	VOX_HEIGHT=400;
	VOX_position();
	$("#VOX_window").show();
	 sendDataUni('GET','kod='+kod+'&weather=2&pathw=../../../','admin/modules-weather/front-end/index.php?','VOX_window');
}

function rmelm(elm){
	$(elm).remove();
}


