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 ("");

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}




