function bringitup(theurl,w,h,old) { var features = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=' + w + ',height=' + h; if(old==1) { theurl = theurl + document.location.search; }else if(old==2) { var features = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=' + w + ',height=' + h; } s = window.open(theurl, 'popup', features); s.focus(); } function useFlash(media_src,w,h,fla) { isFlashed = true; if (isFlashed && (fla==1)) { document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); } else { document.writeln(''); } }