// File: ...183.05Sp/12assets/coen183.js                   01 Jan 2007// Author: Dr. George Corliss, MU EECE, August, 2001// Frequently modified// document.write('<p>coen151.js</p><p>');var cDesignation = "COEN 151";var cNumber      = "151";var cDeptCrumbLink    = '<a class="crumbs" href="http://www.marquette.edu/engineering/pages/AllYouNeed/Electrical_Computer/electric.html">EECE</a>';var cDeptLink = '<a href="http://www.marquette.edu/engineering/pages/AllYouNeed/Electrical_Computer/electric.html">EECE</a>';var cMUCrumbLink = '<a class="crumbs" href="http://www.marquette.edu/">Marquette</a>';var cURL         = "http://www.eng.mu.edu/corlissg/151.08Sp/";var cURLLink     = '<a href="' + cURL + '">' + cURL + '</a>';var cTitle       = "Computer Graphics";var cMeets       = "MW 4:20 - 5:35 P.M., Haggerty Engineering 128";var cSemester    = "Spring 2008";var cInstructor  = "Dr. George Corliss";var cInstrShort  = "Corliss";var cInstrCrumbLink   = '<a class="crumbs" href="http://www.eng.mu.edu/corlissg/">Dr. Corliss</a>';var cInstrLink   = '<a href="http://www.eng.mu.edu/corlissg/">' + cInstructor + '</a>';var cInstrEmail  = "George.Corliss {at} Marquette.edu";var cInstrPhone  = "414.288.6599";var cInstrOffice  ="Haggerty Engineering 296";var cInstrOHours  ="MW 10, 1, 5:45 (subject to change), and by appt. ";      + 'See Dr. Corliss <a href="http://www.eng.mu.edu/corlissg/08SpWeeklySchedule.html">weekly schedule</a>.';var cPicSpecs = new Array('src="../12assets/zimag_gfc/20030723_Corliss_1.jpg" width="200" height="320"',    'src="../12assets/zimag_gfc/20030723_Corliss_2.jpg" width="200" height="320"',	'src="../12assets/zimag_gfc/20030723_Corliss_4.jpg" width="200" height="320"',	'src="../12assets/zimag_gfc/20030723_Corliss_5.jpg" width="200" height="320"',	'src="../12assets/zimag_gfc/20030723_Corliss_7.jpg" width="200" height="320"',	'src="../12assets/zimag_gfc/2006corliss.jpg" width="200" height="290"',	'src="../12assets/zimag_gfc/Corliss2.jpg" width="301" height="310"'	);var cNoPhoto = cPicSpecs.length;var r = Math.floor(cNoPhoto*Math.random() - 0.01);var cInstrPhoto   ='<img ' + cPicSpecs[r] + ' alt="' + cInstructor + '" align="right" hspace="25" vspace="25">';var cBulletinDescr = "Introduction to computer graphics algorithm design and implementation involving considerable actual computer graphics experience. Topics include: point-plotting and line-drawing techniques, two-dimensional curve fitting, two- and three-dimensional graphics, clipping, windowing, hidden line removal, modeling, input-output devices, and other topics as future trends dictate.";var cPrereq = "Proficiency in at least one high level computing language.";var cText = 'F. S. Hill, Jr., and Stephen M. Kelley, <i>Computer Graphics: Using OpenGL,</i> Third Edition, Prentice Hall, 2007. '      + 'See <a href="http://www.fshilljr.com/3rd-edition.html">www.fshilljr.com/3rd-edition.html</a>';// document.write('<p>END coen151.js</p><p>');
