function checkfortasks (thedate, e) { theObject = document.getElementById("taskbox"); theObject.style.visibility = "visible"; var posx = 0; var posy = 0; posx = -200 + e.clientX + document.body.scrollLeft; posy = e.clientY + document.body.scrollTop; theObject.style.left = posx + "px"; theObject.style.top = posy + "px"; objID = "taskbox"; var obj = document.getElementById(objID); switch (thedate) { case "2012-2-20": obj.innerHTML ="
Marketing for Creative Businesses & Events
Mon, 20 Feb 2012 - Mon, 12 Mar 2012
"; break; case "2012-2-9": obj.innerHTML ="
Visual Literacy: Fundamentals of Film Form
Thu, 09 Feb 2012 - Thu, 01 Mar 2012
"; break; case "2012-2-25": obj.innerHTML ="
Apple Intro to Final Cut Pro
Sat, 25 Feb 2012 - Sun, 26 Feb 2012
"; break; case "2012-2-11": obj.innerHTML ="
Fundraising for the Arts
Sat, 11 Feb 2012 - Sun, 12 Feb 2012
"; break; case "2012-2-11": obj.innerHTML ="
Canon HD DSLR Camera Workshop
Sat, 11 Feb 2012
"; break; } }