// opening new windows //

function scrollWindow(info, w1, h1) {
	var params = 'width='+w1+',height='+h1+',resizable=yes,scrollbars=yes,left=10,top=10,screenX=10,screenY=10'
	imageWindow = window.open(info,'Information',params)
	imageWindow.focus()
	}

function newWindow(noticeboard) {
	noticeWindow = window.open(noticeboard,
		'NoticeWindow', 'width=590,height=550,resizable=yes,scrollbars=yes,left=0,top=0')
	noticeWindow.focus()
	}

function note1() {
	(alert('Now published by Kalimat Press, June 2002, in "Reason and Revelation: New Directions in Bahá’í Thought, Studies in the Bábí and Bahá’í Religions", Vol. 13, price: $29.95, paperback only.'))
	}


