".gtext($row['hardware']['wifi_works'])."";
							break;
						case 'videocard':
							echo gtext("does it work with free software?"). " ".gtext(Videocard::$videoReverse[$row['hardware']['video_card_works']])."";
							break;
						case 'soundcard':
							echo gtext("does it work with free software?"). " ".gtext($row['hardware']['sound_card_works'])."";
							break;
					}
					?>