
var INDEX_CONTENT = 
                    "<br/><br/>"
                  + "Hi! I am a MFA 3D Rigging Major in the Animation and Visual Effects<br/>"
                  + "department at the Academy of Art University San Francisco. I would like<br/>"
                  + "to pursue a career as a Technical Director in the near future. I am in the<br/>"
                  + "process of completing my graduate thesis in rigging. I will graduate in<br/>"
                  + "Spring 2010. I have a BFA in Media Arts from SUNY Fredonia.<br/>"
				  + "<br/>"
				  + "I have taken classes in 2D and 3D animation, website design and video art.<br/>"
				  + "I have the most passion for rigging.<br/>"
				  + "<br/>"
				  + "The '3D Projects' button includes rigging, my thesis progression <br/>"
				  + "and animations.<br/>"
				  + "<br/>"
				  + "*SIDE NOTE - In order to view some of the pieces of my work, <a href='http://www.apple.com/quicktime/download' target='_blank'>QuickTime</a><br/>"
				  + "has to be installed onto your computer.";
				  
var RESUME_CONTENT_TITLE_1 = "Experience";

var RESUME_CONTENT_BULLETS_1 = 
                    "Rigger: Academy of Art University<br/>"
				  + indent(10) + "- Rigged two quadrupeds for a realistic Fall 2009 class<br/>"
				  + "Intern Rigger: Ghost Rabbit Entertainment<br/>"
				  + indent(10) + "- Rigged two characters for their game company<br/>"
				  + "Academy of Art Spring Show 2009<br/>"
				  + indent(10) + "- Second Place for bird rig in Mel Scripting/Rigging Category<br/>"
				  + "Lead Rigger: PL Entertainment<br/>"
				  + indent(10) + "- Rigged Characters for two animated music videos<br/>"
				  + "Web Graphic Designer: Fanwick Associates<br/>"
				  + indent(10) + "- Created art designs on behalf of their client's websites<br/>"
				  + "Gallery Opening: The Closures<br/>"
				  + indent(10) + "- Senior Gallery Opening of my capstone project and website of all my work<br/>"
				  + "Intern Website Designer: SUNY Fredonia<br/>"
				  + indent(10) + "- Designed a website for Revenue Accounting/Student Accounts<br/>"
				  + "Graphic Designer: David Rothstein<br/>"
				  + indent(10) + "- Created a brochure and compact disks for his artwork<br/>";
				
var RESUME_CONTENT_TITLE_2 = "Education";

var RESUME_CONTENT_BULLETS_2 = 
				    "Masters of Fine Art, Academy of Art University San Francisco, 2007-2010<br/>"
				  + indent(10) + "- Major in 3D Modeling<br/>"
				  + indent(20) + "- Specialization: Character Rigging<br/>"
				  + "Bachelor of Fine Art, State University of New York at Fredonia, 2003-2007<br/>"
				  + indent(10) + "- Major in Media Arts, Graduated Cum Laude<br/>";

var RESUME_CONTENT_TITLE_3 = "Software";

var RESUME_CONTENT_BULLETS_3 = 
				    "Adobe After Effects, Adobe Dreamweaver, Adobe Flash, Adobe Illustrator, Adobe ImageReady, Adobe Photoshop,<br/>" 
				  + "Autodesk Maya, Autodesk 3D Studio Max, C++, Cinema 4D, Final Cut Pro, Logic Express, MEL Scripting, Max/Jitter, Python<br/>";

var RESUME_CONTENT_TITLE_4 = "Additional";

var RESUME_CONTENT_BULLETS_4 = 
				    "President of the Jewish Student Union, SUNY Fredonia<br/>"
				  + "Campus Tour Guide, SUNY Fredonia";

var CONTACT_CONTENT =
					"Contact:"
				  + "<br/>"
				  +	"Jenette Liss <br/>"
				  +	"Email: <a href='mailto:Jenette7@aol.com'>Jenette7@aol.com</a><br/>"
				  +	"Phone: (914) 772-8802<br/>";
				  
var CONTACT_PHONE = "Phone: (914) 772-8802";

var CONTACT_EMAIL = "Email: <a href='mailto:Jenette7@aol.com'>Jenette7@aol.com</a>";

/* Thesis text is in a PSD file */
				  
var HENRIETTA_CONTENT = 
                    "There are two parts to Henrietta's rig. The rig portion has just the tree's rig. The<br/>"
                  + "animator used this file to create the animation. The other portion, of leaves<br/>"
				  + "falling, is a simulation of the leaves falling off the tree. This process took a<br/>"
				  + "whole year to create from using ncloth to regular dynamics and finally to<br/>"
				  + "bringing it into Houdini.";

function indent(cnt)
{
  if (cnt == 0) {
    return "&nbsp ";
  }
  else {
    return ("&nbsp" + indent(cnt-1));
  }
}
