function hideem()
{
document.getElementById('services').style.display='none';
document.getElementById('franchise').style.display='none';}
function hideit(thing)
{
document.getElementById(thing).style.display='none';
}
function unhide(thingy)
{
document.getElementById(thingy).style.display='block';
}

function hov(loc,cls)
{
if(loc.className)
	{
	loc.className=cls;
	}
}
var cry1=String.fromCharCode(109,97,105,108,116,111,58);
function ml( rcpt,subj )
{
document.write("email <a href=\"");
document.write(cry1);
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("sprintfinish.co.uk");
document.write("?subject=", subj, "\">");
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("sprintfinish.co.uk ");
document.write("</a>");
}
function ml2( rcpt,subj )
{
document.write("email <a href=\"");
document.write(cry1);
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("sprintfinish.co.uk");
document.write("?subject=", subj, "\">");
document.write( subj );
document.write("</a>");
}
