function doWindow(source, name, width, height) {
	parms = "toolbar=0,menubar=0,status=0,scrollbars=0,location=0,left=0,top=0,width=" + width + ",height=" + height;
	NewWindow = window.open(source, name, parms);
}

window.status=("Dupont Art Club at Hove");

