// JavaScript Document
function openWindow (theUrl, newWindow) {
windowOpen = window.open (theUrl, newWindow, "status=1, toolbar =0, location=1, menubar=1, resizable=0, scrollbars=1, height=550, width=914")
}
