function slideit(bigpic) 
{
	document.images.Pic.filters[0].apply();
	document.Pic.src=bigpic;
	document.images.Pic.filters[0].play(); 
}