/* Seitenaufrufe in PopUp-Fenstern */
function goToSite(uri,w_width,w_height)
{
	var msgWindow = 				window.open(uri,"external","toolbar=no,menubar=no,statusbar=no,scrollbars=auto,resizable=yes,width=" + w_width + ",height=" + w_height);
	msgWindow.focus();
}; 
		
/* benoetigt die dhtml.js Bibliothek */
function change_footer(text) {
 if (!text) {
  text = "";
 }
 if(DHTML) {
   if(!NS) setCont("id","footer",null,text);
 }
 else return;
}

/* Mouseover */
function change(name, bild) 
{ 	
self.document[name].src=bild;
};
