
//
// Use on links to remove the dotted box which appears when clicking(focusing)
//
function blurFocus(element){
	element.blur()
}