function SideStoriesRollOver(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="E0C4DA";}}
function SideStoriesRollOut(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="000000";}}

function SideStoriesRollOver1(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="FCDFF6";}}
function SideStoriesRollOut1(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="E0C4DA";}}

function SideStoriesRollOver2(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="C4A9BE";}}
function SideStoriesRollOut2(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="ffffff";}}

function SideStoriesRollOver3(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="FCDFF6";}}
function SideStoriesRollOut3(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="ffffff";}}

