var url1 = window.document.URL;


document.write('<div id="nlogin_form">');
document.write('<iframe id="framelogin" src="/user/login/frame_login_jump.php?tt=ow&ret_url=' + url1 + '" width="920" height="60" scrolling="no" frameborder="0">この部分は iframe 対応のブラウザで見てください。</iframe>');
document.write('</div>');


document.write('<div id="logoArea">');
document.write('<div id="logo">');
write_headerLogo();
document.write('</div>');
document.write('</div>');

document.write('<div id="searchArea">');
document.write('<ul>');
document.write('<li><img src="/images/design_img/common/serch_icon.jpg" width="75" height="25" alt="投稿写真検索" border="0" /></li>');
document.write('<li id="serchGenre"><img src="/images/design_img/common/genre_btn.jpg" width="108" height="25" alt="ジャンルから検索" border="0" />');
document.write('<ul id="genreSerchList">');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Pen/ac/PenNewList">PEN</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Woman/ac/WomanNewList">WOMAN</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Outdoor/ac/NewList">アウトドア</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Travel/ac/NewList">トラベル</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Cat/ac/NewList">ねこ</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Dog/ac/NewList">いぬ</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Flower/ac/NewList">花</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Art/ac/ArtNewList">アート</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Train/ac/NewList">鉄道</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Bird/ac/NewList">鳥</a></li>');
document.write('<li><a href="/index.html/module/Toppage/action/FotopusList/kind/Marine/ac/NewList">水中写真</a></li>');
document.write('</ul>');
document.write('</li>');
document.write('<li><a href="/index.html/module/Search/action/SearchTagSupport/from/top" onClick="javascript:SubWin=window.open(\'/index.html/module/Search/action/SearchTagSupport/from/top\',\'support\',\'width=650,height=550,resizable=yes,scrollbars=yes\').focus();return false;"><img src="/images/design_img/common/subject_btn.jpg" width="108" height="25" alt="被写体から検索" border="0" /></a></li>');
document.write('<li class="search_new"><a href="/index.html/module/Search/action/FotoPusSearchNew">詳細検索</a></li>');
document.write('</ul>');
document.write('</div>');

// 被写体Tag検索実行用Form Start
document.write('<form method="post" name="search" action="/index.html/module/Search/action/FotoPusSearchNew/result/1#resultList">');
document.write('<input type="hidden" name="srchKind" id="srchKind" value="" />');
document.write('<input type="hidden" name="mstr" id="mstr" value="" />');
document.write('<input type="hidden" name="modelTagLabel" id="modelTagLabel" value="" />');
document.write('</form>');

function searchExec(bool_lens) {
	document.getElementById('srchKind').value='searchModel';
	document.search.submit();
}
// 被写体Tag検索実行用Form End

// ジャンルから検索
function searchGenre(url) {
	location.href = url;
}
