<!--

function popup(filename){
	window.open(filename, "", 
		"height=350,width=440,top=10,left=50,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,titlebar=no,toolbar=no,directories=no");
}

function message()
{
	alert("This alert box was called with the onload event")
}

-->