

function doBtn(name){
	slash=name.lastIndexOf('/')-1;
	if (name.substr(slash,1) == "p"){
		btnString='<A ';
		btnString+='href="https://www.extech-direct.com';
	  direct=slash-35;
		btnString+=name.substr(37,direct);
	  direct=slash+6;
		btnString+=name.substring(direct);
		btnString+='"> <IMG alt="Buy it Direct from Extech at Extech-Direct" src="/EasyEditor/assets/btn_buy.gif" ALIGN=absmiddle border=0></A>'; 
	  document.write(btnString);
	}//end if
}
