亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? outlook.js

?? sshJava編程sshJava編程sshJava編程
?? JS
?? 第 1 頁 / 共 2 頁
字號:
        mtop=0

        //one layer for every button
        for (j=0;j<this.panels[i].img.length;j++) {
          document.write('<Layer top='+mtop+' width='+this.width);
          document.write('><Center><SPAN class=imgnob>');
          document.write("<A href='#' onmouseOut='"+this.panels[i].v);
          document.write(".rst("+j+")' onmouseOver='"+this.panels[i].v);
          document.write(".mOver("+j+")'><img src='"+this.panels[i].img[j]);
          document.write("' border=0></A></SPAN>");
          document.write("<Font size=2 face=arial color=white>");
          document.write(this.panels[i].lbl[j]+"</FONT><BR><BR>");
         document.write('</Layer>');
         mtop=mtop+this.buttonspace;
        }

       document.write('</Layer>');

       //one layer for the panels caption
       document.write('<Layer top=0 width='+this.width+' clip="0,0,');
       document.write(this.width+',28" bgcolor=silver class=button ');
       document.write('onmouseOver="'+this.panels[i].v+'.clear();">');
       document.write('<A class=noLine href="javascript:'+this.v+'.showPanel(');
       document.write(i+');" onmouseOver="'+this.panels[i].v+'.clear();">');
       document.write('<Font Color=black class=noLine>'+this.panels[i].caption);
       document.write('</Font></A></Layer>');

       //two layers for scroll-up -down buttons
       document.write('<Layer visibility=hide top=40 left='+(this.width-20));
       document.write('><A href="#" onClick="'+this.panels[i].v+'.down(16);" ');
       document.write('onmouseOver="'+this.panels[i].v+'.clear();"><img ');
       document.write('width=16 height=16 src=images/arrowup.gif border=0>');
       document.write('</A></LAYER><Layer top=');
       document.write((this.height-(this.panels.length)*28)+'<Layer top=');
       document.write((this.height-(this.panels.length)*28)+' left=');
       document.write((this.width-20)+'><A href="#" onClick="');
       document.write(this.panels[i].v+'.up(16);" onmouseOver="');
       document.write(this.panels[i].v+'.clear();"><img width=16 height=16 ');
       document.write('src=images/arrowdown.gif border=0></A></LAYER>');

      document.write('</LAYER>');
    }
    document.write('</LAYER>');
  }
  else {                             //draw Outlook bar for all browsers but ns4

    //OutlookBar layer..
    document.write('<DIV id='+this.name+' Style="position:absolute; left:');
    document.write(this.xpos+'; top:'+this.ypos+'; width:'+this.width);
    document.write('; height:'+this.height+'; background-color:'+this.bgcolor)
    document.write('; clip:rect(0,'+this.width+','+this.height+',0)">');
    h=this.height-((this.panels.length-1)*28)

    //one layer for every panel...
    for (i=0;i<this.panels.length;i++) {
      document.write('<DIV id='+this.name+'_panel'+i);
      document.write(' Style="position:absolute; left:0; top:'+t);
      document.write('; width:'+this.width+'; height:'+h+'; clip:rect(0px, ');
      document.write(this.width+'px, '+h+'px, 0px); background-color:');
      document.write(this.bgcolor+';">')
      t=t+28;

       //one layer to host the panel buttons
      document.write('<div id='+this.name+'_panel'+i);
      document.write('_f Style="position:absolute; left:0; top:38; width:');
      document.write(this.width+'; height:');
      document.write((this.panels[i].img.length*this.buttonspace));
      document.write('; background-color:'+this.bgcolor+';">')
      mtop=0

      //one (ie4, ie5, ns5) or three layers (op5) for every button
      for (j=0;j<this.panels[i].img.length;j++) {
        if (bt.op5) {
          document.write('<DIV id='+this.name+'_panel'+i+'_b'+j);
          document.write('0 class=imgB Style="position:absolute; ');
          document.write('visibility:hidden; left:0; width:'+this.width);
          document.write('; top:'+mtop+'; text-align:center;">');
          document.write('<img src='+this.panels[i].img[j]);
          document.write(' class=imgbin onmouseUp=\''+this.panels[i].v);
          document.write('.mOver('+j+');'+this.panels[i].act[j]);
          document.write(';\' onmouseOut="'+this.panels[i].v+'.mOut('+j);
          document.write(');"><BR>'+this.panels[i].lbl[j]+'</DIV>');

          document.write('<DIV id='+this.name+'_panel'+i+'_b'+j+'1 class=imgB');
          document.write(' Style="position:absolute; visibility:hidden; ');
          document.write('left:0; width:'+this.width+'; top:'+mtop);
          document.write('; text-align:center;">');
          document.write('<img src='+this.panels[i].img[j]);
          document.write(' class=imgbout onmouseDown="'+this.panels[i].v);
          document.write('.mDown('+j+');" onmouseUp=\''+this.panels[i].v);
          document.write('.mOver('+j+');'+this.panels[i].act[j]);
          document.write(';\' onmouseOut="'+this.panels[i].v+'.mOut('+j);
          document.write(');"><BR>'+this.panels[i].lbl[j]+'</DIV>');

          document.write('<DIV id='+this.name+'_panel'+i+'_b'+j);
          document.write('2 class=imgB Style="position:absolute; ');
          document.write('visibility:visible; left:0; width:'+this.width);
          document.write('; top:'+mtop+'; text-align:center;">');
          document.write('<img src='+this.panels[i].img[j]+' class=imgnob ');
          document.write('onmouseOver="'+this.panels[i].v+'.mOver('+j);
          document.write(');"><BR>'+this.panels[i].lbl[j]+'</DIV>');
        }
        else {
          document.write('<DIV id='+this.name+'_panel'+i+'_b'+j+' class=imgB ');
          document.write('Style="position:absolute; left:0; width:'+this.width);
          document.write('; top:'+mtop+'; text-align:center;">');
          document.write('<img src='+this.panels[i].img[j]+' class=imgnob ');
          document.write('onmouseOver="this.className=\'imgbout\';" ');
          document.write('onmouseDown="this.className=\'imgbin\';" ');
          document.write('onmouseUp=\'this.className="imgbout";');
          document.write(this.panels[i].act[j]+';\' ');
          document.write('onmouseOut="this.className=\'imgnob\';"><BR>');
          document.write(this.panels[i].lbl[j]+'</DIV>');
        }
        mtop=mtop+this.buttonspace;
      }

      document.write('</DIV>');

      //one layer for the panels caption if not op5!
      if (!bt.op5) {
        document.write('<DIV id='+this.name+'_panel'+i+'_c class=button ');
        document.write('onClick="javascript:'+this.v+'.showPanel('+i);
        document.write(');" style="position:absolute; left:0; top:0; width:');
        document.write((this.width-c)+'; height:'+(28-c)+';"><A href="#" ');
        document.write('onClick="'+this.v+'.showPanel('+i+');this.blur();');
        document.write('return false;" class=noLine><FONT color=black ');
        document.write('class=noLine">'+this.panels[i].caption);
        document.write('</FONT></A></DIV>')
      }
      //two layers for scroll-up -down buttons
      document.write('<DIV id='+this.name+'_panel'+i);
      document.write('_m1 style="position:absolute; top:40; left:');
      document.write((this.width-20)+';"><A href="#" onClick="');
      document.write(this.panels[i].v+'.down(16);this.blur();return false;" ');
      document.write('onmouseOver="'+this.panels[i].v+'.clear();">');
      document.write('<img width=16 height=16 src=images/arrowup.gif border=0>');
      document.write('</A></DIV>');
      document.write('<DIV id='+this.name+'_panel'+i);
      document.write('_m2 style="position:absolute;  top:');
      document.write((this.height-(this.panels.length)*28)+'; left:');
      document.write((this.width-20)+';"><A href="#" onClick="');
      document.write(this.panels[i].v+'.up(16);this.blur();return false" ');
      document.write('onmouseOver="'+this.panels[i].v+'.clear();">');
      document.write('<img width=16 height=16 src=images/arrowdown.gif border=0>');
      document.write('</A></DIV>');


      document.write('</DIV>')

    }
    //Opera bug (Clip!)
    //op5 doesn't support layer clipping! so use top layers for panel caption
    //and two top layers with background-color like page color to hide
    //panel content outside of the outlookbar.
    //op5 unterst黷zt kein Clip bei Layers! darum erzeugen wir drei top level
    //layers f黵 die Panel 躡erschrift und zwei top Layers mit der gleichen
    //Hintergrundfarbe wie die HTML Seite um den Panel Inhalt au遝rhalb des
    //Outlook Bars zu verdecken!
    if (bt.op5) {
      //one layers for panel captions if op5
      for (i=0;i<this.panels.length;i++) {
        document.write('<DIV id='+this.name+'_panel'+i);
        document.write('_c class=button onmouseOver="'+this.panels[i].v);
        document.write('.clear();" onClick="'+this.v+'.showPanel('+i);
        document.write(');" style="position:absolute; left:0; top:0; width:');
        document.write((this.width-c)+'; height:'+(28-c)+';">');
        document.write('<A href="#" ');
        document.write('onClick="'+this.v+'.showPanel('+i+');this.blur();');
        document.write('return false;" class=noLine><FONT color=black ');
        document.write('class=noLine">'+this.panels[i].caption);
        document.write('</FONT></A></DIV>')
      }
      //two layers to hide 'nonvisible' part of panel
      //(op5 doesn't support clipping!)
      //document.write('<DIV style="position:absolute; left:0; top:');
      //document.write(this.height+'; height:300; width:'+this.width);
      //document.write('; background-color:'+this.pagecolor+';"></DIV>');
      //document.write('<DIV style="position:absolute; left:0; top:-300; ');
      //document.write('height:300; width:'+this.width+'; background-color:');
      //document.write(this.pagecolor+';"></DIV>');
    }
    document.write('</DIV>');

  }
  for (i=0;i<this.panels.length;i++) {
    this.panels[i].obj=getObj(this.name+'_panel'+i);
    if (!bt.ns4) {
      this.panels[i].objc=getObj(this.name+'_panel'+i+'_c');
      this.panels[i].objf=getObj(this.name+'_panel'+i+'_f');
      this.panels[i].objm1=getObj(this.name+'_panel'+i+'_m1');
      this.panels[i].objm2=getObj(this.name+'_panel'+i+'_m2');
    }
    this.panels[i].testScroll();
  }

  //activate last panel
  //op5 dosen't support cookies!
  //so get actual panel from url paramter
  if (bt.op5) {
    if (document.location.search=='')  {
      this.showPanel(0);
    }
    else
      this.showPanel(document.location.search.substr(1,1));
  }
  else {
    //actual panel is saved in a cookie
    if (document.cookie)
      this.showPanel(document.cookie);
    else
      this.showPanel(0);
  }
}


