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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? leftmenu.js

?? 企業(yè)辦公自動(dòng)化管理系統(tǒng) asp+sql server 2005
?? JS
字號(hào):

document.write("<DIV id='OutlookLikeBar' style='position:absolute;top:"+OB_Top+";left:"+OB_Left+";width:"+OB_Width+";height:"+OB_Height+";border:"+OB_BorderWidth+" "+OB_BorderStyle+" "+OB_BorderColor+";background-color:"+OB_BackgroundColor+";z-index:0;visibility:hidden;clip:rect(0,"+OB_Width+","+OB_Height+",0)'>");
//document.write("<DIV id='test' style='POSITION: absolute; TOP: 0px; left:100px; WIDTH: 150px;  Z-INDEX: 2')>");

//箭頭的顯示
document.write("<img onMouseUp='OutlookLikeBar.ArrowSelected(this)' onMouseDown='OutlookLikeBar.ArrowClicked(this)' onMouseOver='OutlookLikeBar.OverArrow(this)' onMouseOut='OutlookLikeBar.OutArrow(this)' id='OB_SlideUp' height='"+OB_ArrowHeight+"' width='"+OB_ArrowWidth+"' src='"+OB_DownArrow+"' style='position:absolute;top:0;left:0;cursor:hand;visibility:hidden;z-index:500'>");
document.write("<img onMouseUp='OutlookLikeBar.ArrowSelected(this)' onMouseDown='OutlookLikeBar.ArrowClicked(this)' onMouseOver='OutlookLikeBar.OverArrow(this)' onMouseOut='OutlookLikeBar.OutArrow(this)' id='OB_SlideDown' height='"+OB_ArrowHeight+"' width='"+OB_ArrowWidth+"' src='"+OB_UpArrow+"' style='position:absolute;top:0;left:0;cursor:hand;visibility:hidden;z-index:500'>");
j=1;
while(eval("window.OutBarFolder"+j))
	j++;
i=j-1;
while(i>0)
{
	Folder=eval("OutBarFolder"+i)
	//window.status="Outlook-Like Bar is making folder '"+Folder[0]+"'";
	if(i==1)
	{
		document.write("<INPUT position='UP' id='OB_Button1' onDblClick='OutlookLikeBar.FolderClicked("+i+");this.blur()' onClick='OutlookLikeBar.FolderClicked("+i+");this.blur()' TYPE='button' value='"+Folder[0]+"' style='position:absolute;top:0;left:0;width:90;height:"+OB_ButtonHeight+";font-family:"+OB_ButtonFontFamily+";font-size:"+OB_ButtonFontSize+"pt;cursor:hand;color:"+OB_ButtonFontColor+";z-index:100;border:1px #999999 solid'>");
		MakeItems(Folder,i,OB_ButtonHeight);		
	}	
	else
	{
		document.write("<INPUT position='DOWN' id='OB_Button"+i+"' onDblClick='OutlookLikeBar.FolderClicked("+i+");this.blur()' onClick='OutlookLikeBar.FolderClicked("+i+");this.blur()' TYPE='button' value='"+Folder[0]+"' style='position:absolute;top:"+(OB_Height-(j-i)*OB_ButtonHeight-OB_BorderWidth*2)+";left:0;width:90;height:"+OB_ButtonHeight+";font-family:"+OB_ButtonFontFamily+";font-size:"+OB_ButtonFontSize+"pt;cursor:hand;color:"+OB_ButtonFontColor+";z-index:100;border:1px #999999 solid'>");
		MakeItems(Folder,i,(OB_Height-(j-i)*OB_ButtonHeight-OB_BorderWidth*2)+OB_ButtonHeight);		
	}		
	i--;
}	
document.write("</DIV>");
var OutlookLikeBar=new OutBar(OB_Width,OB_Height,j-1,OB_ButtonHeight,OB_BorderWidth,OB_SlideSpeed,OB_IconsHeight+OB_LabelFontSize+OB_LabelMargin+OB_ItemsSpacing,OB_ArrowSlideSpeed);
//window.status="Outlook-Like Bar successful created!";
document.all["OutlookLikeBar"].style.visibility="visible";

