<!-- 
function OpenSesame(url){
	//window.open(escape(url),"thewindow")
	window.open(url,"thewindow")
// ### To customize the popup window, do the following and change where necessary ###
//	window.open(escape(url),"thewindow",
//	"resizable=yes,scrollbars=yes,toolbar=no,"
//	+ "location=yes,directories=no,status=no,"
//	+ "menubar=no,width=420,height=300,top=100,left=100")

}
//-->
