var mb = 620;var bbs = 17;var bbl = 13;
function omoi(id){ico=document.getElementById('imgc' + id);ici=document.getElementById('ici'+id);eim=document.getElementById('eim' + id);iw=eim.width;
if(iw>mb){ici.width=bbs+'px';if(ico.style.position=='absolute'){ici.src="/gfx/bclose.gif";}else{ici.src="/gfx/bopen.gif";}}}
function omti(id){ici=document.getElementById('ici'+id);ici.src="/gfx/dot.gif";ici.width=bbl+'px';}
function expandimg(wp,f){
gf=document.getElementById('imgc' + wp);bim=document.getElementById('bim' + wp);eim=document.getElementById('eim' + wp);ij=document.getElementById('ici'+wp);if(f==2)if(gf.style.position=='absolute'){f=0}else{f=1};if(f==3)if(gf.style.position=='absolute'){f=1}else{f=0};
br=eim.width;ho=eim.height;if(br>0){if(f==1){if(br>mb){xv=130-(br-mb);if(xv<10)xv=10;gf.style.width=br+4+'px';
gf.style.left=xv+'px';gf.style.position='absolute';gf.style.borderStyle='solid';
gf.style.borderColor='#333333';gf.style.borderWidth='2px';bim.style.height=ho+1+'px';if(ij.width==bbs) ij.src="/gfx/bopen.gif";}else {gf.style.width=mb+'px';bim.style.height='1px';gf.style.borderStyle='none';gf.style.position='static';if(ij.width==bbs) ij.src="/gfx/bclose.gif";}}else{gf.style.width=mb+'px';bim.style.height=1+'px';gf.style.borderStyle='none';gf.style.position='static';if(ij.width==bbs) ij.src="/gfx/bopen.gif";}}}function ri(dv){iw=document.getElementById('postheadtitle').clientWidth;if(iw<620){mb=620;}else{mb=iw-20;}
eim=document.getElementById(dv);eim.style.width=mb+'px';
}
function vote(url){if(confirm("Are you sure you want to include all this text in your reply?\n\n" +
"Keep in mind that many of our visitors read this forum from a WAP phone, so please don't re-post unnecessary (all text from previous post) text in your reply. "+
"If you not are replying to the previous post, but a post further down, you could write the name of the user on top of your reply"+
" '@username:' or 'username:'"+
"\n\nClick 'OK' to include the text from this post in your reply, and 'Cancel' if you don't want to include it")){
return true;}else{return false;}}

function quote(url){if(confirm("Are you sure you want to include all this text in your reply?\n\n" +
"Keep in mind that many of our visitors read this forum from a WAP phone, so please don't re-post unnecessary (all text from previous post) text in your reply. "+
"If you not are replying to the previous post, but a post further down, you could write the name of the user on top of your reply"+
" '@username:' or 'username:'"+
"\n\nClick 'OK' to include the text from this post in your reply, and 'Cancel' if you don't want to include it")){document.location=url;return false;}else{return false;}}