		//mehrere Frames laden
	function openFrame(URL1,URL2,URL3)
	{  
		parent.frame_navi.location.href = URL1;
		parent.frame_picture.location.href = URL2;
		parent.frame_content.location.href = URL3;
	}

		// Rollover
	function high_nav(LinkObject)	{
		LinkObject.style.background='rgb(198, 193, 125)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function low_nav(LinkObject)	{
		LinkObject.style.background='rgb(149, 139, 67)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function high_bt(LinkObject)	{
		LinkObject.style.background='rgb(149, 139, 67)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function low_bt(LinkObject)	{
		LinkObject.style.background='rgb(167, 157, 86)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function high_catalognav(LinkObject)	{
		LinkObject.style.background='rgb(184, 175, 106)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function low_catalognav(LinkObject)	{
		LinkObject.style.background='rgb(167, 157, 86)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function high_nav_text(LinkObject)	{
		LinkObject.style.color='rgb(255, 255, 255)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function low_nav_text(LinkObject)	{
		LinkObject.style.color='rgb(234, 228, 214)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function high_search(LinkObject)	{
		LinkObject.style.background='rgb(255, 255, 255)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	function low_search(LinkObject)	{
		LinkObject.style.background='rgb(231, 228, 213)';
		//LinkObject.style.border='solid';
		//LinkObject.style.borderWidth='0px';
	}
	//-->