function rollIn(el){	
	el.initstyle=el.style.cssText;
}
function rollOut(el){
	el.style.cssText=el.initstyle;
}