// JavaScript Document

function warning() {
	alert('掲載の画像のダウンロード・転載等を禁止します。');
}

function comment(id) {
        window.open("popup-"+id+".html","","scrollbars=yes,width=565,height=540");
}

function opensub(aaa){
window.open(aaa,"_blank","toolbar=0,menuber=0,scrollbars=yes,width=565,height=540");
}

function closeWin(){
    document.write('<p>');
    document.write('<a href="javascript:window.close()">');
    document.write('<img src="/img/close.gif" alt="閉じる">');
    document.write('</a>');
    document.write('</p>');
}

function selectLink(){
    selurl=document.form1.pulldown.options[document.form1.pulldown.selectedIndex].value;
    if (selurl != "" )location.href=selurl;
}


