adresse = new Array(
"../info.htm",
"../kontakte.htm",
"../angebot.htm",
"../links.htm",
"../webmaster.htm", 
"junior.htm",	//5
"senior.htm",
"stockcar.htm",		
"superstockcar.htm",
"scottiespecial.htm",
"../programm.htm");			//10		
				

			
function fenster(nr)
 {
   var win;   
   win=window.open((adresse[nr]),"fenster","width=800,height=600,resizable=yes,scrollbars=yes,top=0,left=0");
}

