function hideem()
{
document.getElementById('software').style.display='none';
document.getElementById('company').style.display='none';
document.getElementById('custom').style.display='none';
document.getElementById('hiretag').style.display='none';
}
function unhide(thingy)
{
document.getElementById(thingy).style.display='block';
}
function hideit() 
{
document.getElementById('details').style.display='none';
document.getElementById('unsupported').style.display='none';
}
function hov(loc,cls)
{
if(loc.className)
	{
	loc.className=cls;
	}
}
function unsupported()
{
document.getElementById('details').style.display='none';
document.getElementById('choose').style.display='none';
document.getElementById('unsupported').style.display='block';
}
function supported()
{
document.getElementById('unsupported').style.display='none';
document.getElementById('choose').style.display='none';
document.getElementById('details').style.display='block';
}

var cry1=String.fromCharCode(109,97,105,108,116,111,58);
var mailhead=Math.round(Math.random()*1000000000000);
function ml( rcpt,subj )
{
document.write("<a href=\"");
document.write(cry1);
document.write(mailhead)
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("hiretrack.co.uk");
document.write("?subject=", subj, "\">");
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("navigator.co.uk");
document.write("</a>");
}
function ml2( rcpt,subj )
{
var cry1=String.fromCharCode(109,97,105,108,116,111,58);
document.write("<a href=\"");
document.write(cry1);
document.write(mailhead)
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("hiretrack.co.uk");
document.write("?subject=", subj, "\">");
document.write( subj );
document.write("</a>");
}
function ml3( rcpt,subj )
{
var cry1=String.fromCharCode(109,97,105,108,116,111,58);
document.write("<a href=\"");
document.write(cry1);
document.write(mailhead)
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("hiretrack.com");
document.write("?subject=", subj, "\">");
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("hiretrack.com");
document.write("</a>");
}
function ml4( rcpt,subj,text )
{
var cry1=String.fromCharCode(109,97,105,108,116,111,58);
document.write("<a href=\"");
document.write(cry1);
document.write(mailhead)
document.write( rcpt );
document.write(String.fromCharCode(64));
document.write("hiretrack.com");
document.write("?subject=", subj, "\">");
document.write( text );
document.write("</a>");
}
function AlertUser() {
window.alert("Don't forget: the installation password is RENTAL");
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=430,height=446');");
}
