function OpenNewWindow(Picture,Breit,Hoch)
{
	xsize = Breit+30; 
	ysize = Hoch+100; 
    
	xpos =20;
	ypos = 20;

	NewWindow=window.open("","Picture","height="+ysize+",width="+xsize+",scrollbars=no,resizable=no,top="+ypos+",left="+xpos+"");
	NewWindow.document.write ("<html><head><title>:: Lillis Border Collie Trio ::");
	NewWindow.document.write ("</title><link rel='stylesheet' type='text/css' href='arthystyle.css'></head>");
	NewWindow.document.write("<body bgcolor='#FFFFFF' background='images/back_pic.gif' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload='focus()'>");
	NewWindow.document.write ("<table align='center'><tr>");
	NewWindow.document.write ("<td align='center' valign='top'>");
	NewWindow.document.write ("<table border='1' class='tabelle' cellpadding='2' cellspacing='0'><tr><td align='center'>");
	NewWindow.document.write ("<img src=");
	NewWindow.document.write (Picture);
	NewWindow.document.write (">");
	NewWindow.document.write ("</tr></table>");
	NewWindow.document.write ("</td></tr><tr>");
	NewWindow.document.write ("<td align='center' valign='bottom'>");
	NewWindow.document.write ("<br><center><form><input type='button' value='Fenster schliessen' style='background-color:990000;color:FFFFFF;font-family:Verdana;font-size:8pt;' onClick='self.close()'>");
	NewWindow.document.write ("</td></tr></table>");
	NewWindow.document.write ("</form></body></html>");
	NewWindow.document.close();
                     NewWindow.resizeTo(xsize,ysize); 
}
  
window.defaultStatus = "L I L L I S   B O R D E R   C O L L I E   T R I O";


