function dynamiccontentNS6(elementid,content){
	if (document.all){
			//IE content
			if(elementid == "thetext")
			thetext.innerHTML=content;
			else
			thebusinesstext.innerHTML=content;
			//return
		}
		
	else if (document.getElementById){
		rng = document.createRange();
		el = document.getElementById(elementid);
		rng.setStartBefore(el);
		htmlFrag = rng.createContextualFragment(content);
		while (el.hasChildNodes())
			el.removeChild(el.lastChild);
			el.appendChild(htmlFrag);
		}
	}
	
var linkcontent=new Array();

linkcontent[0] = "Since the launch of the 700 series relays in 2000, this product line has continuously evolved both functionally and visually.";

linkcontent[1] = "Variety of contact configurations and materials to meet your switching needs.";

linkcontent[2] = "Magnecraft plug in modules are available in many variations allowing coverage for most applications on the market. ";

linkcontent[3] = "The new DIN-Mountable 861 Solid State relay with an internal heat sink is the first complete solid state relay with NO moving parts; in a modular package.";

linkcontent[4] = "The new 820 Series Time Delay Relays are DIN rail mountable products offering 10 different timing functions all in one modular package.";

linkcontent[5]="The Magnecraft 199 relay is the powerhouse open relay. Standard parts can handle up to 40A and there are options to handle up to 50A.";

linkcontent[6]="The Model 712 series Alternating Relay is designed for duplex pumping systems where it is desirable to equalize pump run time. ";


linkcontent[7]="Some control system designs require the relay to be mounted directly on the Printed Circuit Board (PCB).";
