if(document.images) { 

leer= new Image(); leer.src = "../grafik/leer.gif"; 

news_0 = new Image(); news_0.src = "../grafik/but_news_0.gif"; 
news_1 = new Image(); news_1.src = "../grafik/but_news_1.gif";

alghazi_0 = new Image(); alghazi_0.src = "../grafik/but_alghazi_0.gif";
alghazi_1 = new Image(); alghazi_1.src = "../grafik/but_alghazi_1.gif";

afghane_0 = new Image(); afghane_0.src = "../grafik/but_afghane_0.gif";
afghane_1 = new Image(); afghane_1.src = "../grafik/but_afghane_1.gif";

galerie_0 = new Image(); galerie_0.src = "../grafik/but_galerie_0.gif"; 
galerie_1 = new Image(); galerie_1.src = "../grafik/but_galerie_1.gif";

shop_0 = new Image(); shop_0.src = "../grafik/but_shop_0.gif";
shop_1 = new Image(); shop_1.src = "../grafik/but_shop_1.gif";

links_0 = new Image(); links_0.src = "../grafik/but_links_0.gif";
links_1 = new Image(); links_1.src = "../grafik/but_links_1.gif";

kontakt_0 = new Image(); kontakt_0.src = "../grafik/but_kontakt_0.gif";
kontakt_1 = new Image(); kontakt_1.src = "../grafik/but_kontakt_1.gif";



}


function change(imgLocation, imgName) {

	if(document.images) {

 document.images[imgLocation].src = eval(imgName + ".src"); 

  }

}

function NewWin(breite,hoehe,url,name,scrolling){

var win = window.open(url,name,"toolbar=0,width="+breite+",height="+hoehe+",location=0,directories=0,status=0,menubar=0,scrollbars="+scrolling+",resizable=0,copyhistory=0");
win.focus();

}

function GoTo(url){

if (url != '')
{
location.href = url;
}

}