titletext = ''

function Title(s)
{
	top.titletext = s;
	top.vistitle.location.replace('/visaccess/title.htm');
}

