
//*************************************
//Popup for images
//*************************************
function Popupweather(){
window.open("about:blank","Popupweather","toolbar=no, top=60, left=25, width=650, height=650, addressbar=0, resizable=no");
	Weer.submit();
}
function Tomorowweather(){
window.open("about:blank","Tomorowweather","toolbar=no, top=60, left=25, width=650, height=650, addressbar=0, resizable=no");
	Morgen.submit();
}

