 //<--

function openwebcamWindow(i)
{
 var page ="templates/tpl_w1.php?";
 page2=page+i;
 OpenWin = this.open(page2, "WEBCAMS", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=630,height=320");
}


function openwebcamWindow(theURL)
{
 var meteowin;
 meteowin = open("","meteowin","height=320,width=420");
 meteowin.document.open();
 
 with (meteowin.document)
 {
	   write("<html><head><title>WETTERBERICHT von METEOPRESS</title></head>");
	   write("<table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
       write("<tr><td>");
	   write("<img src=\"../gif/meteotop.gif\" width=\"409\" height=\"28\" border=\"0\">");
	   write("</td></tr>");
	   write("<tr><td>");
	   write("<img src=\"http://www.meteopress.cz/img_cam/",theURL);
	   write("\" width=\"330\" height=\"266\" border=\"0\">");
	   write("</td></tr>");
	   write("<tr><td>");
	   write("<a href=\"javascript: window.close();\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"1\">FENSTER SCHLIE&szlig;EN </font></a>");
	   write("</td></tr></table>");
	   write("</html>");
	 }//write
   }// openmeteo  


function openmeteoWindow(theURL)
{
 var meteowin;
 meteowin = open("","meteowin","height=320,width=420");
 meteowin.document.open();
 
 with (meteowin.document)
 {
	   write("<html><head><title>WETTERBERICHT METEOPRESS</title></head>");
	   write("<table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
       write("<tr><td>");
	   write("<img src=\"../gif/meteotop.gif\" width=\"409\" height=\"28\" border=\"0\">");
	   write("</td></tr>");
	   write("<tr><td>");
	   write("<img src=\"http://www.meteopress.cz/web/hory/",theURL);
	   write("\" width=\"409\" height=\"235\" border=\"0\">");
	   write("</td></tr>");
	   write("<tr><td>");
	   write("<font face=\"Verdana,arial,Helvetica\" size=\"1\" color=\"#969696\">pondeli=Montag&nbsp;&nbsp;&nbsp;utery=Dienstag&nbsp;&nbsp;&nbsp;streda=Mittwoch&nbsp;&nbsp;&nbsp;ctvrtek=Donnerstag patek=Freitag&nbsp;&nbsp;&nbsp;sobota=Sonnabend&nbsp;&nbsp;&nbsp;nedele=Sonnatg</font> ");
	   write("</td></tr>");
	   write("<tr><td>");
	   write("<a href=\"javascript: window.close();\"><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"1\">FENSTER SCHLIE&szlig;EN </font></a>");
	   write("</td></tr></table>");
	   write("</html>");
	 }//write
   }// openmeteo  

function openhelpWindow(i)
{
 var page ="templates/tpl_h1.php?";
 page2=page+i;
 OpenWin = this.open(page2, "HILFE", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=630,height=520");
}

function show(i,j)
{
 var size;
 if(j=="p") var page ="/templates/tplm02.php?map=";
 if(j=="v") var page ="/templates/tplm04.php?map=";
 page2=page+i;
 if(j=="p") OpenWin = this.open(page2, "Bildergalerie", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=690,height=550");
 if(j=="v") OpenWin = this.open(page2, "Bildergalerie", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=350,height=280");
}

function shows(i)
{
 var page ="/templates/tplm02.php?map=";
 page2=page+i;
 OpenWin = this.open(page2, "Bildergalerie", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=500,height=350");
}
 //-->
