// -- Layerinstanzen für e n e r g i s c h  -- //

function showMainMenu() {
	Lmain_menu	=	new coolLayer('main_menu',null,true);
	LMouseout	= 	new coolLayer('Mouseout',null,true);
	Lueber_uns 	= 	new coolLayer('ueber_uns',null,true);
	Lleistungen = 	new coolLayer('leistungen',null,true);
	Lprodukte 	= 	new coolLayer('produkte',null,true);
	Lnews 		=	new coolLayer('news',null,true);
	
	Lmain_menu.show();
	LMouseout.show();
}
if (top.location == self.location) {
     top.location = '../index.asp'}

