//Variables controlling which icons display
//in the System Requirements section of the
//home page.

//Set needed plugins to '1'.

var need_quicktime = 0;
var need_shockwave = 0;
var need_flash = 0;
var need_chime = 0;
var need_acrobat = 0;

var number_plugins = need_quicktime + need_shockwave + need_flash + need_chime + need_acrobat;