

	MH = {}
	MH.langs = {}
	MH.langs[0] = "en";
	
	MH.submenu = {}

	MH.submenu.projects = {}
	MH.submenu.projects.title = "Programming";
	MH.submenu.projects.names = ["Radio", "SQL", "Java", "Misc. Advice", "Idea Lab", "QBASIC", "prssd.com"];
	MH.submenu.projects.values = ["radio.html", "sql.html", "java.html", "advice.html", "ideas.html", "QBASIC.html", "test.php"];

	MH.submenu.links = {}
	MH.submenu.links.title = "External Links"
	MH.submenu.links.names = ["Jimmie's Chicken Shack","Wired", "Echoface", "A List Apart","Digital Web","Mezzoblue", "Seaglass"]
	MH.submenu.links.values = ["http://www.jimmieschickenshack.net","http://wired.com", "http://www.echoface.com","http://www.alistapart.com/","http://digital-web.com/","http://www.mezzoblue.com", "seaglass.html"]
		
	MH.menu = {}
	MH.menu.title = "MENU"
	MH.menu.names = ["Home", "Resum&#0233;", "Contact", "1969 GTX", MH.submenu.projects, MH.submenu.links, "Pics"]
	MH.menu.values = ["index.html", "resume.html", "contact.html", "gtx.html", "", "", "http://www.flickr.com/photos/holmes610/"]

	MH.text = {}
	MH.text.footer = {}
	MH.text.footer.en = "<span class='copy'>&copy;2002-2008 Michael Hulme. All rights Reserved.</span>"

	MH.text.header = {}
	MH.text.header.a = {}
	MH.text.header.b = {}
	MH.text.header.a.en = "Michael Hulme: Online Portfolio";
	MH.text.header.b.en = "...you could roll with this, or you could roll with that...";

	MH.preflang = "en"

	MH.text.index = {}
	MH.text.index.en = "<b>Welcome to mhulme.net</b><br /><br />This site serves as warehouse of information for and about Michael Hulme, a web-programmer in the Princeton, NJ area.  The site is always changing, so I won't attempt to sum any of it up here.  If you are looking for something particular, try the google search bar above or the navigation links on the right.<br /><br />Thank you for coming -<br />Mike Hulme</p>"

	MH.text.resume = {}
	MH.text.resume.en = "<b>RESUME</b><p>Below is a partial resume, please download a full version from these links:</p><p>PDF | <a href='http://www.mhulme.net/Resume.doc' target='resume'>DOC</a> | <a href='http://www.mhulme.net/resume.txt'>TXT</a></p><p><hr></p>"
	MH.text.resume.en += "<p><b>OBJECTIVE</b></p><p>A long-term job with a competitive company involving cutting-edge web technologies and relational database development in the IT and software engineering areas.</p>"
	MH.text.resume.en += "<p><b>WORK EXPERIENCE</b></p><p>2002 -- present | Midi, Inc. | Princeton, NJ | Senior Developer</p>"
	MH.text.resume.en += "<p>Develop and maintain a Global Hosted Training Solution Web Application (ASP, SQL Server, IIS, XML, CSS, JS, HTML) working at most times directly with the CTO while multitasking and coordinating system updates between departments.<br /><br />Design and integrate student tracking programming to interact with multimedia learning software (Java Servlets/Apache Tomcat, Perl, ASP)<br /><br />Implement training applications for clients including financial and medical industries<br /><br />Efficiently learn and apply many software programs to complete a project including audio, video & graphic design tools, and MS Access, ColdFusion, Macromedia Flash, IconAuthor, Mandrake 10, OS 9 and X, as necessary.</p>"

	MH.text.contact = {}
	MH.text.contact.en = "Contact Mike Hulme via e-mail at <a href='mailto:mikehulme2002@yahoo.com'>mikehulme2002@yahoo.com</a>."

	MH.text.pics = {}
	MH.text.pics.en = "<b>PICS</b><p>...under construction..."
