function flash_popup() {
	new_window = window.open('/scotland/education/as/tech/flash/index.html','popup','scrollbar=yes,menubar=no,resizeable=no,status=no,width=800,height=600')
	if (window.focus) {
		new_window.focus()
	}
}
