var fDesc=new Array(); fDesc[0] = "Northwest Rebar Ltd.(Rebar ) Rebar In Surrey : is dealing with all types of projects whether it is small, mid-sized or large. We deliver (Rebar Ltd.)fast and cost efficient service to our clients. Northwest Rebar Ltd.(Rebar) Rebar In Surrey : are serving in Vancouver,lower mainland and the surrounding area. For Further Contact Call us On : 778. 707.7759 & Email At info@northwestrebar.com.We are fully serviced rebar, reinforcing company in Vancouver, British Columbia. At Northwest Rebar, our focus is to provide best quality & cost efficient service."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }