function popwin(href){
	var subwin = window.open(href,"new","width=620,height=650,left=50,top=50,scrollbars=yes");
	subwin.focus();
}
function expansion(path){
	var subwin = window.open("","new","width=506,height=740,left=50,top=50,scrollbars=no");
	subwin.document.open();
	subwin.document.write('<html><head>\n');
	subwin.document.write('<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />\n');
	subwin.document.write('<meta http-equiv="Imagetoolbar" content="no">\n');
	subwin.document.write('<title>Marie Poire Nagoya</title><style type="text/css">\n');
	subwin.document.write('<!--body{background:#000000;margin:0px;padding:0px;}img{display:block;}div{width:506px;text-align:center;}-->\n');
	subwin.document.write('</style><body><div>\n');
	subwin.document.write('<img src="images/exp_head.gif" width="506" height="67" border="0" usemap="#Map">\n');
	subwin.document.write('<map name="Map"><area shape="rect" coords="448,19,495,37" href="javascript:window.close();"></map>\n');
	subwin.document.write('<img style="margin:auto" src="' + path + '" width="480" height="640">\n');
	subwin.document.write('<img src="images/exp_foot.gif" width="506" height="30">\n');
	subwin.document.write('</div>\n');
	subwin.document.write('<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src=" + gaJsHost + "google-analytics.com/ga.js type=text/javascript %3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-7210466-25");pageTracker._trackPageview();} catch(err) {}</script>\n');
	subwin.document.write('</body></html>\n');
	subwin.document.close();
	subwin.focus();	
}

/*
<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-7210466-25");pageTracker._trackPageview();} catch(err) {}</script>
*/
