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