function OffMouse(obj) {
obj.style.backgroundColor='#ffffff';
obj.style.color='#9E9D9D';
obj.style.border='1px solid #B1B0B0';
}
function OnMouse(obj) {
obj.style.backgroundColor='#FFFFFF';
obj.style.color='#6D6C6C';
obj.style.border='1px solid #cccccc';
}
function OnM(obj, url) {
window.location = url;
}
function insertext(text){
document.forms['newcom'].elements['text'].value += text;
}