function FillKey(field,keyword) { field.value=keyword; } function Set_Cookie( name, value, expires, path, domain, secure ) { // set time, it's in milliseconds var today = new Date(); today.setTime( today.getTime() ); /* if the expires variable is set, make the correct expires time, the current script below will set it for x number of days, to make it for hours, delete * 24, for minutes, delete * 60 * 24 */ if ( expires ){ expires = expires * 1000 * 60 * 60 * 24; } var expires_date = new Date( today.getTime() + (expires) ); document.cookie = name + "=" +escape( value ) + ( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) + ( ( path ) ? ";path=" + path : "" ) + ( ( domain ) ? ";domain=" + domain : "" ) + ( ( secure ) ? ";secure" : "" ); } /* Toggle section */ function toggle(divid) { var div = document.getElementById(divid); if (div.style.display == 'none') { div.style.display = 'block'; } else { div.style.display = 'none'; } } function show(divid) { var div = document.getElementById(divid); div.style.display = 'block'; } function hide(divid) { var div = document.getElementById(divid); div.style.display = 'none'; } function popup(url, name, height, width, scrollbars) { var popwin; var opts = "toolbar=no,status=yes,location=no,menubar=no,resizable=yes"; opts += ",height=" + height + ",width=" + width + ",scrollbars=" + scrollbars; popwin = window.open("", name, opts); popwin.focus(); popwin.location = url; } function ExpandMenu(MenuName) { document.getElementById(MenuName).style.visibility = 'Visible'; } function HideMenu(MenuName) { document.getElementById(MenuName).style.visibility = 'Hidden'; } // -->
木材科学网 木文化网 木材实验室网 木教育网 今日木材网
木材实验室网
WOODLAB.ORG
-
木头人搜索
  实验须知
搜索 
  实验室在线
搜索 
  显微观察站
搜索 
  木材标本 | 木材鉴定
搜索 
  材性检测
搜索 
  仪器登录
搜索 

Sign Up | Log In
Members 
发布新帖 社区动态
发表疑问 有问必答
国际竹藤网络中心
中国林科院木材工业研究所
国际木材科学院
上海木材工业研究所
江苏省制浆造纸科学与技术重点实验室
南京林业大学林木遗传与生物技术省部共建教育部重点实验室
Woodlab团队 | 关于本站 | 法律声明 | 联系我们 | 常见问题 | 意见箱

Copyright ©2000-2009 木材实验室网 WOODLAB.ORG 版权所有
京ICP备05012203号