function golink(oog) 
{
parent.window.location.href = oog;
}
function gomenu(oog,eeg)
{
document.getElementById(oog).bgColor = eeg;
}
