    // Displays the review question guides for Plug-In's "Overall Rating" criteria item in the given element.
  function display_guides_rq_28(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Was it worth the price tag?</li>";
      guide_bullet_list += "<li>What made you choose this over another plug-in? What did you compare it to?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate? What is your favorite feature?</li>";
      guide_bullet_list += "<li>If it's a native plug-in, does it hog the CPU?</li>";
      guide_bullet_list += "<li>Has it ever crashed on you?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for PA Speakers and Monitors's "Sound Quality" criteria item in the given element.
  function display_guides_rq_10022(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How would you rate the speaker's overall sound?</li>";
      guide_bullet_list += "<li>More specifically, the low, mid, and high ranges individually?</li>";
      guide_bullet_list += "<li>How is the coverage area?</li>";
      guide_bullet_list += "<li>Is there audible distortion at normal operating volumes/power levels?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Midi Keyboard Controllers's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10041(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How has this product performed for you in the real world?</li>";
      guide_bullet_list += "<li>How are the reactions to velocity and aftertouch, if applicable? How do the keys feel overall?</li>";
      guide_bullet_list += "<li>Would you recommend it to other musicians?</li>";
      guide_bullet_list += "<li>If it was destroyed or stolen, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10003(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>Is there something you wish you had asked before buying this guitar?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate? What is your favorite  feature?</li>";
      guide_bullet_list += "<li>Did you compare it to other guitars? Which ones? Why did you choose  this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you&quot;d like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Amp's "Customer Support" criteria item in the given element.
  function display_guides_rq_9(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "<li>Ever try and get it repaired? Was the repair done under warranty?</li>";
      guide_bullet_list += "<li>Were you able to findan authorized service center easily?</li>";
      guide_bullet_list += "<li>How long is the warranty?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Computer Recording Interfaces's "I/O" criteria item in the given element.
  function display_guides_rq_10060(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li></li>";
      guide_bullet_list += "<li></li>";
      guide_bullet_list += "<li>Preamp quality?</li>";
      guide_bullet_list += "<li>Dedicated instrument input(s) for guitar, bass, etc.?</li>";
      guide_bullet_list += "<li>Digital I/O? S/PDIF coax, S/PDIF optical, AES/EBU, ADAT/lightpipe, MADI, TDIF?</li>";
      guide_bullet_list += "<li>MIDI I/O? Number of ports?</li>";
      guide_bullet_list += "<li>Send/Return options?</li>";
      guide_bullet_list += "<li>Cue/Mix outputs?</li>";
      guide_bullet_list += "<li>Surround mixing capabilities?</li>";
      guide_bullet_list += "<li>Headphone out? Number of headphone outs? Independent volume control?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Keyboard And MIDI's "Expressiveness/Sounds" criteria item in the given element.
  function display_guides_rq_38(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Are some instruments very realistic? Bad? Easy to use?</li>";
      guide_bullet_list += "<li>What types of music does it work well for? Rock? Classical? Dance?</li>";
      guide_bullet_list += "<li>Are the onboard effects good? Very bad?</li>";
      guide_bullet_list += "<li>Does it react to your playing, or is it static?</li>";
      guide_bullet_list += "<li>How does it react to velocity and aftertouch?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Cymbals's "Reliability/Durability" criteria item in the given element.
  function display_guides_rq_10108(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Is this cymbal prone to cracking under normal or heavy use?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass Pickup's "Sound" criteria item in the given element.
  function display_guides_rq_10013(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What's the output level like?</li>";
      guide_bullet_list += "<li>What amps and effects are you using it with?</li>";
      guide_bullet_list += "<li>Tone - Bassy, middy, muddy, trebly, balanced?</li>";
      guide_bullet_list += "<li>What style of music do you play? Is this a good match?</li>";
      guide_bullet_list += "<li>For which positions is this pickup (un)suitable?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar's "Action, Fit, & Finish" criteria item in the given element.
  function display_guides_rq_19(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How well was the guitar set-up at the factory? (How was the action?)</li>";
      guide_bullet_list += "<li>How well were the pickups adjusted?</li>";
      guide_bullet_list += "<li>Properly bookmatched top? Properly routed bridge?</li>";
      guide_bullet_list += "<li>Did the guitar contain any flaws? (misaligned bracing, poorly filed fretwire, finish flaws, poor quality wood, rusted or oxidized hardware, loose tuning pegs, poorly cut nut, poorly fit saddle, noisy pickup selector, loose controls, etc...)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Samples's "Reviewer Background" criteria item in the given element.
  function display_guides_rq_29(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been making music?</li>";
      guide_bullet_list += "<li>What kind of music do you make?</li>";
      guide_bullet_list += "<li>What application(s)/sampler(s) do you use the library with?</li>";
      guide_bullet_list += "<li>How long have you been working with the library?</li>";
      guide_bullet_list += "<li>What is your primary listening equipment? (soundcard to headphones, digital monitors, etc.)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for PA Speakers and Monitors's "Features" criteria item in the given element.
  function display_guides_rq_10023(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>--- \nMobility: Handles, casters, etc?\n</li>";
      guide_bullet_list += "<li>--- \nVersatility: Polemounts, multiple positions, flyable, etc?\n</li>";
      guide_bullet_list += "<li>--- \nDesign: Is there anything special about this speaker's design or engineering worth commenting on?\n</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Midi Keyboard Controllers's "General Features" criteria item in the given element.
  function display_guides_rq_10042(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How many keys?</li>";
      guide_bullet_list += "<li>Type of action (weighted, semi-weighted, synth)?</li>";
      guide_bullet_list += "<li>Velocity sensitivity? Channel aftertouch? Polyphonic aftertouch?</li>";
      guide_bullet_list += "<li>Onboard display? Color? Touch screen?</li>";
      guide_bullet_list += "<li>What parameters are assignable?</li>";
      guide_bullet_list += "<li>How is the board powered-AC adapter, batteries, USB, FireWire, etc.?</li>";
      guide_bullet_list += "<li>Construction (metal, plastic, wood, combination of materials)?</li>";
      guide_bullet_list += "<li>What are you using this controller for?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Amp's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>what do you love about it? What do you hate?</li>";
      guide_bullet_list += "<li>Did you compare it to other products? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Sets's "Features" criteria item in the given element.
  function display_guides_rq_10080(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Does it come with memory locks/settings?</li>";
      guide_bullet_list += "<li>Type of wood used on shells</li>";
      guide_bullet_list += "<li>Configuration?</li>";
      guide_bullet_list += "<li>Kit hardware (mounting systems, etc.)?</li>";
      guide_bullet_list += "<li>Colors/sizes?</li>";
      guide_bullet_list += "<li>Type of heads?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Computer Recording Interfaces's "General" criteria item in the given element.
  function display_guides_rq_10061(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Is this a desktop, rackmount, or portable unit?</li>";
      guide_bullet_list += "<li>VU or Input/Output meters?</li>";
      guide_bullet_list += "<li>Clip indicators?</li>";
      guide_bullet_list += "<li>Soft limiter?</li>";
      guide_bullet_list += "<li>Onboard DSP? Proprietary or standard plug-ins?</li>";
      guide_bullet_list += "<li>If DSP, the interface serve as an independent effects device?</li>";
      guide_bullet_list += "<li>Plastic or metal case? Suitable for use on the road?</li>";
      guide_bullet_list += "<li>Physical volume controls, or all trims handled in software?</li>";
      guide_bullet_list += "<li>Physical mixing surface, or all mixing handled in software?</li>";
      guide_bullet_list += "<li>Onboard hardware processing (e.g., EQ strips in Firewire mixers?)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar's "Features" criteria item in the given element.
  function display_guides_rq_10004(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Finish (Satin, transparent, quilted top, flamed top, etc...)</li>";
      guide_bullet_list += "<li>Body style (dreadnought, jumbo, cutaway, thinline, etc...)</li>";
      guide_bullet_list += "<li>Tuners (Brand of tuners - Sperzel, Gotoh, Grover, Schaller, etc...)</li>";
      guide_bullet_list += "<li>Neck/Scale (Fat, Thin, Jumbo Frets, Rosewood, Maple, etc...)</li>";
      guide_bullet_list += "<li>Any included accessories? (Case, gig bag, strap, cable, tools,  humidifier, etc...)</li>";
      guide_bullet_list += "<li>What year was it made? Where was is made? (Japan, Mexico, USA, etc...)</li>";
      guide_bullet_list += "<li>How many frets?</li>";
      guide_bullet_list += "<li>Solid or laminated top?</li>";
      guide_bullet_list += "<li>Built-in electronics? What type of pickup system?</li>";
      guide_bullet_list += "<li>Onboard tuner?</li>";
      guide_bullet_list += "<li>Onboard EQ?</li>";
      guide_bullet_list += "<li>Body and neck woods? (Maple, Mahogany, Alder, Ash, Basswood, Koa,  Plywood, etc...)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Keyboard And MIDI's "Reliability" criteria item in the given element.
  function display_guides_rq_39(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Can you depend on it?</li>";
      guide_bullet_list += "<li>Would you use it on a gig without a backup?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Guitar Pickup's "Instrument" criteria item in the given element.
  function display_guides_rq_10014(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What model guitar or bass did you install this in?</li>";
      guide_bullet_list += "<li>What position is it in?</li>";
      guide_bullet_list += "<li>What pickup are you replacing?</li>";
      guide_bullet_list += "<li>Other pickups installed on the instrument?</li>";
      guide_bullet_list += "<li>Any artists using this pickup?</li>";
      guide_bullet_list += "<li>Reason for changing the pickup?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar's "Reliability/Durability" criteria item in the given element.
  function display_guides_rq_20(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Will this guitar withstand live playing?</li>";
      guide_bullet_list += "<li>Does the hardware seem like it will last?</li>";
      guide_bullet_list += "<li>Is the finish good enough to last, or does it seem thin and easy to wear off with lots of playing?</li>";
      guide_bullet_list += "<li>Are the strap buttons solid?</li>";
      guide_bullet_list += "<li>Can you depend on it?</li>";
      guide_bullet_list += "<li>Would you use it on a gig without a backup?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar Amp's "Features" criteria item in the given element.
  function display_guides_rq_1(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Do you know what year the amp was made in?</li>";
      guide_bullet_list += "<li>Is the amp versatile enough for you and the styles of music you play? What are those styles?</li>";
      guide_bullet_list += "<li>How many channels? Does it have channel switching? Effects loops? Headphone jack?</li>";
      guide_bullet_list += "<li>What features do you wish it had? Why? Are there features you never use?</li>";
      guide_bullet_list += "<li>Where do you use this amp? Does it have enough power for you?</li>";
      guide_bullet_list += "<li>Feel free to enter any other features (stereo, tube or solid state, etc.).</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Cymbals's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10109(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>Is there something you wish you had asked before buying this pedal?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate? What is your favorite feature?</li>";
      guide_bullet_list += "<li>Did you compare it to other pedals? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to add?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Samples's "Overall Rating" criteria item in the given element.
  function display_guides_rq_30(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Was it worth the price tag?</li>";
      guide_bullet_list += "<li>Did you choose this over another library? What did you compare it to?</li>";
      guide_bullet_list += "<li>What are your favorite sounds? Are all the sounds usable?</li>";
      guide_bullet_list += "<li>Are there a wide variety of sounds, or is the library very specialized?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for PA Speakers and Monitors's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10024(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How has this product performed for you in the real world?</li>";
      guide_bullet_list += "<li>Would you recommend it to other working musicians?</li>";
      guide_bullet_list += "<li>If it was destroyed or stolen, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Midi Keyboard Controllers's "Additional Controls" criteria item in the given element.
  function display_guides_rq_10043(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Knobs, sliders, faders, buttons, pads, etc? How many?</li>";
      guide_bullet_list += "<li>Pitch bend/modulation wheels?</li>";
      guide_bullet_list += "<li>Other performance controls (XY pad, ribbon controller, drum pads)?</li>";
      guide_bullet_list += "<li>Is there an input for a breath controller?</li>";
      guide_bullet_list += "<li>Are the additional controls programmable/assignable?</li>";
      guide_bullet_list += "<li>Are there inputs for pedals (sustain, volume, etc.)? How many and for what functions?</li>";
      guide_bullet_list += "<li>How well do these other controls perform?</li>";
      guide_bullet_list += "<li>Are there templates for the controls designed to control software hosts, synths, etc.? If so, which ones?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Computer Recording Interfaces's "Connectivity" criteria item in the given element.
  function display_guides_rq_10062(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>USB 1.1, USB 2.0, FireWire/IEEE-1394, CardBus/PCMCIA, PCI, PCI-E, PCI-X? If PCI/PCI-E/PCI-X, breakout box included?</li>";
      guide_bullet_list += "<li>Additional ports for daisy-chaining?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar's "Sound" criteria item in the given element.
  function display_guides_rq_10005(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How does it suit your music style (and what is that style)?</li>";
      guide_bullet_list += "<li>Rich/full sound? Bright sound?</li>";
      guide_bullet_list += "<li>What kind of sounds can the guitar make? How much variety?</li>";
      guide_bullet_list += "<li>Likes and dislikes?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass's "Features" criteria item in the given element.
  function display_guides_rq_11(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What year was it made? Where was is made? (Japan, Mexico, USA, etc...)</li>";
      guide_bullet_list += "<li>How many frets, or is it fretless? How many strings?</li>";
      guide_bullet_list += "<li>Solid-Top? Laminated top?</li>";
      guide_bullet_list += "<li>Which controls are given (volume, tone, selectors, etc...)?</li>";
      guide_bullet_list += "<li>Pickup configuration? (S/S/H, H/H, S/H, Piezo, etc...)</li>";
      guide_bullet_list += "<li>Make and model of pickups?</li>";
      guide_bullet_list += "<li>Active or Passive electronics?</li>";
      guide_bullet_list += "<li>Body and neck materials? (Maple, Mahogany, Alder, Ash, Koa, graphite, etc...)</li>";
      guide_bullet_list += "<li>Finish (Satin, transparent, natural, flamed top, etc...)</li>";
      guide_bullet_list += "<li>Body style (jazz, precision, headless,etc...)</li>";
      guide_bullet_list += "<li>Bridge style (String-thru body, etc...)</li>";
      guide_bullet_list += "<li>Tuners (Locking? Non-locking? Drop-tuner? brand of tuners - Sperzel, Gotoh, Grover, Schaller, etc...)</li>";
      guide_bullet_list += "<li>Neck/Scale (Fat, Thin, Jumbo Frets, Rosewood, Maple, etc...)</li>";
      guide_bullet_list += "<li>Any included accessories? (Case, gig bag, strap, cable, tools, humidifier, etc...)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Sets's "Sound Quality" criteria item in the given element.
  function display_guides_rq_10081(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How much attack do the drums have?</li>";
      guide_bullet_list += "<li>What's the overall nature of the tone? Warm, dark, etc.? How are the highs, mids, and lows?</li>";
      guide_bullet_list += "<li>Overtones?</li>";
      guide_bullet_list += "<li>What kind of tuning ranges do the drums have?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Keyboard And MIDI's "Customer Support" criteria item in the given element.
  function display_guides_rq_40(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "<li>Ever get an upgrade, or try and get it repaired?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar Amp's "Sound Quality" criteria item in the given element.
  function display_guides_rq_2(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What guitar and pickup styles are you using it with?</li>";
      guide_bullet_list += "<li>How does it suit your music style (and what is that style)?</li>";
      guide_bullet_list += "<li>Is it noisy? On what settings, and in what environments?</li>";
      guide_bullet_list += "<li>What kind of sounds can the amp make? How much variety?</li>";
      guide_bullet_list += "<li>Is the clean channel distorted at high volumes? In what settings?</li>";
      guide_bullet_list += "<li>How brutal is the distortion?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar's "Customer Support" criteria item in the given element.
  function display_guides_rq_21(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "<li>Ever try and get it repaired? Was it under warranty</li>";
      guide_bullet_list += "<li>How long is the warranty</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Cymbals's "Customer Support" criteria item in the given element.
  function display_guides_rq_10110(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long is the warranty?</li>";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Guitar Pickup's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10015(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If it was destroyed or stolen, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate?</li>";
      guide_bullet_list += "<li>Did you compare it to other products? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Are you satisfied with this pickup or still searching for &lt;b&gt;that&lt;/b&gt; sound?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Snare Drums's "Features" criteria item in the given element.
  function display_guides_rq_10120(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Type of shell?</li>";
      guide_bullet_list += "<li>Size?</li>";
      guide_bullet_list += "<li>What type of throwoff?</li>";
      guide_bullet_list += "<li>How many lugs? What type?</li>";
      guide_bullet_list += "<li>What kind of hoops?</li>";
      guide_bullet_list += "<li>What kind of head is included?</li>";
      guide_bullet_list += "<li>What colors/finishes is yours? Are others available?</li>";
      guide_bullet_list += "<li>What is the tuning range of the drum?</li>";
      guide_bullet_list += "<li>Is it a limited edition?</li>";
      guide_bullet_list += "<li>What kind of strainer/snare wire is included?</li>";
      guide_bullet_list += "<li>Is it a production model, or are custom jobs available? </li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Midi Keyboard Controllers's "Connectivity" criteria item in the given element.
  function display_guides_rq_10044(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Detail the keyboard's I/O section. How many MIDI outs?</li>";
      guide_bullet_list += "<li>USB or other computer connectivity? 1.1 or 2.0 USB? Is it Mac- and/or PC-compatible?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Computer Recording Interfaces's "Other" criteria item in the given element.
  function display_guides_rq_10063(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Is there any bundled software, such as lite versions of other programs?</li>";
      guide_bullet_list += "<li>Mixer applet or other control panels?</li>";
      guide_bullet_list += "<li>If turntable input, is there a grounding post?</li>";
      guide_bullet_list += "<li>Ground lift switch for instrument or mic inputs?</li>";
      guide_bullet_list += "<li>Stand-alone operation (i.e., can operate without a computer for something like digital mixing applications)?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Effects's "Ease of Use" criteria item in the given element.
  function display_guides_rq_31(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How easy is it to get a good sound out of it?</li>";
      guide_bullet_list += "<li>How about Editing patches?</li>";
      guide_bullet_list += "<li>How is the manual for it (if there is one)?</li>";
      guide_bullet_list += "<li>Do you know the firmware revision number? Has your unit been upgraded?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar Pickup's "Instrument" criteria item in the given element.
  function display_guides_rq_10006(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What model acoustic guitar did you install this in?</li>";
      guide_bullet_list += "<li>Was any modification to the instrument required? If so, was it minimal, moderate, or extensive?</li>";
      guide_bullet_list += "<li>What pickup are you replacing?</li>";
      guide_bullet_list += "<li>Other pickups installed on the instrument?</li>";
      guide_bullet_list += "<li>Any artists using this pickup?</li>";
      guide_bullet_list += "<li>Reason for changing the pickup?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass's "Sound" criteria item in the given element.
  function display_guides_rq_12(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How does it suit your music style (and what is that style)?</li>";
      guide_bullet_list += "<li>What amps and effects are you using it with?</li>";
      guide_bullet_list += "<li>Is it noisy? On what settings?</li>";
      guide_bullet_list += "<li>Rich/Full sound? Dark sound? Warm sound? Bright sound?</li>";
      guide_bullet_list += "<li>What kind of sounds can the bass make? How much variety?</li>";
      guide_bullet_list += "<li>Is it noticeably better for the stage or the studio?</li>";
      guide_bullet_list += "<li>Likes and dislikes?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Sets's "Reliability/Durability" criteria item in the given element.
  function display_guides_rq_10082(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Would you feel comfortable gigging with the kit?</li>";
      guide_bullet_list += "<li>Is the wrap clean?</li>";
      guide_bullet_list += "<li>How often do they need to be tuned?</li>";
      guide_bullet_list += "<li>Do they maintain a consistent tone?</li>";
      guide_bullet_list += "<li>How well does the included hardware perform?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Keyboard And MIDI's "Overall Rating" criteria item in the given element.
  function display_guides_rq_41(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If it were lost or stolen, would you buy it again or get something else? Is it worth what you paid?</li>";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>what do you love about it? What do you hate?</li>";
      guide_bullet_list += "<li>Did you compare it to other products? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Does it help you make music, or does it get in the way?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar Amp's "Reliability" criteria item in the given element.
  function display_guides_rq_3(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Can you depend on it? Would you use it on a gig without a backup?</li>";
      guide_bullet_list += "<li>Has the amp ever broken down? Because of neglect of regular servicing (as in tubes), or just plain neglect?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Guitar Pickup's "Features" criteria item in the given element.
  function display_guides_rq_10016(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Single coil or humbucking? Active or passive?</li>";
      guide_bullet_list += "<li>Impedance or other specs?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar's "Overall Rating" criteria item in the given element.
  function display_guides_rq_22(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>Is there something you wish you had asked before buying this guitar?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate? What is your favorite feature?</li>";
      guide_bullet_list += "<li>Did you compare it to other guitars? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Snare Drums's "Sound Quality" criteria item in the given element.
  function display_guides_rq_10121(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What kind of tone does it have?</li>";
      guide_bullet_list += "<li>How do different heads affect the sound?</li>";
      guide_bullet_list += "<li>How does it blend with the rest of your kit? With the rest of your band?</li>";
      guide_bullet_list += "<li>What kind of volume/attack does it generate?</li>";
      guide_bullet_list += "<li>Overtones?</li>";
      guide_bullet_list += "<li>Does it require additional muffling?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Computer Recording Interfaces's "Power" criteria item in the given element.
  function display_guides_rq_10064(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Bus-powered?</li>";
      guide_bullet_list += "<li>AC-powered? If AC-powered, adapter or line cord?</li>";
      guide_bullet_list += "<li>Battery powered?</li>";
      guide_bullet_list += "<li>Phantom power for mics? Is it a true +48V?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Effects's "Sound Quality" criteria item in the given element.
  function display_guides_rq_32(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What setup (i.e. what guitars and amps) are you using this with?</li>";
      guide_bullet_list += "<li>Is it noisy? On what settings?</li>";
      guide_bullet_list += "<li>Are the effects weak or do they always sound great?</li>";
      guide_bullet_list += "<li>What amp are you using it with?</li>";
      guide_bullet_list += "<li>Can you get the sound of your favorite artists? Who are they?</li>";
      guide_bullet_list += "<li>Are certain effects (distortion, chorus, ...) very good? Very bad?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Hardware's "Features" criteria item in the given element.
  function display_guides_rq_10102(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What features are unique to this piece of hardware?</li>";
      guide_bullet_list += "<li>Are memory locks included?</li>";
      guide_bullet_list += "<li>Single or double-braced legs?</li>";
      guide_bullet_list += "<li>How big is the tubing?</li>";
      guide_bullet_list += "<li>If this is a cymbal stand, how much does it weigh?</li>";
      guide_bullet_list += "<li>Is the tilter universal, or are there limited settings?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar Pickup's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10007(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If it was destroyed or stolen, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate?</li>";
      guide_bullet_list += "<li>Did you compare it to other products? Which ones?Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Are you satisfied with this pickup or still searching forthat sound?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass's "Action, Fit, & Finish" criteria item in the given element.
  function display_guides_rq_13(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How well was the bass set-up at the factory? (How was the action?)</li>";
      guide_bullet_list += "<li>How well were the pickups adjusted?</li>";
      guide_bullet_list += "<li>Did the bass contain any flaws? (misaligned bracing, poorly filed fretwire, finish flaws, poor quality wood, rusted or oxidized hardware, loose tuning pegs, poorly cut nut, poorly fit saddle, noisy pickup selector, loose controls, etc...)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Sets's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10083(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How has this kit performed for you in real world?</li>";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>Is there something you wish you had asked before buying this kit?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate? What is your favorite feature?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to add?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Microphone's "Reviewer Background" criteria item in the given element.
  function display_guides_rq_23(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been making music?</li>";
      guide_bullet_list += "<li>What kind of recording experience do you have?</li>";
      guide_bullet_list += "<li>What are you recording to? (DAW, analog tape, cassette, ADAT, digital multitrack, etc.)</li>";
      guide_bullet_list += "<li>What is your primary listening equipment?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar Amp's "Customer Support" criteria item in the given element.
  function display_guides_rq_4(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "<li>Ever try and get it repaired? Was the repair done under warranty?</li>";
      guide_bullet_list += "<li>Were you able to findan authorized service center easily?</li>";
      guide_bullet_list += "<li>How long is the warranty?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Guitar Pickup's "Sound" criteria item in the given element.
  function display_guides_rq_10017(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What's the output level like?</li>";
      guide_bullet_list += "<li>What amps and effects are you using it with?</li>";
      guide_bullet_list += "<li>Tone - Bassy, middy, muddy, trebly, balanced?</li>";
      guide_bullet_list += "<li>What style of music do you play? Is this a good match?</li>";
      guide_bullet_list += "<li>For which positions is this pickup (un)suitable?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Snare Drums's "Reliability/Durability" criteria item in the given element.
  function display_guides_rq_10122(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Does it stay in tune?</li>";
      guide_bullet_list += "<li>Does it hold up well under normal use? Heavy use?</li>";
      guide_bullet_list += "<li>Is it well-constructed? </li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar Pickup's "Features" criteria item in the given element.
  function display_guides_rq_10008(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Single coil or humbucking? Active or passive?</li>";
      guide_bullet_list += "<li>If active, type of preamp?  Onboard EQ?  Onboard Tuner?</li>";
      guide_bullet_list += "<li>Impedance or other specs?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass's "Reliability/Durability" criteria item in the given element.
  function display_guides_rq_14(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Will this bass withstand live playing?</li>";
      guide_bullet_list += "<li>Does the hardware seem like it will last?</li>";
      guide_bullet_list += "<li>Is the finish good enough to last, or does it seem thin and easy to wear off with lots of playing?</li>";
      guide_bullet_list += "<li>Are the strap buttons solid?</li>";
      guide_bullet_list += "<li>Can you depend on it? How often does the neck/truss rod need to be adjusted?</li>";
      guide_bullet_list += "<li>Would you use it on a gig without a backup?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Sets's "Customer Support" criteria item in the given element.
  function display_guides_rq_10084(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How has the manufacturer responded or dealt with any problems you've had?</li>";
      guide_bullet_list += "<li>Was there a warranty? </li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Computer Recording Interfaces's "Technical specs" criteria item in the given element.
  function display_guides_rq_10065(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Sample rates/bit resolutions supported?</li>";
      guide_bullet_list += "<li>Types of drivers supported?</li>";
      guide_bullet_list += "<li>Direct monitoring?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Effects's "Reliability" criteria item in the given element.
  function display_guides_rq_33(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Can you depend on it?</li>";
      guide_bullet_list += "<li>Would you use it on a gig without a backup?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Hardware's "Reliability/Durability" criteria item in the given element.
  function display_guides_rq_10103(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Would you gig/tour with this piece of hardware?</li>";
      guide_bullet_list += "<li>How well does it hold up under regular use? Heavy use?</li>";
      guide_bullet_list += "<li>Have pieces ever bent or become warped?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Microphone's "Overall Rating" criteria item in the given element.
  function display_guides_rq_24(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What kind of mic is it? (Dynamic, condenser). Polar patterns?</li>";
      guide_bullet_list += "<li>What are you using the mic on? What kind of placement?</li>";
      guide_bullet_list += "<li>Were you considering any other mics instead of this one? Why did you choose this one?</li>";
      guide_bullet_list += "<li>What are your favorite aspects of the mic? Any areas where it falls short?</li>";
      guide_bullet_list += "<li>Would you recommend this to others? Only for certain applications?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar Amp's "Overall Rating" criteria item in the given element.
  function display_guides_rq_5(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>what do you love about it? What do you hate?</li>";
      guide_bullet_list += "<li>Did you compare it to other products? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Snare Drums's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10123(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How has this snare performed for you in real world?</li>";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>Is there something you wish you had asked before buying it?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>Did you consider any other snares before buying it? What made you decide on this one?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate?</li>";
      guide_bullet_list += "<li>What is your favorite feature?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to add?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar Pickup's "Sound" criteria item in the given element.
  function display_guides_rq_10009(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What's the output level like?</li>";
      guide_bullet_list += "<li>What amps and effects are you using it with?</li>";
      guide_bullet_list += "<li>Tone - Bassy, middy, muddy, trebly, balanced?</li>";
      guide_bullet_list += "<li>What style of music do you play? Is this a good match?</li>";
      guide_bullet_list += "<li>For which positions is this pickup (un)suitable?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass's "Customer Support" criteria item in the given element.
  function display_guides_rq_15(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "<li>Ever try and get it repaired? Was it under warranty?</li>";
      guide_bullet_list += "<li>How long is the warranty?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Drum Pedals's "Features" criteria item in the given element.
  function display_guides_rq_10085(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Is this a single- or double-kick pedal?</li>";
      guide_bullet_list += "<li>What kind of drive (chain, double-chain, or nylon strap)?</li>";
      guide_bullet_list += "<li>What kind of adjustments are available (cams, beater placement, spring tension, etc.)?</li>";
      guide_bullet_list += "<li>Left-footed version available?</li>";
      guide_bullet_list += "<li>How heavy is the foot plate?</li>";
      guide_bullet_list += "<li>Is the heel plate adjustable?</li>";
      guide_bullet_list += "<li>What kind of beater is included?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Computer Recording Interfaces's "Overall" criteria item in the given element.
  function display_guides_rq_10066(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How has this product performed for you in the real world?</li>";
      guide_bullet_list += "<li>Would you recommend it to other musicians?</li>";
      guide_bullet_list += "<li>If it was destroyed or stolen, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Effects's "Customer Support" criteria item in the given element.
  function display_guides_rq_34(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "<li>Ever get an upgrade, or try and get it repaired?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Hardware's "Customer Support" criteria item in the given element.
  function display_guides_rq_10104(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Ever try and get it repaired? Was it under warranty?</li>";
      guide_bullet_list += "<li>How long is the warranty?</li>";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Plug-In's "Reviewer Background" criteria item in the given element.
  function display_guides_rq_25(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been making music? What instruments do you play?</li>";
      guide_bullet_list += "<li>What is the software version number of the plug-in?</li>";
      guide_bullet_list += "<li>What application(s) do you use the plug-in with?</li>";
      guide_bullet_list += "<li>What are you using the plug-ins for? What kind of music do you make?</li>";
      guide_bullet_list += "<li>What kind of computer and what operating system are you using?</li>";
      guide_bullet_list += "<li>What is your primary listening equipment? (soundcard to headphones, digital monitors, etc.)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar's "Action, Fit, & Finish" criteria item in the given element.
  function display_guides_rq_10000(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How well was the guitar set-up at the factory? (How was the action?)</li>";
      guide_bullet_list += "<li>Properly bookmatched top? Properly routed bridge?</li>";
      guide_bullet_list += "<li>Did the guitar contain any flaws? (misaligned bracing, poorly filed  fretwire, finish flaws, poor quality wood, rusted or oxidized  hardware, loose tuning pegs, poorly cut nut, poorly fit saddle, loose  controls, etc...)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Amp's "Features" criteria item in the given element.
  function display_guides_rq_6(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Do you know what year the amp was made in?</li>";
      guide_bullet_list += "<li>Is the amp versatile enough for you and the styles of music you play? What are those styles?</li>";
      guide_bullet_list += "<li>How many channels? Does it have channel switching? Effects loops? Headphone jack?</li>";
      guide_bullet_list += "<li>What features do you wish it had? Why? Are there features you never use?</li>";
      guide_bullet_list += "<li>Where do you use this amp? Does it have enough power for you?</li>";
      guide_bullet_list += "<li>Feel free to enter any other features (stereo, tube or solid state, etc.).</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Drum Pedals's "Reliability/Durability" criteria item in the given element.
  function display_guides_rq_10086(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Would you gig with this pedal?</li>";
      guide_bullet_list += "<li>How well does it hold up under regular use? Heavy use? </li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Effects's "Overall Rating" criteria item in the given element.
  function display_guides_rq_35(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What style of music do you play? Is this a good match?</li>";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>what do you love about it? What do you hate? What is your favorite feature?</li>";
      guide_bullet_list += "<li>Did you compare it to other products? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Does it help you make music, or does it get in the way?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Drum Hardware's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10105(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>Is there something you wish you had asked before buying this pedal?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate? What is your favorite feature?</li>";
      guide_bullet_list += "<li>Did you compare it to other pedals? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to add?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass Pickup's "Instrument" criteria item in the given element.
  function display_guides_rq_10010(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What model guitar or bass did you install this in?</li>";
      guide_bullet_list += "<li>What position is it in?</li>";
      guide_bullet_list += "<li>What pickup are you replacing?</li>";
      guide_bullet_list += "<li>Other pickups installed on the instrument?</li>";
      guide_bullet_list += "<li>Any artists using this pickup?</li>";
      guide_bullet_list += "<li>Reason for changing the pickup?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass's "Overall Rating" criteria item in the given element.
  function display_guides_rq_16(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>Is there something you wish you had asked before buying this bass?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate? What is your favorite feature?</li>";
      guide_bullet_list += "<li>Did you compare it to other basses? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Plug-In's "Ease of Use" criteria item in the given element.
  function display_guides_rq_26(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Do you find the interface intuitive?</li>";
      guide_bullet_list += "<li>Did you have any problems installing the plug-in? Copy protection to deal with?</li>";
      guide_bullet_list += "<li>Is automation supported? Is there any MIDI controller implementation,etc.?</li>";
      guide_bullet_list += "<li>How easy is it to get a good sound out of it?</li>";
      guide_bullet_list += "<li>How is the manual (if there is one)?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for PA Speakers and Monitors's "General Questions" criteria item in the given element.
  function display_guides_rq_10020(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Is this speaker designed as a front-of-house main, stage monitor, or hybrid?</li>";
      guide_bullet_list += "<li>Subwoofer, 2-way, or 3-way?</li>";
      guide_bullet_list += "<li>Type ? compact, standard, array?</li>";
      guide_bullet_list += "<li>Speaker size(s)?</li>";
      guide_bullet_list += "<li>Enclosure materials?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar's "Reliability/Durability" criteria item in the given element.
  function display_guides_rq_10001(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Will this guitar withstand live playing?</li>";
      guide_bullet_list += "<li>Does the hardware seem like it will last?</li>";
      guide_bullet_list += "<li>Is the finish good enough to last, or does it seem thin and easy to  wear off with lots of playing?</li>";
      guide_bullet_list += "<li>Are the strap buttons solid?</li>";
      guide_bullet_list += "<li>Can you depend on it?</li>";
      guide_bullet_list += "<li>Would you use it on a gig without a backup?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Amp's "Sound Quality" criteria item in the given element.
  function display_guides_rq_7(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What bass and pickup styles are you using it with?</li>";
      guide_bullet_list += "<li>How does it suit your music style (and what is that style)?</li>";
      guide_bullet_list += "<li>Is it noisy? On what settings, and in what environments?</li>";
      guide_bullet_list += "<li>What kind of sounds can the amp make? How much variety?</li>";
      guide_bullet_list += "<li>Is the clean channel distorted at high volumes? In what settings?</li>";
      guide_bullet_list += "<li>How brutal is the distortion?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Keyboard And MIDI's "Ease of Use" criteria item in the given element.
  function display_guides_rq_36(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>&lt;b&gt;What software version are you using?&lt;/b&gt; (Please try to find out before completing)</li>";
      guide_bullet_list += "<li>How do the presets sound?</li>";
      guide_bullet_list += "<li>How hard is editing patches? Does a patch editor make a big difference?</li>";
      guide_bullet_list += "<li>How is the manual (if there is one)?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Cymbals's "Type and Construcion" criteria item in the given element.
  function display_guides_rq_10106(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Type of cymbal? Size?</li>";
      guide_bullet_list += "<li>Type of alloy/metal?</li>";
      guide_bullet_list += "<li>Type of lathing?</li>";
      guide_bullet_list += "<li>Type of finish (brilliant, natural, etc.)</li>";
      guide_bullet_list += "<li>Rivets or other sound-enhancing features (rippled hammering, etc.)?</li>";
      guide_bullet_list += "<li>Manufacturing techniques? (Hand-hammered, machine lathed, etc.)?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass Pickup's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10011(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>If it was destroyed or stolen, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate?</li>";
      guide_bullet_list += "<li>Did you compare it to other products? Which ones?Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Are you satisfied with this pickup or still searching forthat sound?</li>";
      guide_bullet_list += "<li>Anything else you'd like to share?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar's "Features" criteria item in the given element.
  function display_guides_rq_17(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What year was it made? Where was is made? (Japan, Mexico, USA, etc...)</li>";
      guide_bullet_list += "<li>How many frets?</li>";
      guide_bullet_list += "<li>Solid-Top? Laminated top?</li>";
      guide_bullet_list += "<li>Which controls are given (volume, tone, 5-way selector, 3-way, tap, etc...)?</li>";
      guide_bullet_list += "<li>Pickup configuration? (S/S/H, H/H, S/H, Piezo, etc...)</li>";
      guide_bullet_list += "<li>Make and model of pickups?</li>";
      guide_bullet_list += "<li>Active or Passive electronics?</li>";
      guide_bullet_list += "<li>Body and neck woods? (Maple, Mahogany, Alder, Ash, Basswood, Koa, Plywood, etc...)</li>";
      guide_bullet_list += "<li>Finish (Satin, transparent, quilted top, flamed top, etc...)</li>";
      guide_bullet_list += "<li>Body style (strat, tele, dreadnought, cutaway, thinline, etc...)</li>";
      guide_bullet_list += "<li>Bridge style (Tune-O-Matic, Floyd Rose, Wilkinson, Tele-style, String-thru body, stop tailpiece, etc...)</li>";
      guide_bullet_list += "<li>Tuners (Locking? Non-locking? brand of tuners - Sperzel, Gotoh, Grover, Schaller, etc...)</li>";
      guide_bullet_list += "<li>Neck/Scale (Fat, Thin, Jumbo Frets, Rosewood, Maple, etc...)</li>";
      guide_bullet_list += "<li>Any included accessories? (Case, gig bag, strap, cable, tools, humidifier, etc...)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Drum Pedals's "Customer Support" criteria item in the given element.
  function display_guides_rq_10087(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Ever try and get it repaired? Was it under warranty?</li>";
      guide_bullet_list += "<li>How long is the warranty?</li>";
      guide_bullet_list += "<li>If you've dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Plug-In's "Sounds/Sound Quality" criteria item in the given element.
  function display_guides_rq_27(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How does it sound? In a mix? Any tricks to make it better?</li>";
      guide_bullet_list += "<li>Do you find the presets adequate, or do you find yourself needing to tweak every time?</li>";
      guide_bullet_list += "<li>If the plug-in is an instrument, is it expressive?</li>";
      guide_bullet_list += "<li>Is operation mono or stereo? Any bit-depths or sample rates not supported?</li>";
      guide_bullet_list += "<li>For instruments, what's the maximum polyphony? Is it multi-timbral?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for PA Speakers and Monitors's "Technical Specs" criteria item in the given element.
  function display_guides_rq_10021(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>--- \nPowered or passive?  If powered: Mono-, bi-, or tri-amped? Peak/RMS power output? Onboard mixer/EQ?\n</li>";
      guide_bullet_list += "<li>Peak/RMS power handling?</li>";
      guide_bullet_list += "<li>Speaker element materials?</li>";
      guide_bullet_list += "<li>Tweeter type?</li>";
      guide_bullet_list += "<li>Frequency range/response?</li>";
      guide_bullet_list += "<li>Crossover specs?</li>";
      guide_bullet_list += "<li>Circuit/thermal protection?</li>";
      guide_bullet_list += "<li>--- \nConnections: 1/4&quot;, XLR, Neutrik Speakon, etc?\n</li>";
      guide_bullet_list += "<li>Size and weight?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Midi Keyboard Controllers's "Additional features" criteria item in the given element.
  function display_guides_rq_10040(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Included editor/librarian software? If so, Mac, PC, or hybrid? Describe what the software does and if you've found it useful.</li>";
      guide_bullet_list += "<li>Is there any bundled software, such as lite versions of other programs?</li>";
      guide_bullet_list += "<li>Octave up/down, transpose, or similar functionality?</li>";
      guide_bullet_list += "<li>Keyboard zones? How easy is it to do splits and layers?</li>";
      guide_bullet_list += "<li>Ability to insert sound cards to get new sounds?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Acoustic Guitar's "Customer Support" criteria item in the given element.
  function display_guides_rq_10002(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Ever try and get it repaired? Was it under warranty?</li>";
      guide_bullet_list += "<li>How long is the warranty?</li>";
      guide_bullet_list += "<li>If you&quot;ve dealt with the company, how helpful/friendly were they?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Amp's "Reliability" criteria item in the given element.
  function display_guides_rq_8(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Can you depend on it? Would you use it on a gig without a backup?</li>";
      guide_bullet_list += "<li>Has the amp ever broken down? Because of neglect of regular servicing (as in tubes), or just plain neglect?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Keyboard And MIDI's "Features" criteria item in the given element.
  function display_guides_rq_37(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>What is the polyphony? How is the keyboard action?</li>";
      guide_bullet_list += "<li>Does it have any built in effects? Are they easy to use?</li>";
      guide_bullet_list += "<li>Does it have expansion capabilities? (i.e. can accepts cards, new boards, more memory, etc.)</li>";
      guide_bullet_list += "<li>What MIDI capabilities are there? (pressure senstive keys, )</li>";
      guide_bullet_list += "<li>Does it have an on-board sequencer? How flexible is it? Easy to use?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Cymbals's "Sound Quality" criteria item in the given element.
  function display_guides_rq_10107(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Describe the cymbal's sound qualities (chick, attack, decay, overtones, etc.)</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Electric Bass Pickup's "Features" criteria item in the given element.
  function display_guides_rq_10012(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>Single coil or humbucking? Active or passive?  If active, 9-, 18-, or 20-volt system?</li>";
      guide_bullet_list += "<li>Impedance or other specs?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Guitar's "Sound" criteria item in the given element.
  function display_guides_rq_18(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How does it suit your music style (and what is that style)?</li>";
      guide_bullet_list += "<li>What amps and effects are you using it with?</li>";
      guide_bullet_list += "<li>Is it noisy? On what settings?</li>";
      guide_bullet_list += "<li>Rich/Full sound? Bright sound?</li>";
      guide_bullet_list += "<li>What kind of sounds can the guitar make? How much variety?</li>";
      guide_bullet_list += "<li>Likes and dislikes?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
    // Displays the review question guides for Bass Drum Pedals's "Overall Rating" criteria item in the given element.
  function display_guides_rq_10088(element_id) {
    guide_bullet_list = "<ul>\n";
      guide_bullet_list += "<li>How long have you been playing? What other gear do you own?</li>";
      guide_bullet_list += "<li>Is there something you wish you had asked before buying this pedal?</li>";
      guide_bullet_list += "<li>If it were stolen or lost, would you buy it again or get something else?</li>";
      guide_bullet_list += "<li>What do you love about it? What do you hate? What is your favorite feature?</li>";
      guide_bullet_list += "<li>Did you compare it to other pedals? Which ones? Why did you choose this one?</li>";
      guide_bullet_list += "<li>Anything you wish it had?</li>";
      guide_bullet_list += "<li>Anything else you'd like to add?</li>";
      guide_bullet_list += "</ul>\n";
    $(element_id).innerHTML = guide_bullet_list;
  }
  