/*
Change Cell Backgrounds -
© Shivaji Basu (www.shivbasu.com)
To add more shock to your site, visit www.DHTML Shock.com
*/

function pOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#E29324";
}
}

function pOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#E9BC29";
}
}

function zOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#CAC147";
}
}

function zOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#E4DF7A";
}
}

function aOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#61C1D8";
}
}

function aOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#7BD6E2";
}
}

function hOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#63CE2C";
}
}

function hOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#74E443";
}
}