function openFeature(key) {

  var smallbox = new Array('CANOLASILICA', 'RIMGUARD', 'SQUARESTUD', 'SQUARESTUDPLUS', 'DSIWINTER', 'DOUBLEMADSTOPPER', 'SINGLEWIREBEAD');

  var boxsizes = new Array();
  boxsizes['normal'] = new Array('370','450');
  boxsizes['small'] = new Array('215','450');

  var usesize = 'normal';

  for(i=0;i<smallbox.length;i++) {
    if(smallbox[i]==key)
      usesize = 'small';
  }

  tb_show("","/innovations?cm_language="+globalsitelang+"&id="+key+"&height="+boxsizes[usesize][1]+"&width="+boxsizes[usesize][0],"gallery");
}
