			function getServices()
			{
				var services="<img src='images/wheel.png' align='left'>Web consulting, design and development have become a passion of mine and the satisfactory feedback from my inter-provincial clients is indeed rewarding. I work independently and the services that I offer are tailored to client’s needs most of which are small businesses in need of a comprehensive consulting and technical walk through each step of the way. <br><br>Few businesses approach me with a good plan on hand ready for the development stage, where the majority require assistance with careful planning prior to actual domain name registration, design and development. <br><br>Website Development Process<br><br><ul><li>Meet with a client in person, on the phone or via email to gather requirements on the nature of their business and future website. (This apointment is free of charge)</li><li>Respond with an estimated cost and time required to complete.</li><li>Upon agreement proceed by collecting additional details, wishes and expectations for the website while establishing a blueprint for the project.</li><li>Initiate the design process and communicate back to client at each development stage, graphics, layout, template, scripting, etc.</li><li>Confirm and finalize by uploading content through File Transfer Protocol over to client’s registered web-hosting server.</li><li>Offer future support or training if needed.</li></ul>";

				document.getElementById('textarea').innerHTML=services;
			}

			function getContact()
			{
				var contact="<img src='images/pen.png' align='left'><span style='font-size: 16pt;'>Felix Butochnikow</span><br>Web Consultant & Developer<br>Guelph, Ontario<br><br>519.265.3698<br>info@felixwebsites.com<br>";
				document.getElementById('textarea').innerHTML=contact;
			}
			function getDeveloped()
			{
				var Developed="<img src='images/threekeys.png' align='left'><a href='http://www.whitepinesdojo.com'>www.whitepinesdojo.com</a><br><a href='http://www.affirmativeascension.com'>www.affirmativeascension.com</a><br><a href='http://www.wholehealthbc.com'>www.wholehealthbc.com</a><br><a href='http://www.jbphotoworks.com'>www.jbphotoworks.com</a><br>";
				document.getElementById('textarea').innerHTML=Developed;
			}
			function getPromotions()
			{
				var Promotions="<img src='images/City_of_Guelph_crest.jpg' align='left'></img><br><br>As of April 1st, 2009 upon my arrival to Guelph, Ontario from British Columbia, I would like to offer my serivices free of charge for the <u>first 10 Ontario clients</u>, including full consulting and support. It is important to me to become known locally as a reputable developer providing quality services. Please feel free to contact me to book an apointment over the phone or in person if you reside in Guelph.<br><br>";

				document.getElementById('textarea').innerHTML=Promotions;
			}
			function getFeedback()
			{
				var Feedback="";
				document.getElementById('textarea').innerHTML=Feedback;
			}