<!--
//******************************************************************************
//*                             COPYRIGHT NOTICE                               *
//******************************************************************************
//* Copyright: Unknown                                                         *
//* If you own the copyright to this script, please contact me via my feedback *
//* form on this site with details and I will put the appropriate information  *
//* into place immediately.                                                    *
//*                                                                            *
//* Visit http://www.daxassist.com for this and more scripts along with full   *
//* tutorials.                                                                 *
//*                                                                            *
//* ------------------------------                                             *
//* SCRIPT FOR PASSWORD PROTECTION                                             *
//* ------------------------------                                             *
//* This script may be used and modified free of charge by anyone so long as   *
//* this entire copyright notice remains intact.  By using this script, you    *
//* to indemnify DaxAssist from any liability that might arise from its use.   *  
//*                                                                            *
//* FREE distribution of this script [copyright notice MUST be included] is    *
//* permitted. Selling of this or any script held under copyright by DaxAssist *
//* is strictly forbidden WITH NO EXCEPTIONS.                                  *
//******************************************************************************

	var new_window = null;
	function Password1() {
	new_window = window.open('login1.cfm', 'LoginID', 'width=350,height=200,resizable=1');
	}

	var new_window = null;
	function Password2() {
	new_window = window.open('login2.cfm', 'LoginID', 'width=350,height=200,resizable=1');
	}
// -->