/*
	Standards Compliant Rollover Script
	Author : Daniel Nolan
	http://www.bleedingego.co.uk/webdev.php
*/

 function mOvr(src,clrOver)
 { if (!src.contains(event.fromElement)) {src.bgColor = clrOver;}}

 function mOut(src,clrIn) 
 { if (!src.contains(event.toElement)) {src.bgColor = clrIn;}}