﻿document.write("<table id='mhTable'>");
document.write("<tr>");
document.write("<td width='15%' align='center'>");
document.write("<img alt='Welcome to CHelpers.biz by Scott Hubbert' src='/images/CH_logo.gif' /> &nbsp;");
document.write("</td>");
document.write("<td width='20%'>");
document.write("<img alt='Welcome to CHelpers.biz by Scott Hubbert' src='/images/chelpers3dd.gif' style='width: 320px; height: 82px' align='center' /> &nbsp;");
document.write("</td>");
document.write("<td style='font-size: x-large' width='100%' align='left'>");
document.write("The Personal Computer Consultant");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
function OnGoMenuFormLink(GoList) {
    var url = GoList.options[GoList.selectedIndex].value;
    var target = GoList.options[GoList.selectedIndex].className;
    GoList.selectedIndex = 0;
    GoList.blur();
    if (url) {
        NewWin = window.open(url, target);
        window['NewWin'].focus()
    }
}
