//###################################
//　nekomura site 共通スクリプト
//###################################


//シンプルなポップアップjavascript:popupwin('http://yahoo.co.jp/','pop','100','200')
function popupwin(URL,Wname,Wwidth,Wheight){
	window.open(URL,Wname,"width="+Wwidth+",height="+Wheight+",scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no");
}


//共通ヘッダー

function myHeader(){

tags = '';
tags += '<table border="0" cellpadding="0" cellspacing="0" width="100%" summary="menu">';
tags += '<tr>';
tags += '<td width="49%" background="/common/images/bg-left.gif">';
tags += '<img src="/common/images/bg-left.gif" width="30" height="90" alt="line" /><br />';
tags += '</td>';
tags += '<td width="2%" valign="top" background="/common/images/bg.gif">';
tags += '<table border="0" cellpadding="0" cellspacing="0" width="930" height="60" summary="menu">';
tags += '<tr>';
tags += '<td width="165" height="60" align="center" valign="bottom" background="">';
tags += '<a href="/menu.html"><img src="/common/images/logo.gif" width="71" height="25" style="margin: 35px 20px 0px 0px;" border="0" alt="猫村.jp" /></a><br />';
tags += '</td>';
tags += '<td width="765" height="60" valign="bottom" background="">';
tags += '<table border="0" cellpadding="0" cellspacing="5" summary="menu">';
tags += '<tr>';
tags += '<td class="caption-narrow" valign="bottom" background=""><a href="/nekomura/p.html">きょうの猫村さん</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background=""><a href="/fromNeco/index.html">猫村ねこからひとこと</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background=""><a href="/profile/index.html">ほしよりこプロフィール</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background=""><a href="http://magazineworld.jp/books/1595/">きょうの猫村さん1</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background=""><a href="http://magazineworld.jp/books/1664/">きょうの猫村さん2</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background=""><a href="http://magazineworld.jp/books/1850/">きょうの猫村さん3</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '</tr>';
tags += '</table>';
tags += '<table border="0" cellpadding="3" cellspacing="0" summary="menu">';
tags += '<tr>';
tags += '<td class="caption-narrow" valign="bottom" background="" ><a href="http://magazineworld.jp/books/1829/">「僕とポーク」</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background="" ><a href="http://magazineworld.jp/books/2005/">きょうの猫村さん4</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background="" ><a href="http://magazineworld.jp/books/7005/">きょうの猫村さん1（文庫）</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background="" ><a href="http://magazineworld.jp/books/7045/">きょうの猫村さん2（文庫）</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background=""><a href="http://magazineworld.jp/books/2101/">カーサの猫村さん1</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td class="caption-narrow" valign="bottom" background=""><a href="http://magazineworld.jp/faq/">お問い合わせ</a><img src="/common/images/spacer.gif" width="20" height="2" alt="space" /></td>';
tags += '<td></td>';
tags += '</tr>';
tags += '</table>';
tags += '</td>';
tags += '</tr>';
tags += '</table>';
tags += '</td>';
tags += '<td width="49%" background="/common/images/bg-right.gif">';
tags += '<img src="/common/images/bg-right.gif" width="30" height="90" alt="line" /><br />';
tags += '</td>';
tags += '</tr>';
tags += '</table>';






document.write(tags);

}
