////////////////////

	//BEM Calendar PopUp - Version 1.1 - 11th July 2005
	//This file also requires 'Calendar.asp' in the same folder as the file calling the script

////////////////////

	function calendar(sTxtBoxName)
	{
	windowDatePicker = window.open("calendar.asp?txtbox=" + sTxtBoxName,"dp","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=198,height=190,left=375,top=200");
	windowDatePicker.focus();
	}
