<?php
##
## default config

$TMPL['theme'] = 'default';
$TMPL['css_font_size'] = '9pt';

$TMPL['body_bgcolor'] = '#FFFFFF';
$TMPL['body_width'] = 650;
$TMPL['body_align'] = 'center';

$TMPL['body_text_color'] = '#000000';
$TMPL['body_link_color'] = '#0000EE';
$TMPL['body_vlink_color'] = '#551A8B';
$TMPL['body_alink_color'] = '#FF0000';

$TMPL['th_color'] = '#A0B0E0';
$TMPL['th_text_color'] = '#FFFFFF';
$TMPL['over_color'] = '#EEEEEE';
$TMPL['button_color'] = '#EEEEEE';
$TMPL['button_text_color'] = '#CD5723';

$TMPL['imgs_width'] = 200// max width
$TMPL['imgs_height'] = 200// max height

$TMPL['this_about'] = "openwin('$TMPL[this_about]',600,600)";
$TMPL['usage'] = "openwin('$TMPL[usage]',600,600)";
$TMPL['copying'] = "openwin('$TMPL[copying]',600,600)";
$TMPL['hotmusic'] = "openwin('$TMPL[hotmusic]',700,650)";
$TMPL['myplaylist'] = "openwin('$TMPL[myplaylist]',700,650)";
$TMPL['userconfig'] = "openwin('$TMPL[userconfig]',600,650)";

?>