// JavaScript Document
function pw() {
	pw=prompt("Passwort bitte eingeben (vorlaeufig = G3ZDown):","");
	window.location=pw + ".html";
}
