function popupimg(path) {
	overlib("<img src='"+path+"' />",BGCOLOR,'#808080',FGCOLOR,"#ffffff",WRAP,RIGHT);
}

function over(content) {
	overlib(content,BGCOLOR,'#86C618',FGCOLOR,"#000000",WRAP,RIGHT);
}

function ni() {
	alert ("In Kürze ...");
}

function about() {
	alert ("phpMyBand v0.1\n2007-2008 by Brainkiller\n\nbk@heavy-metal.de\n\nVisit http://heavy-metal.de !");
}

function initPage() {
	DynarchMenu.setup('menu', { electric: 250 })
}
