function openScript(pic, width, height, pictext, picheader)
   {
   disppic=new Image(); disppic.src=pic;
   if (height == 0)
      {
      height = disppic.height + 30;
      }
   if (width == 0)
      {
      width = disppic.width + 26;
      }
   if (picheader != "")
      height=height + 50;
   if (pictext != "")
      height=height + 34;
   if (typeof(win) == "object")
      win.close();
   win = window.open('empty.html',"SomersetHillBildergalerie",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,addressbar=no,status=no');
   win.focus();
   win.document.writeln('<HTML>');
   win.document.writeln('<HEAD>');
   win.document.writeln('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">');
   win.document.writeln('<META NAME="Generator" CONTENT="Manual">');
   win.document.writeln('<META NAME="Author" CONTENT="Ralf Elsner">');
   win.document.writeln('<META NAME="Description" CONTENT="Somerset Hill - Guesthouse">');
   win.document.writeln('<META NAME="keywords" CONTENT="Somerset Hill, Somerset, Guesthouse, Gstehaus, Gaestehaus, Sdafrika, Suedafrika, South Africa, Kapstadt, Capetown,  hotels, small luxury hotels,  Cape Town, luxury, Cape hotels, winery, wine, Chardonnay, Sauvignon Blanc Chardonnay, Merlot, Cabernet Sauvignon, Bordeaux Blend, Cabernet Franc, picnic, venue, fishing, hiking, Western Cape, Western Cape accommodation, South African wine, South African accommodation, Winelands, Winelands hotel, Cape Wines, wedding, wedding venue, Western Cape function, Winelands function, trout fishing, Winelands wedding, wine estate, helicopter tours, Wineland helicopter tours, golf, Winelands golf, Cape Town golf, birds, bird watching, Cape Equestrian, horse riding, Winelands restaurant, restaurant, diving, scuba, sailing, sail, activity, activities whale watching, shark diving, sharks, tauchen, haitauchen, haie, reiten, pferdereiten, wein, angeln fischen, forellen, Luxus, luxus">');
   win.document.writeln('<title>Somerset Hill - Bildergalerie</title>');
   win.document.writeln('</HEAD>');
   win.document.writeln('<link rel=stylesheet type="text/css" HREF="../html/style.css">');
   win.document.writeln('<link rel=stylesheet type="text/css" HREF="../html/site.css">');
   win.document.writeln('<BODY BGCOLOR="#FFF8E8" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>');
   win.document.writeln('<P align="center style="font-size:12pt; color:#3B527C"">'+picheader+'</p></font>');
   win.document.writeln('<img style="margin-bottom:0pt; margin-top:0pt;" src='+disppic.src+'>');
   win.document.writeln('<p align=center style="font-size:18pt; color:#3B527C; margin-bottom:0pt; margin-top:0pt;">'+pictext+'</b></font></p>');
   win.document.writeln('</BODY>');
   win.document.writeln('</HTML>');
   }

