// JavaScript Document
function txtrollin(el)
{
	el.initstyle=el.style.cssText;
	el.style.cssText=el.fprolloverstyle;
}
function txtrollout(el)
{
	el.style.cssText=el.initstyle;
}