// myprintln.js
function myprintln(s) { document.writeln(s); } 
// this prevents the active x pop up in IE for movie files