



function Loadd(id)

{
	
	var descriptions = new Array();
	var names = new Array();
	names[61]='Canadian Meat Business Magazine';
	descriptions[61]='  <p style=\"DIRECTION: ltr\" align=\"justify\"><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\"></font></p>  <p style=\"DIRECTION: ltr\" align=\"justify\"><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\">See the latest edition of Canadian Meat Business Magazine and read all about Allegro in the Dealer Profile Feature Article. Allegro Industries Ltd. has been recognized in many of the industries most respected magazines.</font></p>';
	names[28]='Transfer Points';
	descriptions[28]='  <p align=\"justify\"><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\">This photo shows a typical transfer point that requires a tight transfer. This type of transfer is critical in the smooth flow of product that has a small base dimension. All equipment can be custom made to suit the trickiest of transfers.</font> </p>';
	names[32]='Interface';
	descriptions[32]='  <p align=\"justify\"><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\">Typical transfer from a flighted ThermoDrive conveyor belt onto a plastic modular Metal Detector belt.</font> </p>';
	names[30]='Tray Handling System';
	descriptions[30]='  <p align=\"justify\"><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\">This pneumatic pop up system required innovation and economical construction. All custom equipment is thoroughly tested, and approved by the client,&nbsp;prior to shipping.</font> </p>';
	names[31]='Pack Off System';
	descriptions[31]='  <p><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\">It can\'t be done, was what we were told. Well we built it and it worked great. This cookie client went on serious labour savings because of Allegro\'s initiative and innovation.</font></p>';
	names[59]='PVC Belting Conveyors';
	descriptions[59]='  <p><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\"></font></p>  <p><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\">Allegro has experience with all types of belting; including PVC belting conveyors complete with a 1/4&quot; diameter nose over (nose bar transfer designed for smooth transfer of small product).</font> </p>';
	names[69]='Brownie Tray Pack System';
	descriptions[69]='';
	names[70]='Product Unloading & Flip System';
	descriptions[70]='';
	names[77]='180 Degree Conveyor from Icing Machine to Spiral Cooler';
	descriptions[77]='';
	names[29]='Custom Drive Design';
	descriptions[29]='  <p align=\"justify\"><font face=\"tahoma,arial,helvetica,sans-serif\" size=\"2\">This drive was designed and built for a new innovation in bulk format cookie pack off. All drive designs are developed with longevity and easy maintenance in mind.</font> </p>';
		document.getElementById("spanName").innerHTML=names[id];
var el = document.getElementById("spanDescription");
//      el.innerHTML='';
//        alert(el.innerHTML);
	el.innerHTML=descriptions[id];
//	alert(descriptions[id]);

}
