{
	pics1=new Image(); 
	pics2=new Image(); 
	pics3=new Image();
	pics4=new Image(); 
	pics5=new Image(); 
	pics6=new Image(); 
	pics7=new Image(); 
	pics8=new Image();
	pics10=new Image(); 
	pics11=new Image(); 
	pics12=new Image(); 
	pics13=new Image();
	pics14=new Image(); 
	pics15=new Image(); 
	pics16=new Image(); 
	pics17=new Image();

	pics1.src = "Images/GridNavi/Button_First_normal.gif";
	pics2.src = "Images/GridNavi/Button_First_hilite.gif";
	pics3.src = "Images/GridNavi/Button_Previous_normal.gif";
	pics4.src = "Images/GridNavi/Button_Previous_hilite.gif";
	pics5.src = "Images/GridNavi/Button_Next_normal.gif";
	pics6.src = "Images/GridNavi/Button_Next_hilite.gif";
	pics7.src = "Images/GridNavi/Button_Last_normal.gif";
	pics8.src = "Images/GridNavi/Button_Last_hilite.gif";
	pics10.src = "Images/GridNavi/Video_Vor_normal.gif";
	pics11.src = "Images/GridNavi/Video_Vor_hilite.gif";
	pics12.src = "Images/GridNavi/Video_Zuruck_normal.gif";
	pics13.src = "Images/GridNavi/Video_Zuruck_hilite.gif";
	pics14.src = "../Images/GridNavi/VideoGB_Vor_normal.gif";
	pics15.src = "../Images/GridNavi/VideoGB_Vor_hilite.gif";
	pics16.src = "../Images/GridNavi/VideoGB_Zuruck_normal.gif";
	pics17.src = "../Images/GridNavi/VideoGB_Zuruck_hilite.gif";

	function NaviListe1(txt)
	{
		if (txt=="0") document.Grid1_PageNavbarFirst.src=pics1.src;
		if (txt=="1") document.Grid1_PageNavbarFirst.src=pics2.src;
	}

	function NaviListe2(txt)
	{
		if (txt=="0") document.Grid1_PageNavbarPrevious.src=pics3.src;
		if (txt=="1") document.Grid1_PageNavbarPrevious.src=pics4.src;
	}

	function NaviListe3(txt)
	{
		if (txt=="0") document.Grid1_PageNavbarNext.src=pics5.src;
		if (txt=="1") document.Grid1_PageNavbarNext.src=pics6.src;
	}

	function NaviListe4(txt)
	{
		if (txt=="0") document.Grid1_PageNavbarLast.src=pics7.src;
		if (txt=="1") document.Grid1_PageNavbarLast.src=pics8.src;
	}

	function VideoVor(txt)
	{
		if (txt=="0") document.BT_Video_Vor.src=pics10.src;
		if (txt=="1") document.BT_Video_Vor.src=pics11.src;
	}

	function VideoZuruck(txt)
	{
		if (txt=="0") document.BT_Video_Zuruck.src=pics12.src;
		if (txt=="1") document.BT_Video_Zuruck.src=pics13.src;
	}

	function VideoGBVor(txt)
	{
		if (txt=="0") document.BT_VideoGB_Vor.src=pics14.src;
		if (txt=="1") document.BT_VideoGB_Vor.src=pics15.src;
	}

	function VideoGBZuruck(txt)
	{
		if (txt=="0") document.BT_VideoGB_Zuruck.src=pics16.src;
		if (txt=="1") document.BT_VideoGB_Zuruck.src=pics17.src;
	}
}