document.write('<html><head>\n');
document.write('<title>Canadian Bioinformatics Workshops Developing the Tools 2004</title>\n');
document.write('<link  rel="stylesheet" href="includes/style.css"  type="text/css">\n');

function PrintThisPage()
{
   var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,";
       sOption+="scrollbars=yes,width=700,height=600,left=100,top=25";

   var sWinHTML = document.getElementById('contentstart').innerHTML;
  
   var winprint=window.open("","",sOption);
       winprint.document.open();
       winprint.document.write('<html><head><title>Canadian Bioinformatics Workshops</title><link  rel="stylesheet" href="includes/style.css"  type="text/css"></head><body><a href="http://www.bioinformatics.ca"><img src="images/cbw_logo.gif" width="302" height="87" border="0" alt="bioinformatics.ca"></a><br /><br />');
       winprint.document.write(sWinHTML);         
       winprint.document.write('<br /><br /><br /><div align="center"><b>&copy; 2003 Canadian Genetic Disease Network / Canadian Bioinformatics Workshops </b></div></body></html>');
       winprint.document.close();
       winprint.focus();
}

document.write('</head>\n');
document.write('<body bgcolor="#FFFFFF">\n');




/* Header Table */
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="4">\n');
document.write('<tr bgcolor="#FFFFFF"><td><a href="http://www.bioinformatics.ca"><img src="images/cbw_logo.gif" width="302" height="87" border="0" alt="bioinformatics.ca"></a></td></tr>\n');
document.write('<tr bgcolor="#CCCCCC"><td><b>Developing the Tools 2004: Montreal</b></td></tr>');
document.write('</table>\n');

/* Body Table */
document.write('<table border="0" cellspacing="0" cellpadding="8">\n');
document.write('<tr><td bgcolor="#FFFFFF" valign="top" align="left">\n'); 


/* Navigation Table 
document.write('<table width="150" border="0" cellspacing="0" cellpadding="0">\n');
document.write('<tr bgcolor="#999999"><td>\n');
document.write('<table width="100%" cellspacing="1" cellpadding="4" border="0">\n');
document.write('<tr bgcolor="#FFFFFF"><td>\n');
*/

/*Start Left Navigation

document.write('&#183; <a href="index.html">Home</a><br>\n');
document.write('&#183; <a href="schedule.html">Schedule</a><br>\n');
document.write('&#183; <a href="staff.html">Staff</a><br>\n');
document.write('&#183; <a href="students.html">Students</a><br>\n');
document.write('</td></tr>\n');
*/

/*
document.write('<tr><td bgcolor="#cccccc"><b>Daily Links</b></td></tr>\n');

document.write('<tr><td bgcolor="#ffffff">');
document.write('&#183; <a href="day1.html">Day 1 - Mon 3</a><br>\n');
document.write('&#183; <a href="day2.html">Day 2 - Tues 4</a><br>\n');
document.write('&#183; <a href="day3.html">Day 3 - Wed  5</a><br>\n');
document.write('&#183; <a href="day4.html">Day 4 - Thurs 6</a><br>\n');
document.write('&#183; <a href="day5.html">Day 5 - Fri 7</a><br>\n');
document.write('&#183; <a href="day6.html">Day 6 - Sat 8</a><br>\n');
document.write('</td></tr>');
*/

/* End Left Navigation */
				

/* Close Nav table 
document.write('</table>\n');
*/

/* Close Outer Grey Table 
document.write('</td></tr></table>\n');
*/

/* Print Button
document.write('<br />');
document.write('<a href="#" onClick="PrintThisPage();">Printer Friendly Version</a>\n');
document.write('</td><td valign="top">\n');
*/



/* Start Body Content */




















