function text_onmouseover (text) {
pgtext= text;
pgtext.style.color = "#FFFF00"
}

function text_onmouseout (text) {
pgtext= text;
pgtext.style.color = "#C0C0C0"
}
