
// function mail() is in pjk.js


function showStatus(text) {
      // To correct a bug in MSIE.
      // MSIE won't show a message in the status bar when using onMouseOver.
      window.setTimeout('window.status=\"' + text + '\"', 1);
   }

function onBunny() {
   showStatus("go to Main Page - Homepage - Patrick J. Kidd");
   return true;
   }

function offBunny() {
   }


//
document.writeln("<br>");

document.writeln("<link rel='icon' type='image/vnd.microsoft.icon' href='images/pjk.ico'>");
document.writeln("<link rel='shortcut icon' type='image/vnd.microsoft.icon' href='images/pjk.ico'>");


window.defaultStatus='Patrick J. Kidd - Dawson College'
document.writeln("   <a NAME='top'></a>");

document.writeln("<form name='form1' action=''><table align=right>");

document.writeln("<tr><td>");
document.writeln("<a href='index.htm' class='bunny' target='_top' onMouseOver='onBunny();' onMouseOut='offBunny();'>");
document.writeln("<img SRC='images/bunny.gif' id='bunny' alt='go to Main Page' BORDER=0 height=231 width=179>");
document.writeln("</a>");
document.writeln("</td></tr>");

document.writeln("<tr><td>");
document.writeln("<INPUT class='button100' TYPE='button' NAME='pkButton' VALUE='Home - Main Page' onclick=window.location='http://www.pkidd.com' onMouseOver=\"showStatus('go to Main Page - Homepage - Patrick J. Kidd')\">");
document.writeln("</td></tr>");

document.writeln("<tr><td>");
document.writeln("<INPUT class='button100' TYPE='button' NAME='baButton' VALUE='Business Administration' onclick=window.location='http://www.dawsoncollege.qc.ca/programs/tech/busi_admin/' onMouseOver=\"showStatus('Business Administration Department Homepage')\">");
//document.writeln("<INPUT class='button100' TYPE='button' NAME='baButton' VALUE='Business Administration' onclick=window.location='http://www.dawsoncollege.qc.ca/departments/tech/busiadmin/' onMouseOver=\"showStatus('Business Administration Department Homepage')\">");
document.writeln("</td></tr>");

// document.writeln("<tr><td>");
// document.writeln("<INPUT class='button100' TYPE='button' NAME='csButton' VALUE='Computer Science' onclick=window.location='http://www.dawsoncollege.qc.ca/departments/tech/comp_sci/' onMouseOver=\"showStatus('Computer Science Department Homepage')\">");
// document.writeln("</td></tr>");

document.writeln("<tr><td>");
document.writeln("<INPUT class='button100' TYPE='button' NAME='dcButton' VALUE='Dawson College' onclick=window.location='http://www.dawsoncollege.qc.ca' onMouseOver=\"showStatus('Dawson College Homepage')\">");
document.writeln("</td></tr>");

document.writeln("<tr><td>");
document.writeln("<INPUT class='button100' TYPE='button' NAME='mydcButton' VALUE='MyDawson' onclick=window.location='https://dawsoncollege.omnivox.ca/' onMouseOver=\"showStatus('MyDawson')\">");
//document.writeln("<INPUT class='button100' TYPE='button' NAME='mydcButton' VALUE='MyDawson' onclick=window.location='https://dawsoncollege.intraflex.ca/' onMouseOver=\"showStatus('MyDawson')\">");
document.writeln("</td></tr>");

document.writeln("<tr><td>");
sendmemail = "mailto:" + p + at + dc;
//document.writeln("<INPUT class='button100' TYPE='button' NAME='button100' VALUE='E-mail &nbsp; PJK' onclick=window.location=sendmemail onMouseOver=\"showStatus('Send E-mail to Patrick J. Kidd')\">");
document.writeln("<INPUT class='button100' TYPE='button' NAME='button100' VALUE='E-mail &nbsp; PJK' onclick=window.location='fpp-email/index.html' onMouseOver=\"showStatus('Send E-mail to Patrick J. Kidd')\">");
document.writeln("</td></tr>");

document.writeln("</table></form>");

document.writeln("<script language='JAVASCRIPT' type='text/javascript' src='menu.js'></script>");
document.writeln("<script language='JAVASCRIPT' type='text/javascript' src='menu_data.js'></script>");
document.writeln("<script language='JAVASCRIPT' type='text/javascript' src='copyrite.js'></script>");




