function change(id, newClass) {
identity=document.getElementById(id);
identity.className=newClass;
}

function enlarge(w,h,pageUrl) {
newWind=window.open
(pageUrl,"newWindow","status=no,toolbar=no,scrollbars=no,resizable=no,width="+w+",height="+h+",top=100,left=100")
}document.writeln ("");
