function advChange(hide,displ){
	document.getElementById( hide ).style.display='none';
	document.getElementById( displ ).style.display='block';
}
