
function openWindow(sample){
		newWindow = window.open(sample, "newWin", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=600, height=600")
		newWindow.focus()
		}

