/**init der grafik**/
var non = new Image();
var strich = new Image();
non.src = "img/non.gif";
strich.src = "img/strich.gif";

var quad = new Image();
var quad_x = new Image();
quad.src = "img/quad.gif";
quad_x.src = "img/quad_x.gif";
/**ende init**/



function topFrame1(URL1,F1)
{  
    top.frames[F1].location.href=URL1;
}

function contentFrame1(URL1,F1)
{  
    parent.frames[F1].location.href=URL1;
}

/**Bottom SCRIPTS**/
function BildwechselBOT(bild)
{
	   for (i=1;i<=5;i++)
	   {
	   		img = "bild"+i;
			window.document[img].src = non.src;
	   }
	   window.document[bild].src = strich.src;
}
/**ende bot**/

/**Projekte SCRIPTS**/
function BildwechselPRJ(bild)
{
	   for (i=1;i<=3;i++)
	   {
	   		img = "quad"+i;
			window.document[img].src = quad_x.src;
	   }
	   window.document[bild].src = quad.src;
}

function delpicsPRJ(bild)
{
		for (i=1;i<=3;i++)
	   {
	   		img = "quad"+i;
			window.document[img].src = quad_x.src;
	   }
}
/**ende prj**/


/**Kunst für Shelter SCRIPTS**/
function BildwechselKFS(bild)
    {
	   for (i=1;i<=18;i++)
	   {
	   		img = "quad"+i;
			window.document[img].src = quad_x.src;
	   }
	   window.document[bild].src = quad.src;
    }
	
	function delpicsKFS(bild)
	{
		for (i=1;i<=18;i++)
	   {
	   		img = "quad"+i;
			window.document[img].src = quad_x.src;
	   }
	}
/**ende kfs**/


/**Aktuelles SCRIPTS**/
function BildwechselAKT(bild)
    {
	   for (i=1;i<=4;i++)
	   {
	   		img = "quad"+i;
			window.document[img].src = quad_x.src;
	   }
	   window.document[bild].src = quad.src;
    }
	
	function delpicsAKT(bild)
	{
		for (i=1;i<=4;i++)
	   {
	   		img = "quad"+i;
			window.document[img].src = quad_x.src;
	   }
	}
/**ende akt**/

