// (c) 2007 Matt Puterio, aka. Mitty // mitty@animenuke.com // Go ahead and steal this if you want, not like I didn't. function openRateWindow(type,x) { window.open("/cms/dn-fl?cmd=rate&do=showForm&" + type + "=" + x ,"rateform","scrollbars=0,resizable=0,status=0,menubar=0,height=230,width=180") } function openFileRateWindow(c,f) { window.open("/cms/dn-wol/rate/show/"+c+"/"+f+".html","rateform","scrollbars=0,resizable=0,status=0,menubar=0,height=230,width=180") } function closeRateWindow(reload) { if(reload == 0) { window.close() } else { window.opener.location=window.opener.location window.close() } } function openImageUploadWindow(f) { window.open("/cms/dn-fl?cmd=fimg&do=showUploadForm&f="+f,"upload_img_form","scrollbars=0,resizable=0,status=0,menubar=0,height=375,width=350") } function openImgView(f,t) { window.open("/cms/dn-fl?cmd=fimg&do=showBig&f="+f+"&t="+t,"upload_img_form","scrollbars=0,resizable=0,status=0,menubar=0,height=500,width=500") }