<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=160; // no quotes!!
XOffset=0;
staticYOffset=150; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#999999";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#E0E7EF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="#E0E7EF";
linkTarget="_top";
linkAlign="center";
barBGColor="#E0E7EF";
barFontFamily="arial";
barFontSize="2";
barFontColor="#1a1a1a";
barVAlign="center";
barWidth=20; // no quotes!!
barText="KATALOG"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["<a class=hoff href=http://www.amediarte.de/galerie/2010-2007.php>2 0 1 0 - 2 0 0 7</a><br><a class=hoff href=http://www.amediarte.de/galerie/2004-2006.php>2 0 0 6 - 2 0 0 4</a><br><a class=hoff href=http://www.amediarte.de/galerie/2003-2002.php>2 0 0 3 - 2 0 0 2</a><br><a class=hoff href=http://www.amediarte.de/galerie/2001-1999.php>2 0 0 1 - 1 9 9 9</a><br><a class=hoff href=http://www.amediarte.de/galerie/1998-1997.php>1 9 9 8 - 1 9 9 7</a><br><a class=hoff href=http://www.amediarte.de/galerie/1996-1995.php>1 9 9 6 - 1 9 9 5</a><br><a class=hoff href=http://www.amediarte.de/galerie/1994-1994.php>1 9 9 4 - 1 9 9 4</a><br><a class=hoff href=http://www.amediarte.de/galerie/1994-1993.php>1 9 9 4 - 1 9 9 3</a><br><a class=hoff href=http://www.amediarte.de/galerie/1992-1992.php>1 9 9 2 - 1 9 9 2</a><br><a class=hoff href=http://www.amediarte.de/galerie/1991-1985.php>1 9 9 1 - 1 9 8 5</a><br>"]

buildMenu();


    function web(adresse)
    	{
     var winl = (screen.width-780)/2;
	 var wint = (screen.height-580)/2;
    	  F1 = open("leer.php","Fenster1",
    	  'width=780,height=550,resizable, left='+winl+',top='+wint+'');
    	  F1.document.write("<html><head><title>: : Roman Maria Havertz &copy; VG Bild-Kunst: :</title></head><FRAMESET ROWS='100%,*' border=0 frameborder=0 framespacing=0><FRAME src='"+adresse+"' name='oben' SCROLLING='no'><FRAME src='#' name='mitte' SCROLLING='no'></FRAMESET><body></body></html>");
    	  F1.focus();
    	}
    	
   function newsinfo()
			{
			Fenster = window.open("news_info.php", "Zweitfenster1", "width=260,height=240,resizable=yes");
			Fenster.focus();
			}

//-->