/*
(C)Copyright differentcomputing
webmaster@different-c.com

All code (including but not limited to HTML, Java script and PHP) and images (c) copyright 2002- to different computing all rights reserved.
if you wish to modify any code or images used in this page please contact webmaster@different-c.com with details of the modifications before attempting the modification.
*/

function sts_change(sts_name,Direction)
	{
	if (Direction=='Over')
		{
		document.getElementById(sts_name+"Table").className='areainset2';
		}
	else
		{
		document.getElementById(sts_name+"Table").className='areainset1';
		}
	}
