function getScreenWidth(){return screen.width;}function getScreenHeight(){return screen.height;}function getById(id){if(document.getElementById){return document.getElementById(id);}else{if(document.all){return document.all[id];}}return null;}function winopen(file,w,h){return winopen(file,w,h,"no","no");}function winopen(file,w,h,scroll){return winopen(file,w,h,scroll,"no");}function winopen(file,w,h,scroll,resizable){aw=640;ah=450;if(window.screen){aw=screen.availwidth;ah=screen.availheight;if(!(aw>0)){aw=screen.width;ah=screen.height;}}settings="width="+w+",height="+h+",left="+(aw-w)/2+",top="+(ah-h)/2+",screenX="+(aw-w)/2+",screenY="+(ah-h)/2+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+scroll+",name="+file+",resizable="+resizable;new_window=window.open(file,("o_"+Math.random(100)).replace(".","_"),settings);return new_window;}function trim(str){var trimmed=str.replace(/^\s+|\s+$/g,"");return trimmed;}function d(codedMail){var decodedMail=codedMail.replace(/#at#/,"@");window.location.href="mailto:"+decodedMail;}function dw(codedMail){document.write(codedMail.replace(/#at#/,"@"));}