<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function submitform(formname)
{
    document.forms[formname].submit();
}

function confirmLink(theLink, Message)
{
    if (Message == '' || typeof(window.opera) != 'undefined') {
        return true;
    }

    var is_confirmed = confirm(Message);

    return is_confirmed;
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->
