
document.write("<style>");
var d=0;
for (d=0;d<=9;d++)
  {
  document.write("#pch" + d + "{ text-align:center !important; width:171px; font-size:10px; }");  
  document.write("#pch" + d + "_a{ background:transparent url('/images/pch_36.gif') no-repeat top left; width:171px; height:9px; diplay:block; }");
  document.write("#pch" + d + "_b{ min-height: 225px; text-align:center !important; background-color:#c9bd8d; width:171px; padding-bottom:5px; }");
  document.write("#pch" + d + "_b_a{ width:150px; margin-bottom:3px; border:none; }");
  document.write("a#pch" + d + "_b_c, #pch" + d + "_b_b{ color:#fff; text-decoration:none; }");
  document.write("#pch" + d + "_b_b{ width:150px;}");
  document.write("#pch" + d + "_c{ background:transparent url('/images/pch_67.gif') no-repeat top left; width:171px; height:6px; diplay:block; } }");
  }
document.write("</style>");



function on1(d,c){
	d = document.getElementById("pch"+c+"_a").style.backgroundImage ="url(/images/pch__36.gif)";
	d = document.getElementById("pch"+c+"_b").style.backgroundColor ="#d1c288";
	d = document.getElementById("pch"+c+"_b_a").style.border="1px solid #b2162c";
	d = document.getElementById("pch"+c+"_b_b").style.color="#b2162c";
	d = document.getElementById("pch"+c+"_b_c").style.color="#b2162c";
	d = document.getElementById("pch"+c+"_b_c").style.textDecoration="underline";
	d = document.getElementById("pch"+c+"_c").style.backgroundImage ="url(/images/pch__67.gif)";
}
function off1(d,c){
	d = document.getElementById("pch"+c+"_a").style.backgroundImage ="url(/images/pch_36.gif)";
	d = document.getElementById("pch"+c+"_b").style.backgroundColor ="#c9bd8d";
	d = document.getElementById("pch"+c+"_b_a").style.border="none";
	d = document.getElementById("pch"+c+"_b_b").style.color="#fff";
	d = document.getElementById("pch"+c+"_b_c").style.color="#fff";
	d = document.getElementById("pch"+c+"_b_c").style.textDecoration="none";
	d = document.getElementById("pch"+c+"_c").style.backgroundImage ="url(/images/pch_67.gif)";
	
}
