
var butptr = 0;
MSFPhover = true;
function MSFPpreload(img) 
{
  var a=new Image(); a.src=img; return a; 
}

function mouseclick( ptr)
{
//   if (MSFPhover)
//   {
//		if (butptr!=0) document[butptr].src=Button_off.src;
//		butptr = ptr;
//		document[ptr].src=Button_on_shadow.src;
//	}
}	 		

function mouseover( ptr)
{
	if (MSFPhover) 
	{
//       if (document[ptr].src==Button_on.src) 
//		 {
//		     document[ptr].src=Button_on_shadow.src;
//        }
//        else
//        {
//			  document[ptr].src=Button_off_shadow.src;
//	     }
//		 
//    
document[ptr].src=Button_on.src;
}
}

function mouseout( ptr)
{
	if (MSFPhover) 
	{
//        if (document[ptr].src==Button_on_shadow.src) 
//		 {
//		     document[ptr].src=Button_on.src;
//        }
//        else
//        {
//			  document[ptr].src=Button_off.src;
//	     }
//		 
//       }

document[ptr].src=Button_off.src;
}
}    
function MSFPpreload(img) 
{
  var a=new Image(); a.src=img; return a; 
}