/*以下的代碼中你需要改動(dòng)菜單的數(shù)目與實(shí)際一致,本例用了4個(gè)按鈕菜單。*/
function StringWrap(s){
	var len;
	var r="";
	var tmp=s;
	var maxlen=5;
	len=s.length;
	if(len<=maxlen) return s;
	while(len>maxlen){
		r+=tmp.substr(0,maxlen);
		tmp=tmp.substr(maxlen);
		len=tmp.length;
		if(len!=0) r+="<br>";
	}
	r+=tmp;
	return r;
}
function MakeItems(Folder,zorder,top)
{//菜單的顯示
	var items=0;
	var folderWidth=(OB_Width-OB_BorderWidth*2);
	while(Folder[items+1])
		items+=lypmenucount;  //需要改這里及下面的4;
	items/=lypmenucount;
	document.write("<DIV align=center id='OB_Folder"+zorder+"' style='position:absolute;left:0;top:"+top+";width:"+folderWidth+";height:"+(OB_Margin*2+items*(OB_IconsHeight+OB_LabelFontSize+OB_LabelMargin)+(items-1)*OB_ItemsSpacing)+";z-index:"+zorder+";clip:rect(0 0 0 0);'>");
	for(var i=1;i<items*4;i+=4)
	{
		document.write("<div targetFrame='"+Folder[i+3]+"' link='"+Folder[i+2]+"' onMouseDown='OutlookLikeBar.ItemClicked(this)' onMouseUp='OutlookLikeBar.ItemSelected(this)' onMouseOver='OutlookLikeBar.OverItems(this)' onMouseOut='OutlookLikeBar.OutItems(this)' style='position:absolute;left:"+(Math.ceil((OB_Width-OB_BorderWidth*2-OB_IconsHeight)/2)-1)+";top:"+(OB_Margin+Math.ceil((i-1)/4)*(OB_ItemsSpacing+OB_LabelFontSize+OB_IconsHeight))+";cursor:hand;clip:rect(0 "+OB_IconsWidth+" "+OB_IconsHeight+" 0;width:"+OB_IconsWidth+";height:"+OB_IconsHeight+"'>");
 		document.write("<img src='"+Folder[i]+"'>");
		document.write("</div>");
		document.write("<div align='center' style='position:absolute;left:0;top:"+(OB_LabelMargin+OB_IconsHeight+OB_Margin+Math.ceil((i-1)/4)*(OB_ItemsSpacing+OB_LabelFontSize+OB_IconsHeight))+";'>");
		document.write("<table width=100%><tr><td align=center><table width=100%><tr><td align=center style='font-family:"+OB_LabelFontFamily+";font-size:"+OB_LabelFontSize+"pt;color:"+OB_LabelFontColor+"'>"+Folder[i+1]+"</td></tr></table></td></tr></table>");
		document.write("</div>");
	}
	document.write("</DIV>");
}


//***************************
//* Outlook-Like Bar Object *
//***************************
function OutBar(width,height,items,buttonHeight,borderWidth,slideSpeed,slideArrowValue,ArrowSlideSpeed)
{//構(gòu)造函數(shù)
	this.currentFolder=1;
	this.currentItem=null;
	this.slideCount=0;
	this.slideStep=1;
	this.slideArrowValue=slideArrowValue;
	this.slideSpeed=slideSpeed;
	this.borderWidth=borderWidth;
	this.width=width;
	this.visibleAreaHeight=height-2*borderWidth-items*buttonHeight;
	this.visibleAreaWidth=width;
	this.FolderClicked=FolderClicked;
	this.SlideFolders=SlideFolders;
	this.ItemClicked=ItemClicked;
	this.ItemSelected=ItemSelected;
	this.OverItems=OverItems;
	this.OutItems=OutItems;
	this.OverArrow=OverArrow;
	this.OutArrow=OutArrow;
	this.ArrowClicked=ArrowClicked;
	this.ArrowSelected=ArrowSelected;
	this.ArrowSlideSpeed=ArrowSlideSpeed;
	this.SlideItems=SlideItems;
	this.SlideItemsAction=SlideItemsAction;
	this.Start=Start;
	this.ClipFolder=ClipFolder;
	this.SetArrows=SetArrows;
	this.HideArrows=HideArrows;
	this.sliding=false;
	this.items=items;
	this.started=false;
	this.Start();
}

