
//Popupfenster

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=1024,height=768,left = 0,top = 0');");
}
// End -->



 

//Bottons ändern

function change(obj,nid)
{
	obj.id=nid;
}

//Rollover Grafiken

image1 = new Image();
image1.src = "../images/Proj_Bott.jpg" height="18";

image2 = new Image();
image2.src = "../images/Gal_Bott.jpg" height="18";

image3 = new Image();
image3.src = "../images/Ani_Bott.jpg" height="18";

image4 = new Image();
image4.src = "../images/Imp_Bott.jpg" height="18";

image5 = new Image();
image5.src = "../images/Home_Bott.jpg" height="18";

