function openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
	}
	
	function change(id, newClass) {
identity=document.getElementById(id);
identity.className=newClass;
	}