window.defaultStatus="my-physics --- die Physik-Seite für Studenten";


function antwort(){
	f2=window.open("","react","width=500,height=200,resizable=no,dependent=yes");
	f2.moveTo(screen.width/4,screen.height/4);
}

function disclaimer(){
	f3=window.open("http://www.disclaimer.de/disclaimer.htm?farbe=0A5082/FFFFFF/99B1E5/99B1E5#1","disclaimer","width=550,height=590,resizable=no,scrollbars=yes,dependent=yes");
	f3.moveTo(screen.width/6,screen.height/100);
}

function std(temp){
	f4=window.open(temp,"std","width=650,height=550,resizable=no,scrollbars=yes,dependent=yes");
	f4.moveTo(20,10);
}

function download(temp){
	f5=window.open(temp,"std","width=450,height=200,resizable=no,scrollbars=no,dependent=yes");
	f5.moveTo(20,10);
}

