var SDN={extend:function(object,source){for(var property in source)object[property]=source[property];return object},add:function(event,on,func){if(event.addEventListener)return event.addEventListener(on,func,false);if(event.attachEvent)return event.attachEvent('on'+on,func)},agent:function(a){return navigator.userAgent.match(a)},IE:function(){return SDN.agent(/MSIE/)},lite:function(){return SDN.agent(/iPod|Nintendo|MSIE/)},i:function(id){return document.getElementById(id)},e:function(elm){return document.createElement(elm)},t:function(tn){return document.createTextNode(tn)},height:function(obj){return obj.offsetHeight},width:function(obj){return obj.offsetWidth}},tg=false,bl;function curblink(){if(bl)bl=bLm.nodeValue='';else bl=bLm.nodeValue='_'}function openWin(ul,na,wi,hi){var ot=(wi&&hi)?'width='+wi+',height='+hi+',':'';window.open(ul,na,ot+'resizable=yes,scrollbars=yes');return false}SDN.add(window,'load',function(){tg=true;try{dEs=SDN.i('Description');dEs.appendChild(SDN.t(''));bLm=dEs.lastChild}catch(e){return}setInterval(curblink,600)})
