
t = '<div class="header-body">'
+'<div class="top">'
+'<div class="cart-body">'
+'<div class="left"></div>'
+'<div class="btn">'
+'<a  title="カートを見る" class="btn-cart-view" href="http://www.st-image.com/cart/CartList.aspx"></a>'
+'</div>'
+'</div>'
+'<a title="お気に入り" class="btn-favorite" href="http://www.st-image.com/cart/FavoriteList.aspx"></a>'
+'<a title="お客様情報" class="btn-customer" href="https://www.st-image.com/member/default.aspx"></a>'
+'<a title="HOME" class="btn-home" href="http://www.st-image.com"></a>'
+'<br clear="all" />'
+'</div>'
+'<div class="bottom">'
+'<div class="ticker">'
+'<iframe src="http://pic.image-net.info/Image/images/ticker/information_top.html?IsSSL=false" width="531" height="21" frameborder="0"></iframe>'
+'</div>'
+'<a title="ご利用ガイド" class="btn-guide" href="http://www.st-image.com/0/guide/contents.aspx"></a>'
+'<a title="Q&amp;A" class="btn-qa" href="http://www.st-image.com/0/qa/contents.aspx"></a>'
+'<a title="お問合せ" class="btn-contact" href="http://www.st-image.com/0/contact/contents.aspx"></a>'
+'</div>'
+'</div>'
+'<div class="header-navi">'
+'<ul>'
+'<li class="tab-0"><a title="HOME" href="http://www.st-image.com"></a></li>'
+'<li class="tab-2"><a title="インナー" href="http://www.st-image.com/2/top-inner/contents.aspx"></a></li>'
+'<li class="tab-12"><a title="アウター" href="http://www.st-image.com/12/top-outer/contents.aspx"></a></li>'
+'<li class="tab-106"><a title="ファッショングッズ" href="http://www.st-image.com/106/top-fg/contents.aspx"></a></li>'
+'<li class="tab-385"><a title="IMAGE" href="http://www.st-image.com/385/top-image/contents.aspx"></a></li>'
+'<li class="tab-386"><a title="IMAGE ROUGE" href="http://www.st-image.com/386/top-rouge/contents.aspx"></a></li>'
+'<li class="tab-601"><a title="ネット限定" href="http://www.st-image.com/601/top-net/contents.aspx"></a></li>'
+'</ul>'
+'</div>';



document.getElementById('displayheader').innerHTML=t;

function rdo_Chk(obj){
    selectct = obj.value;
}
var selectct;

    function send(ct) {
    var ct;
    var category;
    	if(!document.getElementById("keyword").value){ return false;}
        var keyword=escape(document.getElementById("keyword").value);
        if(selectct==undefined){selectct=1;}
        //alert(selectct);
        var searchurl="http://www.st-image.com/0/"+ selectct +"/itemlist.aspx?w="+keyword;
        location.href=searchurl;
        return false;
    }

f='<div class="se-search">'
+'<div class="se-search-key">'
+'<input name="w" id="keyword" type="text" value="" maxlength="100" size="50"><input type="button" value="キーワードで検索" onclick="send(ct);">'
+'</div>'
+'<div class="se-search-radio">'
+'<label><input type="radio" name="ct" value="1" checked onClick="rdo_Chk(this)">全てのカテゴリー</label>　'
+'<label><input type="radio" name="ct" value="2" onClick="rdo_Chk(this)">インナー</label>　'
+'<label><input type="radio" name="ct" value="12" onClick="rdo_Chk(this)">アウター</label>　'
+'<label><input type="radio" name="ct" value="106" onClick="rdo_Chk(this)">ファッショングッズ</label>　'
+'<label><input type="radio" name="ct" value="122" onClick="rdo_Chk(this)">雑貨</label>　'
+'<label><input type="radio" name="ct" value="126" onClick="rdo_Chk(this)">食品</label>'
+'</div>'
+'</div>';

document.getElementById('search-box').innerHTML=f;
