//==========================================================================
// Function: changeColor(mouse)
// Description : Validates email form to make sure required fields entered
// usage: <form action="/cgi-bin/dbform.cgi" method="POST" onsubmit="return checkform(this);">
// note: June 30, 2001
// Author: Ivan Svetic - D.J.'s Micro-Info Inc. (www.deejays.com)

   function on(el)
    {document.getElementById(el).className = 'on'}
   function off(el)
    {document.getElementById(el).className = 'off'}
	
//===========================================================================
