var content=new Array()

content[0]='Schulen'
content[1]='Impressum'
content[2]='Kontakt'
content[3]='NetJu´s'
content[4]='Unsere'
content[5]='Forum'
content[6]='Links'
content[7]='Downloads'
content[8]='Fragen'
content[9]='PC'
content[10]='Workshops'
content[11]='Mitgliedschaft'
content[12]='NetJu'
content[13]='Informationen'
content[14]='Infos zur'
content[15]='V.i.S.d.P.'
content[16]='noch Fragen?'
content[17]='Partner'
content[18]='Mitarbeiter'
content[19]='News &amp; Infos'
content[20]='zwo, drei, vier'
content[21]='rund um den PC'
content[22]='Fragen, Fragen'
content[23]='Pannendienst'
content[24]='Lehrer-Infos'
content[25]='stellt sich vor'

/** resizer fuer NS 4.x  */
function reloadPage(init) { 
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reloadPage(true);
/** Ende resizer fuer NS 4.x  */

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",50)
}

function changetext(whichcontent){
	style1 = '<p style="margin:0" align="center"><font style="color:#ffcb00";>';
	style2 = '</font>';
	if (document.all){
		document.all["info"].innerHTML = style1 + whichcontent + style2;
		
	}
	else if (document.layers){
		document.d1.document.d2.document.write( style1 + whichcontent + style2);
		document.d1.document.d2.document.close();
	}
	else {
		document.getElementById("info").innerHTML= style1 + whichcontent + style2;
	}
}

function changetext2(whichcontent){
	style1 = '<p style="margin:0" align="center"><font style="color:#ffcb00";>';
	style2 = '</font>';
	if (document.all){
		document.all["netju"].innerHTML = style1 + whichcontent + style2;
		
	}
	else if (document.layers){
		document.d1.document.d2.document.write( style1 + whichcontent + style2);
		document.d1.document.d2.document.close();
	}
	else {
		document.getElementById("netju").innerHTML= style1 + whichcontent + style2;
	}
}