// JavaScript Document
function winnews() {
window.open('news/index.html', 'window', 'width=580, height=620, menubar=no, toolbar=no, scrollbars=yes');
}
function winpub() {
window.open('../publicity/index.html', 'window', 'width=580, height=620, menubar=no, toolbar=no, scrollbars=yes');
}
function winvote() {
window.open('http://www.prig.jp/poll/poll.cgi?mode=result&id=1', 'window', 'width=580, height=500, menubar=no, toolbar=no, scrollbars=yes');
}