function FolderClicked(folder)
{
	if(this.sliding)
		return;
	if(folder==this.currentFolder)
		return;
	this.sliding=true;		
	this.slideCount=this.visibleAreaHeight;
	this.slideStep=1;
	this.countStep=0;
	this.HideArrows();
	this.SlideFolders(folder,document.all["OB_Button"+folder].position=="DOWN");
}

function SlideFolders(folder,down)
{
	var step;	
	if(down)
	{
		this.slideCount-=Math.floor(this.slideStep);
		if(this.slideCount<0)
			this.slideStep+=this.slideCount;
		step=Math.floor(this.slideStep);
		for(var i=2;i<=folder;i++)
			if(document.all["OB_Button"+i].position=="DOWN")
			{
				document.all["OB_Button"+i].style.pixelTop-=step;
				document.all["OB_Folder"+i].style.pixelTop-=step;
			}				

	    filter = /rect\((\d*)px (\d*)px (\d*)px (\d*)px\)/;

		var clipString=document.all["OB_Folder"+folder].style.clip;
		var clip=clipString.match(filter);
		this.ClipFolder(folder,parseInt(clip[1]),this.visibleAreaWidth,(parseInt(clip[3])+step),0);

		var clipString=document.all["OB_Folder"+this.currentFolder].style.clip;
		var clip=clipString.match(filter);
		this.ClipFolder(this.currentFolder,parseInt(clip[1]),this.visibleAreaWidth,(parseInt(clip[3])-step),0);

		this.slideStep*=this.slideSpeed;
		if(this.slideCount>0)
			setTimeout("OutlookLikeBar.SlideFolders("+folder+",true)",20);
		else		
		{
			for(var k=2;k<=folder;k++)
				document.all["OB_Button"+k].position="UP";
			this.currentFolder=folder;		
			this.SetArrows();
			this.sliding=false;		
		}		
	}
	else		
	{
		this.slideCount-=Math.floor(this.slideStep);
		if(this.slideCount<0)
			this.slideStep+=this.slideCount;
		step=Math.floor(this.slideStep);
		for(var i=folder+1;i<=this.items;i++)
			if(document.all["OB_Button"+i].position=="UP")
			{
				document.all["OB_Button"+i].style.pixelTop+=step;
				document.all["OB_Folder"+i].style.pixelTop+=step;
			}

	    filter = /rect\((\d*)px (\d*)px (\d*)px (\d*)px\)/;

		var clipString=document.all["OB_Folder"+folder].style.clip;
		var clip=clipString.match(filter);
		this.ClipFolder(folder,parseInt(clip[1]),this.visibleAreaWidth,(parseInt(clip[3])+step),0);

		var clipString=document.all["OB_Folder"+this.currentFolder].style.clip;
		var clip=clipString.match(filter);
		this.ClipFolder(this.currentFolder,parseInt(clip[1]),this.visibleAreaWidth,(parseInt(clip[3])-step),0);

		this.slideStep*=this.slideSpeed;
		if(this.slideCount>0)
			setTimeout("OutlookLikeBar.SlideFolders("+folder+",false)",20);
		else		
		{
			for(var k=folder+1;k<=this.items;k++)
				document.all["OB_Button"+k].position="DOWN";
			this.currentFolder=folder;		
			this.SetArrows();
			this.sliding=false;		
		}		
	}
}

function ItemClicked(item)
{
	if(this.sliding)
		return;		
	item.style.border="2 inset #ffffff";
}

