/* Author: Mike Kelly 
/* Author Email: mike@cpumechanics.com */
/* Creation date: 02.2009 */
/*
	Script: mouse
	URI: http://cpumechanics.com/mouse.js
	Description: Change mouse buttons to clicked stated upon hover. 
	Author URI: http://cpumechanics.com/	
*/
function change(id, newClass) 
{ 
identity=document.getElementById(id); 
identity.className=newClass; 
} 
