<!--

/*
 *≡  兰州大学党委宣传部第三版由飞煌工作室设计制作
 *≡  设计师：纯蓝（雷浩斌）
 *≡  程  序：纯蓝（雷浩斌）
 *≡  Brilliant Legend Studio
 *≡  http://www.fhuang.com
 *≡  Email：bls333@163.com
 *≡  电 话：(请到我们的网站查询)
 *≡  2005年4月
 */
 
 
//搜索选择类型
function SelectTP(){
if (navigator.appName == "Microsoft Internet Explorer")
{
document.write("<div id=layer_01 style='VISIBILITY: hidden; position: absolute; z-index: 1; border: 0px solid #FFFFFF; padding: 0px;'>")
document.write("<div id=layer_02 style='position: absolute; width: 110px; height: 58px; top: 21px; z-index: 2; border: 1px solid #B35A1B; padding: 0px; background-color: #FFFFFF'>")
document.write("<table border=0 cellpadding=0 style='border-collapse:collapse' width=100%>")
document.write("<tr onclick=LL_showHideLayers('Layer_01','','hide');JYtype.value='本站全部内容'>")
document.write("	<td height=20 onMouseOver=javascript:this.bgColor='#F2D4B6' bgcolor=#F2D4B6 onMouseOut=javascript:this.bgColor=''>&nbsp;本站全部内容</td>")
document.write("</tr><tr onclick=LL_showHideLayers('Layer_01','','hide');JYtype.value='普法园地'>")
document.write("	<td height=20 onMouseOver=javascript:this.bgColor='#F2D4B6' bgcolor=#FFFFFF onMouseOut=javascript:this.bgColor=''>&nbsp;普法园地</td>")
document.write("</tr><tr onclick=LL_showHideLayers('Layer_01','','hide');JYtype.value='工作动态'>")
document.write("	<td height=20 onMouseOver=javascript:this.bgColor='#F2D4B6' bgcolor=#FFFFFF onMouseOut=javascript:this.bgColor=''>&nbsp;工作动态</td>")
document.write("</tr><tr onclick=LL_showHideLayers('Layer_01','','hide');JYtype.value='公文公告'>")
document.write("	<td height=20 onMouseOver=javascript:this.bgColor='#F2D4B6' bgcolor=#FFFFFF onMouseOut=javascript:this.bgColor=''>&nbsp;公文公告</td>")
document.write("</tr><tr onclick=LL_showHideLayers('Layer_01','','hide');JYtype.value='出版管理'>")
document.write("	<td height=20 onMouseOver=javascript:this.bgColor='#F2D4B6' bgcolor=#FFFFFF onMouseOut=javascript:this.bgColor=''>&nbsp;出版管理</td>")
document.write("</tr><tr onclick=LL_showHideLayers('Layer_01','','hide');JYtype.value='部门简介'>")
document.write("	<td height=20 onMouseOver=javascript:this.bgColor='#F2D4B6' bgcolor=#FFFFFF onMouseOut=javascript:this.bgColor=''>&nbsp;部门简介</td>")
document.write("</tr><tr onclick=LL_showHideLayers('Layer_01','','hide');JYtype.value='校园广播'>")
document.write("	<td height=20 onMouseOver=javascript:this.bgColor='#F2D4B6' bgcolor=#FFFFFF onMouseOut=javascript:this.bgColor=''>&nbsp;校园广播</td>")
document.write("</tr><tr onclick=LL_showHideLayers('Layer_01','','hide');JYtype.value='≡兰大新闻≡'>")
document.write("	<td height=20 onMouseOver=javascript:this.bgColor='#F2D4B6' bgcolor=#FFFFFF onMouseOut=javascript:this.bgColor=''>&nbsp;<span style='color:#F80000'>≡兰大新闻≡</span></td>")
document.write("</tr></table></div></div>")
document.write("<input name=JYtype value='本站全部内容' class='IPT2' onclick=LL_showHideLayers('Layer_01','','show') size=16 readonly>")
	}
else {
document.write("<select name=JYtype size=1 style='width:110px;'>")
document.write("	<option value=本站全部内容 selected>本站全部内容</option>")
document.write("	<option value=部门简介>部门简介</option>")
document.write("	<option value=工作动态>工作动态</option>")
document.write("	<option value=公文公告>公文公告</option>")
document.write("	<option value=出版管理>出版管理</option>")
document.write("	<option value=理论园地>理论园地</option>")
document.write("	<option value=校园广播>校园广播</option>")
document.write("	<option value=≡兰大新闻≡>≡兰大新闻≡</option></select>")
	}
}

//层的隐藏
function LL_findObj(n, d)
{ //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=LL_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function LL_showHideLayers()
{ //v6.0
  var i,p,v,obj,args=LL_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=LL_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

//双击滚屏单击停止
var currentpos,timer;	
function initialize()
  {timer=setInterval("scrollwindow()",40);}
function sc()
  {clearInterval(timer);}
function scrollwindow()
  {currentpos=document.body.scrollTop;
  window.scroll(0,++currentpos);
  if (currentpos != document.body.scrollTop)
    sc();}
  document.onmousedown=sc
  document.ondblclick=initialize  

//-->   

