// JavaScript Document

/*画像拡大*/

function op(url){
w=window.open(url,"window_name","width=600,height=650,scrollbars=no");
w.document.write("<html><head><title>E家具.jp　商品拡大画像</title></head><body topmargin=4 leftmargin=0><center>");
w.document.write("<img src=" + url + ">");
w.document.write("<form>");
w.document.write("<input type='button' name='close' value='閉じる' onClick='Javascript:window.close()'>");
w.document.write("</form>");
w.document.write("</center></body></html>");
}

/*画像拡大big*/
function biga(url){
w=window.open(url,"window_name","width=620,height=650,scrollbars=yes");
w.document.write("<html><head><title>E家具.jp　商品拡大画像</title></head><body topmargin=4 leftmargin=0><center>");
w.document.write("<img src=" + url + ">");
w.document.write("<form>");
w.document.write("<input type='button' name='close' value='閉じる' onClick='Javascript:window.close()'>");
w.document.write("</form>");
w.document.write("</center></body></html>");
}

/*画像拡大800*/
function size8(url){
w=window.open(url,"window_name","width=820,height=650,scrollbars=yes");
w.document.write("<html><head><title>E家具.jp　商品拡大画像</title></head><body topmargin=4 leftmargin=0><center>");
w.document.write("<img src=" + url + ">");
w.document.write("<form>");
w.document.write("<input type='button' name='close' value='閉じる' onClick='Javascript:window.close()'>");
w.document.write("</form>");
w.document.write("</center></body></html>");
}

/*size表記*/
function sizeh(url){
w=window.open(url,"window_name","width=500,height=540,scrollbars=yes");
w.document.write("<html><head><title>サイズ表記説明　E家具.JP</title></head><body topmargin=4 leftmargin=0><center>");
w.document.write("<img src=" + url + ">");
w.document.write("<form>");
w.document.write("<input type='button' name='close' value='閉じる' onClick='Javascript:window.close()'>");
w.document.write("</form>");
w.document.write("</center></body></html>");
}


/*pegescroll*/
var scrj = 1;
function softScrollBack() {
   if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") {
      var scdist = document.body.parentNode.scrollTop;
   } else {
      var scdist = document.body.scrollTop;
   }
   if(scrj<50 && scdist) {
      scdist = (scdist>2) ? Math.ceil(scdist*.2) : 1;
      scrj++;
      scrollBy(0,-scdist);
      setTimeout("softScrollBack()",20);
   } else {
      scrollTo(0,0);
      scrj = 1;
   }
}


/*open*/
function disp(url){
window.open(url, "window_name", "width=586,height=600,scrollbars=yes");
} 

/*searchtext*/
function searchTxt(){
document.write("<a href='http://www.ekag.jp/picup/201102/index.html'>福祉施設家具特集</a>　/　<a href='http://www.ekag.jp/product/chair/sokuno.html'>お急ぎのお客様はこちら!!! 翌営業日・出荷可能の即納商品を各種ご用意しました。</a>");

}
