00001 <?php
00002 if (isset($num_dbs) && $num_dbs == '0') {
00003 ?>
00004
00005 div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
00006 .heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
00007 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none}
00008 .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none}
00009 .tblItem:hover {color: #FF0000; text-decoration: underline}
00010 <?php
00011 } else {
00012 if (isset($js_capable) && $js_capable != '0') {
00013
00014
00015
00016
00017
00018 if (isset($js_isDOM) && $js_isDOM != '0') {
00019 ?>
00020
00021 div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
00022 .heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
00023 .headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #000000}
00024 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none; display: block}
00025 .child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none; display: none}
00026 .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none}
00027 .tblItem:hover {color: #FF0000; text-decoration: underline}
00028 <?php
00029 } else {
00030 ?>
00031
00032 div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
00033 .heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
00034 .headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #000000}
00035 <?php
00036 if (isset($js_isIE4) && $js_isIE4 != '0') {
00037 ?>
00038
00039 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none; display: block}
00040 .child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none; display: none}
00041 .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none}
00042 .tblItem:hover {color: #FF0000; text-decoration: underline}
00043 <?php
00044 } else {
00045 ?>
00046
00047 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none; position: absolute; visibility: hidden}
00048 .child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; position: absolute; visibility: hidden}
00049 .item, .tblItem {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none}
00050 <?php
00051 }
00052 }
00053 } else {
00054 ?>
00055
00056 div {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
00057 .heada {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; color: #000000}
00058 .headaCnt {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #000000}
00059 .parent {font-family: <?php echo $left_font_family; ?>; color: #000000; text-decoration: none}
00060 .child {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none}
00061 .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-size: <?php echo $font_smaller; ?>; color: #333399; text-decoration: none}
00062 .tblItem:hover {color: #FF0000; text-decoration: underline}
00063 <?php
00064 }
00065 }
00066 ?>
00067
00068 body {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; }
00069 input {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>}
00070 select {font-family: <?php echo $left_font_family; ?>; font-size: <?php echo $font_size; ?>; background-color: #ffffff; color: #000000}
00071
00072 img, input, select, button {
00073 vertical-align: middle;
00074 }