//OPEN WINDOW

//contact
function windowpic1(url)
{
WindowOpen = window.open(url,"contact",'toolbar=1,location=1,status=0,menubar=1,scrollbars=1,resizable=1,width=700,height=600') ;
}

//top_img
function pic_change(){
d=new Date();
month=d.getMonth()+1
document.write('<p class="topImg' + month + '">');
}

//top_monthly_pic
function monthly_pic(){
d=new Date();
month=d.getMonth()+1
document.write('<a href="read/top/picture/' + month + '.jpg"><img src="read/top/picture/' + month + '.jpg" width="188" height="141"></a>');
}

//top_monthly_txt
function monthly_txt(){
d=new Date();
month=d.getMonth()+1
document.write('<iframe src="read/top/txt/' + month + '.html" frameborder="0" name="pictxt" width="187" height="120">');
document.write('お使いのブラウザでは表示できませんので、<a href="read/top/txt/' + month + '.html" target="_blank"><br />こちらをご覧下さい。</a></iframe>');
}


