﻿function eudora(url,newwin,coords) {
window.open(url,newwin,coords);
}

function HideContent(d) {
document.getElementById(d).style.display = "none";
}

function ShowContent(d) {
document.getElementById(d).style.display = "block";
}

function hideAll() {
HideContent('menufile');
HideContent('menuedit');
HideContent('menueditt');
HideContent('menumailbox');
HideContent('menumessage');
HideContent('menutransfer');
HideContent('menuspecial');
HideContent('menutools');
HideContent('menuwindow');
HideContent('menuhelp');
}

function ab() {
HideContent('ab2')
HideContent('ab3')
HideContent('ab4')
HideContent('ab5')
}
