<html>
<head>
<title>BackColor Setting</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
.theme {
width:9;
height:9;
margin:0px 2px;
cursor:hand;
border:1px solid #CCCCCC;
}
body {
font-size: 12px;
background-color: #1C6778;
margin: 0px;
}
</style>
<script>
function cc(setcolor){
document.body.style.filter='blendTrans(duration=0.5)';
document.body.filters[0].apply();
for(i=0;i<document.styleSheets[0].rules.length;i++) {
with(document.styleSheets[0].rules[i]) {
if (selectorText.toLowerCase().replace(/[^/.]*/./i,'')=='body'){
style.backgroundColor=setcolor;}
}
}
document.body.filters[0].play();
}
</script>
</head>
<body>
<p></p>
<table height="13" border="0" cellpadding="0" cellspacing="1">
<tr>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#FFFFFF;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#0067c2;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#990000;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#287030;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#C72471;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#7A1645;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#616378;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#7A474E;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#AD618F;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#6E6394;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#9CCFE9;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#688A9C;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#E8CF9B;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#9C8268;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#1C6778;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#2EA9C5;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#AD1D71;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#FA8EA9;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#488798;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#482A15;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#4888CA;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#947682;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#51403C;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#BF5A00;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#313C63;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#C8707F;"></td>
<td onclick="cc(this.style.backgroundColor)" class="theme" style="background-color:#C8ABC4;"></td>
</tr>
</table>
</body>
</html>