function repp()
{

var el;


	el=document.getElementById('m1');
	el.href='mailto:sales@watsongloves.com';
	el.innerHTML='sales@watsongloves.com' ;

	el=document.getElementById('m2');
	el.href='mailto:';
	el.innerHTML='' ;

	el=document.getElementById('m3');
	el.href='mailto:ftmac@watsongloves.com';
	el.innerHTML='ftmac@watsongloves.com' ;

	el=document.getElementById('m4');
	el.href='mailto:toronto@watsongloves.com';
	el.innerHTML='toronto@watsongloves.com' ;
}