function widget_weather_setTitle(s, t) {	
	var c = document.getElementById(s);
	c.innerHTML = t;
}

function widget_weather_showSettings(flashContentId) {
	var c = document.getElementById(flashContentId);
	c.showSettings();
}

function widget_weather_minimize(flashContentId) {
	
}

function widget_weather_maximize(flashContentId) {
	
}

function widget_weather_switch(flashContentId) {
	
}
