function browsercheck(intVt) {
	//used to scroll down the page in response to the querystring 'scroll'
	if (intVt > 0)
		{scrollTo(0,intVt);}		
}
