function ps_on(id,clname){
	document.getElementById(id).className=clname;
}

function ps_off(id){
	document.getElementById(id).className='';
}

function email(whe, who) {window.open('mailto:'+who+'@'+whe, '_top')}