function pop(the_image,the_width,the_height,the_scrollbar)
{
fenster=window.open ("","vettersnews","width="+the_width+",height="+the_height+",scrollbars="+ the_scrollbar +",resizable=yes,dependent=yes,status=no,toolbar=no,menubar=no");
fenster.document.writeln ('<html>');
fenster.document.writeln ('<head>');
fenster.document.writeln ('<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">');
fenster.document.writeln ('</head>');
fenster.document.writeln ('<font face="Arial">');
fenster.document.writeln ("<title>vetters.net</title>");
fenster.document.writeln ('<body bgcolor="#eefaf3">');
fenster.document.writeln ('<base target="_blank"><center>');
fenster.document.writeln ('<img border="0" src="' + the_image + '"><br><br>');
fenster.document.writeln ('</body>');
fenster.document.writeln ('</html>');
}


function picturepop(width_s, height_s, titel_s, url_s){
  fenster = window.open ("","Hallo","width="+width_s+",height="+height_s+",scrollbars=no,resizable=yes,dependent=yes,status=no,toolbar=no,menubar=no");
  fenster.document.writeln ('<html>');
  fenster.document.writeln ('<head>');
  fenster.document.writeln ('<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">');
  fenster.document.writeln ('<meta name="GENERATOR" content="Microsoft FrontPage 4.0">');
  fenster.document.writeln ('<meta name="ProgId" content="FrontPage.Editor.Document">');
  fenster.document.writeln ('</head>');
  fenster.document.writeln ('<font face="Arial">');
  fenster.document.writeln ("<title>"+titel_s+"</title>");
  fenster.document.writeln ('<body bgcolor="#ffffff">');
  fenster.document.writeln ('<base target="_blank"><center>');
  fenster.document.writeln ('<img border="0" src="'+ url_s +'"><br><br>');
  fenster.document.writeln ('<INPUT TYPE="BUTTON"  value="schliessen" onclick="window.close()">');
  fenster.document.writeln ('</body>');
  fenster.document.writeln ('</html>');
}


function big_image(){
  fenster = window.open ("","Hallo","width=800,height=550,scrollbars=no,resizable=yes,dependent=yes,status=no,toolbar=no,menubar=no");
  fenster.document.writeln ('<html>');
  fenster.document.writeln ('<head>');
  fenster.document.writeln ('<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">');
  fenster.document.writeln ('<meta name="GENERATOR" content="Microsoft FrontPage 4.0">');
  fenster.document.writeln ('<meta name="ProgId" content="FrontPage.Editor.Document">');
  fenster.document.writeln ('</head>');
  fenster.document.writeln ('<font face="Arial">');
  fenster.document.writeln ("<title>Veetīs Gespann auf dem Brenner</title>");
  fenster.document.writeln ('<body bgcolor="#ffffff">');
  fenster.document.writeln ('<base target="_blank"><center>');
  fenster.document.writeln ('<img border="0" src="'+ "images/brenner.jpg" +'"><br><br>');
  fenster.document.writeln ('<INPUT TYPE="BUTTON"  value="schliessen" onclick="window.close()">');
  fenster.document.writeln ('</body>');
  fenster.document.writeln ('</html>');
}

function webcam(width_s, height_s, titel_s, url_s){
  fenster = window.open ("","Hallo","width="+width_s+",height="+height_s+",scrollbars=no,resizable=yes,dependent=yes,status=no,toolbar=no,menubar=no");
  fenster.document.writeln ('<html>');
  fenster.document.writeln ('<head>');
  fenster.document.writeln ('<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">');
  fenster.document.writeln ('<meta name="GENERATOR" content="Microsoft FrontPage 4.0">');
  fenster.document.writeln ('<meta name="ProgId" content="FrontPage.Editor.Document">');
  fenster.document.writeln ('</head>');
  fenster.document.writeln ('<font face="Arial">');
  fenster.document.writeln ("<title>"+titel_s+"</title>");
  fenster.document.writeln ('<body bgcolor="#ffffff">');
  fenster.document.writeln ('<base target="_blank"><center>');
  fenster.document.writeln ('<img border="0" src="'+ url_s +'"><br><br>');
  fenster.document.writeln ('<INPUT TYPE="BUTTON"  value="schliessen" onclick="window.close()">');
  fenster.document.writeln ('</body>');
  fenster.document.writeln ('</html>');
}

