function f_Authenticate() {
	var oFrame = getElementByID('frmAuth');
	oFrame.src = 'CSSuite_TestDrive_Authenticate.asp?Login=' + getElementByID('txtUserName').value + '&Password=' + getElementByID('txtPassword').value;
}
