// **************************************************
// Permission granted to use and/or redistribute this
// script, so long as this notice remains intact.
// www.TheWebHut.com / support@WebPage-Tools.com
// **************************************************
// Change "guest" to your desired Username below.
// Change "enter" to your desired Password below.
// You can also change the URL's to reflect your own.
// **************************************************
//	if ((form.Username.value=="und-online") && (form.Password.value=="dp2und")) { 
//window.open("Sample.htm",null,
//    "height=200,width=400,status=yes,toolbar=no,menubar=no,location=no");
function authUser(form) 
{ 
var AUWin;
	if ((form.Username.value=="babeluzu") && (form.Password.value=="dp2alle")) { 
		authUserWin = window.open("ftp://babeluzu:dp2alle@ftp.und-online.ch/","_blank","resizable=yes,scrollbars=yes,menubar=no,titlebar=yes,status=no,directories=no,location=no,toolbar=yes,width=800,height=600,left=350,top=250");
	} else { 
		location="fr_unauthorized.htm";
    	} 
} 
