function VetoPageRefresh(e){
	if(window.event){
		if(event.keyCode==116){
			event.returnValue=false;
			event.keyCode=20;
		}
	}
	return true;
}
