function leftNavi(key, path){
if(!path || typeof(path) == 'undefined'){
	path = './';
}
document.write('<div id="pformBox">');
document.write('<form  action="https://member.renbo.jp/member/" method="post" name="memberLogin" id="memberLogin">');
document.write('<input name="module" type="hidden" value="Member" />');
document.write('<input name="action" type="hidden" value="MemberDefaultIndex" />');
document.write('<input name="return" type="hidden" value="" />');
document.write('<input style="color:#b7b7b7;" value="E-‰ïˆõID" onfocus="clearText2(this);" onblur="showText2(this);" name="userid" type="text" id="userid" />');
document.write('<input style="color:#000000;" value="" 			onfocus="clearText3(this);" onblur="showText3(this);"name="password" type="password" id="password" />');
document.write('<input type="image" src="/img/spacer.gif" name="sub" value="submit" width="140px" height="28px" alt="ƒƒOƒCƒ“" border="0" class="loginbtn"><a href="http://member.renbo.jp/pointclub/"><img src="/img/spacer.gif" width="141" height="18" alt="‹ÆŠE‰‚Ì‰ïˆõ“Á“T!"></a>');
document.write('</form>');
document.write('</div>');

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write(' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="160" height="593" id="leftnavi" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="' + path +'leftnavi.swf?page=' + key + '" />');
document.write('<param name="loop" value="false" />');
document.write('<param name="menu" value="false" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="' + path +'leftnavi.swf?page=' + key + '" quality="high" bgcolor="#ffffff" width="160" height="593" name="leftnavi" align="middle"');
document.write(' allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}