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 */ window.onload = function() { document.getElementById('PersonalEntries').style.display = 'none'; } 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'; } // -->
IAWPS
IAWPS
2008
International Symposium on Wood Science and Technology
-
Search
  Schedule
搜索 
Top Keywords: kochi

Post Question

  Registration
搜索 

Sign Up | Log In
Members 
New Post Bulletin

Co-organizers

Northeast Forestry University (NEFU)
Key Laboratory of Bio-based Material Science and Technology
Chinese Wood Science Society
National Natural Science Foundation of China
IUFRO Division 5 – Forest Products
International Wood Culture Society

Sponsors

Beijing Xinxi Lida Technology Development Co., Ltd
Harbin DongDa Forestry Technological Equipment Co., Ltd
Harbin Sunlight Yanfeng Art of Environment Co., Ltd
Chengdu Canya Wood Industry Co., Ltd
Links | Comments

International Wood Culture Society (IWCS) Copyright ©2000-2008 All Rights Reserved
京ICP备05012203号