var behavior_sheet = {	
	'a#Popup_newSchool' :	function(element) {
		element.onclick = function(){
	        window.open(HOME_URL+"index/newSchool", "newSchool", "width=600,height=400,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=1,resizable=0" );
			return false;
		}
	}
};
Attitude.append(behavior_sheet);


