// JavaScript Document
function loaditem(itemalt,itempic){
	itempic = itempic.substring(itempic.indexOf('/',document.location.host.length));
	itempic = itempic.substring(0,itempic.indexOf('.'));
	switch(itemalt){
	case "Marchese Health Care website design":
	item_url='<a href="http://www.marchesehealthcare.ca/" target="_blank" title="Visit the Marchese Health Care website">www.marchesehealthcare.ca</a>';
	item_desc='The new Marchese website includes a staff area where employees can view events and job postings, ask questions, access internal documents and post items in an online marketplace.';
	break;
	case "Tipping Point Executive Search Services website design":
	item_url='<a href="http://www.tpexecutivesearch.com/" target="_blank" title="Visit the Tipping Point Executive Search Services website">www.tpexecutivesearch.com</a>';
	item_desc='';
	break;
	case "Halton Community Legal Services website design":
	item_url='<a href="http://www.haltonlegal.ca/" target="_blank" title="Visit the Halton Community Legal Services website">www.haltonlegal.ca</a>';
	item_desc='A client management/document handling system enables this agency to provide legal services over the Internet, saving time... and the planet!';
	break;
	case "Harmony Chiropractic website design":
	item_url='<a href="http://www.harmonychiropractic.ca/" target="_blank" title="Visit the Harmony Chiropractic website">www.harmonychiropractic.ca</a>';
	item_desc='';
	break;
	case "HSMC Canada website design":
	item_url='<a href="http://www.hsmccanada.com/" target="_blank" title="Visit the HSMC Canada website">www.hsmccanada.com</a>';
	item_desc='Specializing in second mortgages, HSMC believes in a win-win-win philosophy for their clients, their lenders, and themselves. They think this winning design will help.';
	break;
	case "Hamilton Lawyers website design":
	item_url='<a href="http://www.hamiltonlawyers.ca/" target="_blank" title="Visit the Hamilton Lawyers website">www.hamiltonlawyers.ca</a>';
	item_desc='';
	break;
	case "Salon 202 London website design":
	item_url='<a href="http://www.salon202london.com/" target="_blank" title="Visit the Salon 202 London Hair and Beauty website">www.salon202london.com</a>';
	item_desc='Vidar Volundarson asked us to create a website for his London England salon based on his fashionable logo. Have a look and see how we did!';
	break;
	case "McHugh Mowat Law Firm website design":
	item_url='<a href="http://www.mmwimlawfirm.ca/" target="_blank" title="Visit the HcHugh Mowat Law Firm website">www.mmwimlawfirm.ca</a>';
	item_desc='';
	break;
	}
	document.getElementById('itempic').src = itempic+"-bg.jpg";
	document.getElementById('itempic').alt = itemalt;
	document.getElementById('itemurl').innerHTML = item_url;
	document.getElementById('itemdesc').innerHTML = item_desc;
	}