// ---------------------------------------------------------------------------
// outlookbar function for ns4
// ---------------------------------------------------------------------------

function b_showPanel_ns4(nr) {
var i
var l
  document.cookie=nr;
  l = this.panels.length;
  for (i=0;i<l;i++) {
    if (i>nr) {
      this.panels[i].obj.top=this.height-((l-i)*28)-1;
    }
    else {
      this.panels[i].obj.top=i*28;
    }
  }
}

// ---------------------------------------------------------------------------
// outlookbar function for ie4, ie5, ns5, op5
// ---------------------------------------------------------------------------

function b_showPanel(nr) {
var i
var l
var o
  document.cookie=nr;
  this.aktPanel=nr;
  l = this.panels.length;
  for (i=0;i<l;i++) {
    if (i>nr) {
      this.panels[i].obj.style.top=this.height-((l-i)*28);
      //Opera doesn't support clip:rect()!
      //so hide non visible panels
      //and move panel caption
      if (bt.op5) {
        this.panels[i].objf.style.visibility='hidden';
        this.panels[i].objc.style.top=this.height-((l-i)*28);
      }
    }
    else {
      this.panels[i].obj.style.top=i*28;
      //Opera doesn't support clip:rect()!
      //so show visible panel
      //and move panel caption
      if (bt.op5) {
        this.panels[i].objf.style.visibility='visible';
        this.panels[i].objc.style.top=i*28;
      }
    }
  }
}

