function email(name, domain,tld, link) {
var link = "<a href='mailto:"+name+"@"+domain+"."+tld+"'>"+link+"</a>";
document.write(link);
}

function email2(name,domain,tld) {
var link = "<a href='mailto:"+name+"@"+domain+"."+tld+"'>"+name+"@"+domain+"."+tld+"</a>";
document.write(link);
}

function onw2(filename, x, y)
{
var _y = (0);
var _x = ((screen.width/2)-(x/2));

  windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=" + x + ",height=" + y + " top=" +_y+ ",left=" +_x+ "'");
  window.open(filename, 'view', windowops);
  return;
}

// ------------------ Popup für Galerie -----------------------------

function onw(Picture,Breit,Hoch)
{
xsize = Breit+35;// Zusatz für Rand rechts und links
ysize = Hoch+100; //Zusatz für Rand oben und unten - damit Button angezeit werden kann 
    
ScreenWidth = screen.width;
ScreenHeight = screen.height;

xpos = (ScreenWidth/2)-(xsize/2);
ypos = (ScreenHeight/2)-(ysize/2);
	
	NewWindow=window.open("","Picture","height="+ysize+",width="+xsize+",scrollbars=no,resizable=no,top="+ypos+",left="+xpos+"");
	NewWindow.document.write ("<html><head><title>Palliwoda.de - Galerie");
	NewWindow.document.write ("</title></head>");
    NewWindow.document.write ("<body style='background-color:#ece9e2; color:#40666e; font-family: Arial, Helvetica, sans-serif; ' onload='focus()'>");
	//NewWindow.document.write ("<body bgcolor='#cccccc'>");
	NewWindow.document.write ("<table align='center'><tr>");
	NewWindow.document.write ("<td align='center' valign='top'>");
	NewWindow.document.write ("<table border='0' bgcolor='#40666e' cellpadding='0' cellspacing='1'><tr><td align='center'>");
	NewWindow.document.write ("<a href='javaScript:self.close()'><img alt='Bild von Palliwoda.de' style='border:1px solid #40666e;' src=");
	NewWindow.document.write (Picture);
	NewWindow.document.write ("></a>");
	NewWindow.document.write ("</tr></table>");
	NewWindow.document.write ("</td></tr><tr>");
	NewWindow.document.write ("<td align='center' style='font-size:10px;'>Zum Schließen klicken");
	NewWindow.document.write ("<br>");
	NewWindow.document.write ("</td></tr></table>");
	NewWindow.document.write ("</body></html>");
	NewWindow.document.close();
    NewWindow.resizeTo(xsize,ysize); 
}

// ----------------------------------- Vorladen ------------------------------------

function vorladen()
{
  if(document.images)
  	{
	  home1=new Image();
	  home1.src="/img/navi/home-hover.gif";
	  gb1=new Image();
	  gb1.src="/img/navi/ferienhaus-hover.gif";
	  team1=new Image();
	  team1.src="/img/navi/bildergalerie-hover.gif";
	  galerie1=new Image();
	  galerie1.src="/img/navi/impressum-hover.gif";
	  moves1=new Image();
	  moves1.src="/img/navi/kinnerstuw-hover.gif";
	  bodden1=new Image();
	  bodden1.src="/img/navi/kontakt-hover.gif";
	  spons1=new Image();
	  spons1.src="/img/navi/linksammlung-hover.gif";
	  kontakt1=new Image();
	  kontakt1.src="/img/navi/morgensonne-hover.gif";
	  bgdunkl1=new Image();
	  bgdunkl1.src="/img/navi/wiesenblick-hover.gif";
	  bglw1=new Image();
	  bglw1.src="/img/navi/bungalow-hover.gif";
	}
}