function ItemSelected(item)
{
	if(this.sliding)
		return;		
	//alert(item.link);

	item.style.border="1 outset #ffffff";
	if(item.link.indexOf("javascript")!=-1) 
		{	eval(item.link);
			//alert(item.link);
		//document.write("http://www.soyou.com");
		}
	else 
		eval(item.targetFrame+".location='"+item.link+"'");
}

function OverItems(item)
{
	if(this.sliding)
		return;		
	item.style.border="1 outset #ffffff";
}

function OutItems(item)
{
	if(this.sliding)
		return;		
	item.style.border="0 none black";
}

function ArrowClicked(arrow)
{
	if(this.sliding)
		return;		
	arrow.style.border="1 inset #ffffff";
}

function ArrowSelected(arrow)
{
	if(this.sliding)
		return;		
	arrow.style.border="0 none black";
	this.SlideItems(arrow.id=="OB_SlideUp");
}

function OverArrow(arrow)
{
	if(this.sliding)
		return;		
	arrow.style.border="1 outset #ffffff";
}

function OutArrow(arrow)
{
	if(this.sliding)
		return;		
	arrow.style.border="0 none black";
}

function ClipFolder(folder,top,right,bottom,left)
{
	document.all["OB_Folder"+folder].style.clip=clip='rect('+top+' '+right+' '+bottom+' '+left+')';
}

function Start()
{
	if(!this.started)
	{
		this.ClipFolder(1,0,this.visibleAreaWidth,this.visibleAreaHeight,0);
		this.SetArrows();
	}		
}

function SetArrows()
{
	document.all["OB_SlideUp"].style.pixelTop=document.all["OB_Button"+this.currentFolder].style.pixelTop+document.all["OB_Button"+this.currentFolder].style.pixelHeight+this.visibleAreaHeight-document.all["OB_SlideDown"].height-5;
	document.all["OB_SlideUp"].style.pixelLeft=this.width-document.all["OB_SlideUp"].width-this.borderWidth-10;
	document.all["OB_SlideDown"].style.pixelTop=document.all["OB_Button"+this.currentFolder].style.pixelTop+document.all["OB_Button"+this.currentFolder].style.pixelHeight+5;
	document.all["OB_SlideDown"].style.pixelLeft=this.width-document.all["OB_SlideDown"].width-this.borderWidth-10;

	var folder=document.all["OB_Folder"+this.currentFolder].style;
	var startTop=document.all["OB_Button"+this.currentFolder].style.pixelTop+document.all["OB_Button"+this.currentFolder].style.pixelHeight;

	if(folder.pixelTop<startTop)
		document.all["OB_SlideDown"].style.visibility="visible";
	else		
		document.all["OB_SlideDown"].style.visibility="hidden";

	if(folder.pixelHeight-(startTop-folder.pixelTop)>this.visibleAreaHeight)
		document.all["OB_SlideUp"].style.visibility="visible";
	else		
		document.all["OB_SlideUp"].style.visibility="hidden";
}

function HideArrows()
{
	document.all["OB_SlideUp"].style.visibility="hidden";
	document.all["OB_SlideDown"].style.visibility="hidden";
}

function SlideItems(up)
{
	this.sliding=true;
	this.slideCount=Math.floor(this.slideArrowValue/this.ArrowSlideSpeed);
//	alert(-this.ArrowSlideSpeed);
	up ? this.SlideItemsAction(-57) : this.SlideItemsAction(57);
}

