function viewBrowsers()
	{

	window.open('browsers.asp','','width=400,height=600,scrollbars');
	return false;

	}
