function newWindow(flash) {
	refWindow = window.open(flash,"movie","resizable=no,scrollbars=no,toolbar=no,height=410,width=640")
		refWindow.focus()		 
	}
  
