// JavaScript Documentfunction open04(theURL) {  window.open(theURL,'actors','scrollbars=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,width=650,height=650');}function open05(theURL) {  window.open(theURL,'actors','scrollbars=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,width=650,height=300');}function open06(theURL) {  window.open(theURL,'actors','scrollbars=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=yes,width=650,height=480');}
