//(c) 2005 by AD
function opw(p,n,w,h){var w=window.open(p,n,'toolbar=no,scrollbars=yes,width='+w+',height='+h+',resizable=yes',false);w.focus();}
function opwns(p,n,w,h){var w=window.open(p,n,'toolbar=no,scrollbars=no,width='+w+',height='+h+',resizable=yes',false);w.focus();}
function geto(id) {var d=document;if(d.getElementById)return d.getElementById(id);else if(d.all)return d.all.item(id);else return 0;}
function printo(obj){s='';for(i in obj) s+=i+'='+obj[i]+'\n';alert(s);}
var maxw=800;var maxh=700;
function setDim(){if(window.opener){var i=document.images['img'];var w=i.width;var h=i.height;var lr=false;if(w>maxw||h>maxh){r=Math.max(w/maxw,h/maxh);w/=r;h/=r;lr=true;};if(window.innerWidth){window.innerWidth=w;window.innerHeight=h;/*firefox bug*/if(window.innerWidth!=w)setTimeout(setDim,50);}else if(window.resizeTo){window.resizeTo(w+12,h+31);}if(lr)document.location.replace(i.src);}}
function fixIEflash(){var v=document.getElementsByTagName("object");for(var i in v){v[i].outerHTML=v[i].outerHTML;}}
function trim(str){return str.replace(/^\s+|\s+$/g,'');}

