function openInformationWindow(url, width, height)
{
	width = width || 400;
	height = height || 300;

	window.open(url, "addtotomtom", "width=" + width + ",height=" + height + ",location=no,scrollbars=no,menubars=no,toolbars=no,status=no");
}