// JavaScript Document
function openform(formpage)
	{
		var openfile = formpage;
		var width = 680;
		var height = screen.height - 80;
		var left = 0
		var top = 0;
		var op = window.open(openfile,"","width="+ width +",height=" + height + ",location=0,menubar=0,status=0,resizable=no,scrollbars=yes,top=" + top + ",left=" + left + "");
	} 
function botclear()
	{
		parent.botformref.document.thebotform.AttorNeyname.focus();
		parent.botformref.document.thebotform.reset();
	}
function botSubmit()
	{
		parent.botformref.document.thebotform.submit();
	}
function botPrint()
	{
		parent.botformref.document.thebotform.NeedReport.focus();
		window.print();
	}
function botclearp()
	{
		parent.botformrep.document.thebotform.ClosindDate.focus();
		parent.botformrep.document.thebotform.reset();
	}
function botSubmitp()
	{
		parent.botformrep.document.thebotform.submit();
	}
function botPrintp()
	{
		parent.botformrep.document.thebotform.ClosindDate.focus();
		window.print();
	}
function makeitup(some)
	{
		some.value = some.value.toUpperCase();
	}
function formsended()
	{
		alert("thank you for submiting form");
	}