document.write(""); // Wire up the client-side events // If these should conflict with other event handlers specified // in the calling file, then you should move those event handlers // into the functions below. window.onresize=myWindowResize; function myWindowResize() { cswmRefresh(); }