function view_weather(pocasie){
	weather = pocasie;
	v_rv=480;
    s_rv=412;
	left_rv = (screen.width/2) - 206;
	top_rv  = (screen.height/2) - 240;
	rvudaje = "width="+v_rv+",height="+s_rv+",top="+top_rv+",left="+left_rv+",status=no";
ok=window.open("","",rvudaje);
ok.document.write( "<HTML><title>"+weather+"</title>")
ok.document.write( "<body leftmargin=0 marginheight=0 marginwidth=0 topmargin=0><img src='http://www.sme.sk/pocasie/dat/pocasie16.jpg' border=0 onClick='window.close();'/></BODY></HTML>")
}
