// JavaScript Document

function insert(obj)
{
	switch(obj)
	{
		case 'fuse':
	 document.getElementById('layer1').innerHTML = "<span id=\"close\"><a href=\"javascript:setVisible('layer1')\"><strong>Hide</strong></a></span><p>Development and design of a new networking group called fuSE1. The site enables users to register interest in the events they hold, allowing the management of the networking group to gain scope of expected amount of attendees.<br /><br />Services used:<br /><br />Website Design &amp; Development, Graphic Design, Logo Design &amp; Branding, E-Newsletter Systems, E-Newsletter Design, Brochure Design, Hosting services</p><br /><img src=\"images/fuselogo.png\" /><br /><p>View this website: <a target=\"_blank\" href=\"http://www.fuseone.co.uk\">Click Here</a></p><span id=\"close\"><a href=\"javascript:setVisible('layer1')\"><strong>Hide</strong></a></span>";
	 	break;
		
		case 'hrs':
	 document.getElementById('layer1').innerHTML = "<span id=\"close\"><a href=\"javascript:setVisible('layer1')\"><strong>Hide</strong></a></span><p>The Design and Development of an intricate php framework to allow for users/visitors of the site to register their details with HR Solutions to apply for certain job positions. There is also the ability to log back in to amend their details on the profile they have filled out. This data change/add notifies the admin/management of the site so they can download the data via a secure backend system in CSV format to insert into their local database. Within the secure backend system is also the ability to send SMS text messages to users (where the user has added their mobile number) to certain definitive groups, again this is something specified within the users registration/profile. There is also a standard 5 page spread about the business, its industry, and contact information.<br /><br />Services used:<br /><br />Website Design &amp; Development, Graphic Design</p><br /><img src=\"images/hrslogo.png\" /><p>View this website: <a target=\"_blank\" href=\"http://hrs.scdesignconsult.co.uk\">Click Here</a></p><span id=\"close\"><a href=\"javascript:setVisible('layer1')\"><strong>Hide</strong></a></span>";
	 	break;
	}
}