// JavaScript file Copyright 2003, Peter Glaser - all rights reserved
// Do not copy without prior consent

function bell()
	{
		bell = window.open("mm/bell.wav","bell", "width=100,height=25, menubar=no, status=no, ");
		bell.moveTo(0,0);
	}
	
function Map()
	{
		map = window.open("graphics/cfpc_map2001.gif","map", "width=630,height=600, menubar=no, status=no, ");
		map.moveTo(0,0);
	}