<!--
	// _init.js
	// Copyright (c) 2008 Big River Data.  All Rights Reserved.
	// To obtain a legal license for this software, contact info@bigriversystems.com.
	// Unauthorized usage, distribution and/or reverse engineering are strictly prohibited and may result in legal action.
	// code generated by the appGenerator on November 10, 2008

	function init() {
		frm = false;
		if (document.getElementById("inputForm")) {
			// if the form (element) exists 1551097;
			var frm = document.getElementById("inputForm");
			// hide the following rows initially (when the form/page first loads);
	  	} 
	  	
		if (document.getElementById("modifyForm")) {
			// if the form (element) exists;
			var frm = document.getElementById("modifyForm");
			// hide the following rows initially (when the form/page first loads);  
		}  
		if (frm) {
	
		} // end-if form exists;
	} // close init function;

//-->