// JavaScript Document function changewin(theURL) { window.opener.location.href = (theURL); self.window.close();} function openwin(theURL) { window.open(theURL,'Station','toolbar=yes,menubar=yes,scrollbars=yes,width=520,height=290,resizable=yes');}