<!--
function rollBack(tab_name) {
	if(document.images){
    	document.images[tab_name].src = '/tools/img/pixel' + '.gif';
	}
}
//-->