var dom=(document.getElementById);

var colorOver="#aaaaaa";
var colorOut="#223377";

function cellmouseOver(i) {
        if (dom) { document.getElementById('id' + i).style.background = colorOver; }
}

function cellmouseOut(i) {
        if (dom) { document.getElementById('id' + i).style.background = colorOut; }
}

function NewWindow(MyName,sURL,MyWidth,MyHeight,MyScroll) {
        Window = window.open(sURL,MyName,'width=' + MyWidth + ',height=' + MyHeight + ',status="no",toolbar="no",menubar="no",scrollbars=' + MyScroll);
}

function writemail (mlogin, mclass) {
	eml = "<a CLASS=" + mclass+ " href='mailto:" + mlogin +  "@" + "unisoftplus" + ".com'>" + mlogin +  "@" + "unisoftplus" + ".com</a>";
	document.write (eml);
}

function writemail2 (mlogin, mclass, mword) {
	eml = "<a CLASS=" + mclass+ " href='mailto:" + mlogin +  "@" + "unisoftplus" + ".com'>" + mword + "</a>";
	document.write (eml);
}