function SlideItemsAction(value)
{
	document.all["OB_Folder"+this.currentFolder].style.pixelTop+=value;
    filter = /rect\((\d*)px (\d*)px (\d*)px (\d*)px\)/;
	var clipString=document.all["OB_Folder"+this.currentFolder].style.clip;
	var clip=clipString.match(filter);
//	alert("["+clip[1]+"]"+"["+value+"]"+"["+(clip[1]-value)+"]"+"["+clip[3]+"]");
	this.ClipFolder(this.currentFolder,(parseInt(clip[1])-value),parseInt(clip[2]),(parseInt(clip[3])-value),parseInt(clip[4]));
	this.slideCount--;

	if(this.slideCount>0)
		setTimeout("OutlookLikeBar.SlideItemsAction("+value+")",20);
	else
	{
		if(Math.abs(value)*this.ArrowSlideSpeed!=this.slideArrowValue)		
		{
			document.all["OB_Folder"+this.currentFolder].style.pixelTop+=(value/Math.abs(value)*(this.slideArrowValue%this.ArrowSlideSpeed));
		    filter = /rect\((\d*)px (\d*)px (\d*)px (\d*)px\)/;
			var clipString=document.all["OB_Folder"+this.currentFolder].style.clip;
			var clip=clipString.match(filter);
		    this.ClipFolder(this.currentFolder,(parseInt(clip[1])-(value/Math.abs(value)*(this.slideArrowValue%this.ArrowSlideSpeed))),parseInt(clip[2]),(parseInt(clip[3])-(value/Math.abs(value)*(this.slideArrowValue%this.ArrowSlideSpeed))),parseInt(clip[4]));
		}		    
		this.SetArrows();
		this.sliding=false;
	}		
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产成人亚洲综合色影视| 在线观看av一区| 免费成人美女在线观看| 天堂资源在线中文精品| 亚洲愉拍自拍另类高清精品| 亚洲精品国产一区二区三区四区在线| 欧美高清在线视频| 亚洲欧洲日韩综合一区二区| 国产精品久久久一本精品 | 国产清纯美女被跳蛋高潮一区二区久久w| 日韩欧美在线影院| 精品久久久久av影院| 久久久久综合网| 国产精品久久久久婷婷| 中文字幕一区二区视频| 夜夜嗨av一区二区三区四季av| 亚洲精品一卡二卡| 亚洲电影视频在线| 日韩高清在线不卡| 麻豆精品视频在线观看| 韩国女主播成人在线观看| 丁香婷婷综合色啪| 99在线精品观看| 国产伦精品一区二区三区免费| 国产馆精品极品| 国产91富婆露脸刺激对白 | 久久久久久久av麻豆果冻| 欧美国产精品v| 亚洲精品一二三| 日日欢夜夜爽一区| 国产麻豆91精品| 91麻豆国产香蕉久久精品| 欧美日韩1234| 亚洲在线中文字幕| 日本va欧美va精品发布| 九色综合狠狠综合久久| 成人ar影院免费观看视频| 在线观看av不卡| 日韩美女视频在线| 中文字幕中文字幕一区二区| 日韩国产在线观看一区| 国产suv精品一区二区三区| 色婷婷久久综合| 精品免费日韩av| 亚洲欧美日韩一区二区三区在线观看| 亚洲成人午夜电影| 国产精品2024| 欧美酷刑日本凌虐凌虐| 日本一区二区三区在线不卡| 亚洲国产精品一区二区久久| 国产米奇在线777精品观看| 91高清视频在线| 久久亚洲一级片| 亚洲电影视频在线| 成人美女在线观看| 欧美一级欧美一级在线播放| 国产精品久久久久久久久免费樱桃 | 韩国视频一区二区| 91黄视频在线| 国产欧美精品国产国产专区| 偷拍与自拍一区| av不卡免费在线观看| 日韩一区二区在线看| 最好看的中文字幕久久| 久草精品在线观看| 777奇米四色成人影色区| 中文字幕一区二区三区四区不卡| 奇米四色…亚洲| 欧美视频一二三区| 欧美国产视频在线| 国产综合色精品一区二区三区| 欧日韩精品视频| 国产精品免费网站在线观看| 美女尤物国产一区| 欧美三片在线视频观看| 国产精品福利电影一区二区三区四区| 美女视频第一区二区三区免费观看网站| 色国产精品一区在线观看| 亚洲综合免费观看高清完整版在线| 国产99久久久精品| 26uuuu精品一区二区| 男人的天堂久久精品| 欧美午夜精品久久久久久孕妇 | 亚洲色图欧美在线| 国产成人午夜片在线观看高清观看| 91麻豆精品国产91| 午夜久久久影院| 欧美性一区二区| 一区二区三区在线视频观看 | 日本一区二区三区在线不卡| 国模少妇一区二区三区| 日韩精品一区二| 久久成人18免费观看| 制服丝袜av成人在线看| 五月天激情小说综合| 欧美日韩一区二区三区在线| 亚洲与欧洲av电影| 欧美视频日韩视频| 亚洲午夜久久久久| 欧美三级视频在线播放| 亚洲综合视频网| 欧美午夜不卡视频| 亚洲成a天堂v人片| 欧美精品日韩一本| 日韩精品高清不卡| 日韩亚洲欧美在线| 久久成人av少妇免费| 久久久久久夜精品精品免费| 国产一区二区三区香蕉| 国产精品午夜在线观看| 成人黄色电影在线| 国产精品免费人成网站| aaa亚洲精品| 一区二区欧美国产| 欧美日韩一区二区在线观看| 日本不卡的三区四区五区| 欧美成人精品高清在线播放| 久久99精品国产.久久久久| 久久久久久久久久久久久夜| 成人小视频免费观看| 亚洲欧美日韩综合aⅴ视频| 色噜噜狠狠成人中文综合| 性久久久久久久| 日韩片之四级片| 国产91丝袜在线播放九色| 综合激情网...| 欧美三片在线视频观看| 精品一区二区免费视频| 欧美国产日韩精品免费观看| 一本色道a无线码一区v| 肉肉av福利一精品导航| 久久久久久久久免费| 99精品国产热久久91蜜凸| 亚洲国产精品久久久久秋霞影院 | 亚洲精品免费在线播放| 欧美日韩亚洲综合一区| 国产在线不卡一区| 中文字幕一区免费在线观看| 欧美疯狂性受xxxxx喷水图片| 韩国女主播成人在线| 亚洲欧美国产高清| 日韩一区二区三区视频| 成人免费高清视频| 天堂在线一区二区| 中文字幕av不卡| 欧美情侣在线播放| 成人开心网精品视频| 日日噜噜夜夜狠狠视频欧美人| 日韩主播视频在线| 国产精品免费久久| 91麻豆精品国产91久久久久| 成人ar影院免费观看视频| 日本美女视频一区二区| 国产精品美女久久久久久| 91精品午夜视频| av在线这里只有精品| 精品在线免费观看| 亚洲一二三四久久| 欧美韩日一区二区三区| 538在线一区二区精品国产| 国产69精品久久99不卡| 日韩专区一卡二卡| 亚洲人成小说网站色在线| 日韩欧美国产wwwww| 欧美亚洲国产一区二区三区va | 国产a久久麻豆| 日韩在线观看一区二区| 亚洲欧洲国产日本综合| 久久综合色之久久综合| 欧美精品自拍偷拍动漫精品| 不卡一区二区三区四区| 久久精品国产亚洲高清剧情介绍| 一区二区三区四区激情| 中文字幕第一页久久| 日韩欧美国产一区二区三区| 欧美系列一区二区| 91色九色蝌蚪| 国产69精品久久久久777| 久久精品国产**网站演员| 亚洲成a天堂v人片| 一区二区三区不卡在线观看| 国产精品国产三级国产aⅴ入口| 精品国免费一区二区三区| 欧美性xxxxx极品少妇| 91麻豆国产福利在线观看| 成人99免费视频| 国产精品一二三在| 国产做a爰片久久毛片| 日韩激情一二三区| 午夜精品一区二区三区电影天堂 | 亚洲欧美日韩综合aⅴ视频| 国产视频一区二区三区在线观看 | 五月婷婷综合在线| 亚洲国产成人高清精品| 亚洲精品国产精华液| 亚洲欧洲精品天堂一级| 中文字幕一区二区三区视频| 国产欧美日韩精品一区| 国产女主播视频一区二区| 国产午夜精品一区二区三区嫩草|