<?php
$xtensions = array ('ini', 'txt', 'log', 'ico', 'bat', 'bak', 'inf', 'drv', 'ttf', 'hlp', 'htm', 'xml', 'tmp', 'gz', 'html', 'swf', 'sig', 'js', 'pgp', 'pif', 'dat', 'url', 'tga', 'mp3', );
$xdescs = array ('INI File', 'Text file', 'Log file', 'Icon', 'DOS Batch file', 'Backup File', 'INF File(driver?)', 'Driver file', 'TrueType Font', 'Help file', 'HTML File', 'XML File', 'Temp File', 'GZIP file', 'HTML File', 'SWF', 'PGP Siganture', 'JavaScript standalone file', 'PGP Encrypted File', 'Windows Shortcut', 'Data File', 'Web URL', 'Targa image', 'MP3 File', );
$xcolors = array ('green', 'burlywood', 'green', 'red', 'green', 'burlywood', 'orange', 'orange', 'darkorchid', 'lightblue', 'royalblue', 'royalblue', 'palegreen', 'rosybrown', 'dodgerblue', 'mediumturquoise', 'navy', 'dodgerblue', 'navy', 'coral', 'deeppink', 'dodgerblue', 'red', 'dodgerblue', );
?>