function newWindow(exam) {
		exampleWindow = window.open(exam, "examples", "width=150,height=115")
		exampleWindow.focus()
	}

function newWindow1(links) {
		linkWindow = window.open(links, "linkpages", "width=550,height=400,resizable=yes,scrollbars=yes")
		linkWindow.focus()
	}


