function WindowOpen1 ( fileName ) {	var newWindow = window.open ( fileName, "new", "status=yes,scrollbars=yes,resizable=yes,width=670,height=600" ) ;}function WindowOpen2 ( fileName ) {	var newWindow = window.open ( fileName, "new", "status=yes,scrollbars=yes,resizable=yes,width=550,height=600" ) ;}function WindowOpen3 ( fileName ) {	var newWindow = window.open ( fileName, "new", "toolbar=no, status=yes,scrollbars=yes,resizable=yes,width=650,height=350" ) ;}function WindowOpen4 ( fileName ) {	var newWindow = window.open ( fileName, "new", "toolbar=no, status=yes,scrollbars=yes,resizable=yes,width=600,height=450" ) ;}function WindowOpenmov ( fileName ) {var newWindow = window.open ( fileName, "new", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=360, height=280" ) ;}function WindowOpen5 ( fileName ) {	var newWindow = window.open ( fileName, "new", "status=yes,scrollbars=yes,resizable=yes,width=550,height=350" ) ;}
