function kkAwardNominationsMessage()
{
window.open('kk_award_message.html','nominationsError','width=537,height=397,scrollbars=no,left=207,top=120,screenX=207,screenY=120');
}

function resumeInterviewHelp()
{
window.open('resume_and_interviewing_help.html','resumehelp','width=577,height=511,scrollbars=yes,left=277,top=70,screenX=50,screenY=70');
}

function moCalendar()
{
window.open('http://www.mindlink.org/calendar.html','calendar','width=250,height=251,scrollbars=no,left=377,top=120,screenX=377,screenY=120');
}

function featArtList()
{
window.open('feat_article_list.html','articlelist','width=450,height=333,scrollbars=yes,left=250,top=70,screenX=250,screenY=70');
}

function resourceList()
{
window.open('resource_list.html','resourcelist','width=507,height=333,scrollbars=yes,left=250,top=70,screenX=250,screenY=70');
}

function freeEmail()
{
window.open('free_email.html','emailresources','width=507,height=333,scrollbars=no,left=250,top=70,screenX=250,screenY=70');
}

function freeEmailEsp()
{
window.open('free_email_espanol.html','emailresources','width=507,height=359,scrollbars=no,left=250,top=70,screenX=250,screenY=70');
}

function ruOnlineCourseAssignmentLinks()
{
window.open('ru_online_course_assignment_links.html','ruonlinelinks','width=577,height=377,scrollbars=yes,left=277,top=70,screenX=50,screenY=70');
}

function infoLine()
{
window.open('infoline_instructions.html','resourcelist','width=450,height=333,scrollbars=yes,left=170,top=50,screenX=170,screenY=50');
}

function ToMailer(a)
{
RE = /^(.+)\*(.+)$/;
var launch = a.replace(RE,"mailto:$1@$2");
window.location = launch;
}

function selectCopy()
{
   var browserVer = parseInt(navigator.appVersion); 
   if (navigator.appName == "Microsoft Internet Explorer" && browserVer >= 4)
      {
         document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input style="font-size: 12px; color: #330066; background-color: #dbdbdb" type="button" value="  Copy  " onclick="javascript:this.form.linkText.focus();this.form.linkText.select(); document.execCommand(\'Copy\')"><br>');
      }
         else
            {
               document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input style="font-size: 12px; color: #330066; background-color: #dbdbdb" type="button" value="Select all" onclick="javascript:this.form.linkText.focus();this.form.linkText.select();"><br>');
            }
}