//resize the Outlook Like Bar
//IE4/5 & NS6 -> resize all layers (width & height)
//op5         -> resize only height - reload on width change
//ns4         -> reload on any change!
//
//if you change the width of a layer (style="text-align:center;") then
//the content will not be moved!
function b_resize(x,y,width,height) {
var o
var i
var j
var h
var c=(bt.ns5)?6:0;

   if (bt.ns4)
     location.reload();
   else {
     if (bt.op5 && (width!=this.width))
       if (location.href.indexOf('?')!=-1)
         location.href=location.href.replace(/\?./,"?"+this.aktPanel)
       else
         location.href= location.href+'?'+this.aktPanel;
     else {
       this.xpos=x;
       this.yPos=y;
       this.width=width
       this.height=height

       o=getObj(this.name);
       o.style.left=x;
       o.style.top=y;
       o.style.width=width;
       o.style.height=height;
       o.style.clip='rect(0px '+this.width+'px '+this.height+'px 0px)';

       h=this.height-((this.panels.length-1)*28)

       for (i=0; i<this.panels.length; i++) {

         o=getObj(this.name+'_panel'+i+'_c');
         o.style.width=(this.width-c);

         if (!bt.op5)
           for (j=0;j<this.panels[i].img.length;j++) {
             o=getObj(this.name+'_panel'+i+'_b'+j);
             o.style.width=this.width;
           }

         this.panels[i].objm1.style.left=(this.width-20);
         this.panels[i].objm2.style.top=(this.height-(this.panels.length)*28);
         this.panels[i].objm2.style.left=(this.width-20);
         this.panels[i].objf.style.width=this.width;
         this.panels[i].obj.style.width=this.width
         this.panels[i].obj.style.height=h
         this.panels[i].obj.style.pixelHeight=h
         this.panels[i].obj.style.clip='rect(0px '+this.width+'px '+h+'px 0px)';

         this.panels[i].testScroll();
       }
     }
     this.showPanel(this.aktPanel);
   }
}



