<!-- hide

// -------------------------------------------------------
//  Javascript written by Jae Yoon			  
//  Copyright © 1995-2007, Jae Yoon. All rights reserved. 
//  You can copy the source but just keep the recognition 
//  to the programmer					  
//  Ideas are priceless, Say NO to piracy!		  
// -------------------------------------------------------


  // cee_course.html Course Heading

Course_heading_1 = "	<TD ALIGN=center VALIGN=middle WIDTH=8% CLASS=\"ssPus\">Credits</TD>"
Course_heading_2 = "	<TD ALIGN=center VALIGN=middle WIDTH=8% CLASS=\"ssPus\">Lecture</TD>"
Course_heading_3 = "	<TD ALIGN=center VALIGN=middle WIDTH=12% CLASS=\"ssPus\">Lab</TD>"
Course_heading_4 = "    <TD ALIGN=center VALIGN=middle WIDTH=12% CLASS=\"ssPus\">Offered</TD>"
Course_heading_5 = "    <TD ALIGN=center VALIGN=middle WIDTH=13% CLASS=\"ssPus\">ABET Info</TD>"

document.write(Course_heading_1);
document.write(Course_heading_2);
document.write(Course_heading_3);
document.write(Course_heading_4);
document.write(Course_heading_5);


// -->


