function writeResume(){
replaceText = "
"
+"To be employed in the software development industry as a programmer and graphic designer, offering "
+"complete and professional solutions to clients.
"
+""
+"Lead Developer and Graphic Designer, Marketlinx Solutions. May 1999 - Present.
"
+"Manage several modules and projects throughout the web-based system via knowledge of ASP, JavaScript, HMTL, DHTML, CSS, XML/XSL, "
+"Photoshop, Flash, Illustrator, and SQL. "
+"Responsible for structuring, designing, coding, and organizing many individual long-term efforts, and have also integrated "
+"quickly and efficiently with numerous groups and teams to become an invaluable resource in countless areas."
//+"Consistently handle a wide array of side tasks including production of interface mock-up design and coding, print media, interactive tradeshow presentations, "
//+"and system documentation.
"
+"
Programming Support Intern, William Price, Inc. 1999.
"
+"Utilized Flash, Director, Photoshop, and DreamWeaver to assist in completion of interactive multimedia and print "
+"projects including video games, interactive enhanced music CDs, web pages, and company identity packages. Listed as Production "
+" Assistant for Kids to the Rescue video game.
"
+"Bookseller, B. Dalton. 1998 - 1999.
"
+"Provided customer services, stocked and tracked inventory, handled sales validation and other closing routines.
"
+"Grounds Maintenance, The University of Tennessee Athletic Department. 1997 - 1998.
"
+"Managed upkeep and game-day operations of Division I Lady Volunteers Soccer facility. Assisted in care of football, track,"
+"baseball, softball, and training fields throughout campus.
"
+"Work/Study Student, The University of Pittsburgh Office of Cell Biology and Physiology. 1996.
"
+"Updated medical records, distributed inter-office mail, and performed general office duties.
"
//+""
//+"Did stuff...
"
+""
+"Bachelor of Arts in English: Technical Communication from The University of Tennessee, May 2000.
"
+""
+"My name is Matt Mahoney. I am married, 30 years-old, and currently live in Knoxville, TN. I enjoy hockey, "
+"playing guitar, writing short stories, and checking out games of all kinds. I love to sketch and use Photoshop every chance I get. Video games fascinate me due to the sheer "
+"amount of art and code that it takes to produce them. I am currently learning to play guitar within a band and am always looking for a great new art "
+"project to work on.
";
document.getElementById('contentTopLeft').innerHTML = replaceText;
replaceText = "resume";
document.getElementById('titleTopLeft').innerHTML = replaceText;
}
function writeContact(){
replaceText = "If you want to get ahold of me for some reason, "
+"I can be reached via the following methods:
"
+"matt@mattmahoney.com
"
+"please email
"
+"please email"
+"
Other sites of mine:
"
+"Epoch Shift (on hold)
"
+"Gay Wizards (my band)";
document.getElementById('contentBottomRight').innerHTML = replaceText;
replaceText = "contact";
document.getElementById('titleBottomRight').innerHTML = replaceText;
}
function writePortfolio(){
replaceText = "Click image to see the complete work:
";
for(i=0;i