// preload images:

text00 = new Image(494,49);
text00.src = "../layout/menue4.gif";

text01 = new Image(494,49);
text01.src = "../layout/text_index.gif";

text02 = new Image(494,49);
text02.src = "../layout/text_info.gif";

text03 = new Image(494,49);
text03.src = "../layout/text_boot.gif";

text04 = new Image(494,49);
text04.src = "../layout/text_test.gif";

text05 = new Image(494,49);
text05.src = "../layout/text_faq.gif";

text06 = new Image(494,49);
text06.src = "../layout/text_bild.gif";

text07 = new Image(494,49);
text07.src = "../layout/text_shop.gif";

text08 = new Image(494,49);
text08.src = "../layout/text_links.gif";



function hiLite(imgDocID,imgObjName)
{
document.images[imgDocID].src = eval(imgObjName + ".src");
}

