function ChangeStyle() {
var ccform = document.forms['ccform'];
ccform.method = "post";
ccform.action = "./";
ccform.submit();
}