<? // Use a background image. Values can be true or false $usebackground =false; // The background image for this page $imgbackground=""; // The image that's being used to display the value bar $barimg="images\bar_pr.png"; // The different colors $color_link ="#cc99ff"; // Hyperlink $color_vlink ="#cc99ff"; // Hyperlink visited $color_alink ="#cc99ff"; // Hyperlink while clicking $color_hlink ="#cc99ff"; // Hyperlink while pointing $color_background ="black"; // Background color whole page $color_table ="black"; // Background color Tables $color_header ="#404040"; // Background color Header tables // The font for the whole page $font_type ="Arial"; // The font type $font_size ="11px"; // The font size $font_variables ="#cc99ff"; // The font color variables $font_table ="white"; // The font color Header tables $font_info ="#6e439C"; // The font color text $font_text ="#cc99ff"; // The font color all other text // The button in the right down corner $button_color ="black"; // The color of the button $button_text ="#6e439C"; // The color text in the button // The border around all the fields with the generated info $border_thick ="1"; // The thickness of the border $border_color ="#6e439C"; // The color $border_style ="solid"; // The style // The colors for the scrollbar $scrollbar_face ="#000000"; $scrollbar_highlight ="#000000"; $scrollbar_shadow ="#000000"; $scrollbar_3dlight ="#6e439C"; $scrollbar_arrow ="#6e439C"; $scrollbar_track ="#000000"; $scrollbar_darkshadow="#6e439C"; ?>