
// go to the specified url
function followLink(strUrl)
{
	if( strUrl )
		document.location = strUrl;
}