// ---------------------------------------------------------------------------
// OutlookBar object for ie4, ie5, ns5, op5
// ---------------------------------------------------------------------------

function createOutlookBar(name,x,y,width,height,bgcolor,pagecolor) {
  this.aktPanel=0;                        // last open panel
  this.name=name                          // OutlookBar name
  this.xpos=x;                            // bar x-pos
  this.ypos=y;                            // bar y-pos
  this.width=width;                       // bar width
  this.height=height;                     // bar height
  this.bgcolor=bgcolor;                   // bar background color
  this.pagecolor=pagecolor;               // page bgcolor (op5!)
  this.buttonspace=80                     // distance of panel buttons
  this.panels=new Array()                 // OutlookBar panels
  this.addPanel=b_addPanel;               // add new panel to bar
  this.writeStyle=b_writeStyle;
  this.draw=b_draw;                       // write HTML code of bar
  if (bt.ns4)
    this.showPanel=b_showPanel_ns4;       // make a panel visible (ns4)
  else
    this.showPanel=b_showPanel;           // make a panel visible (!=ns4)
    
  this.resize=b_resize;                   // resize Outlook Like Bar

  this.v = name + "var";                  // global var of 'this'
  eval(this.v + "=this");

  return this
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲码国产岛国毛片在线| 91美女片黄在线观看91美女| 一区二区三区在线免费视频| 亚洲视频1区2区| 亚洲免费观看高清完整版在线观看| 国产亚洲精品资源在线26u| xvideos.蜜桃一区二区| 久久精品视频在线免费观看| 2022国产精品视频| 国产精品传媒在线| 亚洲成人资源在线| 九九在线精品视频| 日本韩国欧美一区| 精品国产一区a| 亚洲人成影院在线观看| 免费人成网站在线观看欧美高清| 韩国成人福利片在线播放| 99精品视频在线免费观看| 在线观看国产一区二区| 久久久青草青青国产亚洲免观| 亚洲欧美另类久久久精品2019| 五月婷婷激情综合| 成人av电影在线播放| 91精品国产一区二区三区香蕉| 国产欧美日韩在线| 奇米综合一区二区三区精品视频| 成人性生交大片免费看在线播放| 欧美日韩在线一区二区| 国产目拍亚洲精品99久久精品| 国产欧美日韩麻豆91| 亚洲精品欧美专区| av在线播放一区二区三区| 久久久久久99久久久精品网站| 亚洲妇女屁股眼交7| 91一区二区在线| 久久先锋影音av鲁色资源网| 午夜精品久久久久久久蜜桃app| 99久久婷婷国产综合精品| 中文字幕不卡在线| 成人妖精视频yjsp地址| 国产日韩视频一区二区三区| 免费在线观看成人| 欧美一级xxx| 蜜臀av性久久久久蜜臀aⅴ| 欧美福利视频一区| 日韩一区欧美二区| 91精品一区二区三区在线观看| 蜜桃一区二区三区在线| 欧美大片顶级少妇| 懂色av一区二区三区免费观看| 国产偷国产偷精品高清尤物| 国产成人免费高清| 怡红院av一区二区三区| 日韩一区二区三区av| 久久www免费人成看片高清| 欧美成人精品二区三区99精品| 国产自产v一区二区三区c| 中文字幕精品一区二区精品绿巨人 | 欧美日韩激情一区二区三区| 免费高清在线视频一区·| 国产精品三级视频| 欧美精品一二三四| www.66久久| 日本女人一区二区三区| 国产精品久久久久久久久久久免费看 | 国产精品一二三四| 亚洲国产成人高清精品| 国产欧美精品日韩区二区麻豆天美| 色婷婷激情一区二区三区| 麻豆成人久久精品二区三区红| 国产精品夫妻自拍| 日韩欧美的一区| 在线综合亚洲欧美在线视频| 成人永久免费视频| 国产原创一区二区| 青青草原综合久久大伊人精品| 18涩涩午夜精品.www| 精品欧美黑人一区二区三区| 在线91免费看| 欧美日韩一区不卡| 欧美亚洲高清一区| 欧日韩精品视频| 丁香激情综合国产| www.日韩av| 国产精品一区二区在线观看网站| 欧美日高清视频| 国产jizzjizz一区二区| 亚洲国产裸拍裸体视频在线观看乱了| 91.com视频| 国产福利一区二区三区在线视频| 欧美极品aⅴ影院| 国产喷白浆一区二区三区| 国内不卡的二区三区中文字幕| 中文字幕一区日韩精品欧美| 久久久久久久久免费| 日韩欧美一二三区| 久久久久9999亚洲精品| 亚洲精品一区二区三区精华液| 欧美精品一区二区三区蜜桃| 久久精品欧美日韩| 成人免费在线观看入口| 一区二区三区视频在线看| 成人免费在线播放视频| 亚洲一区二区三区中文字幕在线| 亚洲影院在线观看| 视频一区中文字幕国产| 麻豆视频观看网址久久| 国产精品中文字幕一区二区三区| 成人在线视频一区| 91麻豆精品久久久久蜜臀| 久久这里只有精品首页| 有坂深雪av一区二区精品| 蜜臀91精品一区二区三区 | 一区二区三区免费看视频| 视频一区视频二区在线观看| 99久久精品国产一区| 欧美日韩久久久| 国产精品午夜在线| 美女视频黄免费的久久 | 精品成人私密视频| 亚洲人午夜精品天堂一二香蕉| 免费久久精品视频| 91免费国产视频网站| 中文字幕免费观看一区| 卡一卡二国产精品| 欧美一区二区三区免费在线看| 成人激情小说网站| 色94色欧美sute亚洲线路一ni| 67194成人在线观看| 国产欧美日韩三级| 波多野结衣一区二区三区 | 日韩欧美国产一二三区| 婷婷综合久久一区二区三区| 93久久精品日日躁夜夜躁欧美| 精品国产成人系列| 国产麻豆精品视频| 欧美精品一区二区三区在线| 久久精品久久99精品久久| 欧美精品色综合| 久久精品国产第一区二区三区| 91精品在线观看入口| 看电影不卡的网站| 国产欧美精品一区aⅴ影院| 成人性生交大片免费| 中文字幕在线不卡视频| 欧美日韩在线三级| 久久爱另类一区二区小说| 久久精品这里都是精品| 99精品视频在线免费观看| 亚洲在线视频网站| 日韩一区二区精品| 99久久久久免费精品国产 | 国产专区欧美精品| 中文字幕久久午夜不卡| 欧美日韩国产成人在线免费| 青青草原综合久久大伊人精品 | 国产区在线观看成人精品| 欧美影院一区二区三区| 精品亚洲国内自在自线福利| 最新成人av在线| 欧美性大战久久久久久久蜜臀| 欧美一级黄色大片| 色综合天天做天天爱| 久久国产精品第一页| 亚洲成av人片观看| 伊人婷婷欧美激情| 欧美福利视频一区| 欧美日韩国产一级二级| 色婷婷综合久久久久中文| 粉嫩高潮美女一区二区三区| 国内精品国产成人国产三级粉色| 五月天一区二区三区| 亚洲成va人在线观看| 亚洲综合色噜噜狠狠| 一区二区高清在线| 亚洲www啪成人一区二区麻豆| 一区二区三区欧美视频| 一区二区三区在线观看视频| 日韩av一区二| 国产成人在线视频网站| 奇米影视一区二区三区小说| 日韩美女主播在线视频一区二区三区| 色婷婷综合五月| 久久国产成人午夜av影院| 亚洲欧美一区二区三区久本道91| 欧美一区二区三区思思人| 成人激情黄色小说| 久久99精品国产91久久来源| 蜜臀av一区二区三区| 久久精品999| 国产成a人亚洲| 欧美在线短视频| 日韩欧美综合在线| 亚洲色大成网站www久久九九| 天天综合色天天综合色h| 狠狠色狠狠色综合| 欧美日韩在线不卡| 日本一区二区三区视频视频| 亚洲国产日韩a在线播放| 另类人妖一区二区av|