function OpenWindow (c) {    window.open(c,                    'window',                    'width=500,height=480,scrollbars=yes,status=yes,resizable=yes');}function More (c) {    window.open(c,                    'more',                    'width=600,height=300,scrollbars=yes,status=yes,resizable=yes');}function OpenInfo (c) {    window.open(c,                    'info',                    'width=720,height=480,scrollbars=no,status=yes,resizable=no');}
