
			//Set the id names of tab containers (without a number at the end)
			var tablink_idname = new Array("tablink","tablinktwo","tablinkthree");
			//Set the id name of tabcontentarea (without a number at the end)
			var tabcontent_idname = new Array("tabcontent","tabcontenttwo","tabcontentthree");
			//Set the number of tabs
			var tabcount = new Array("1","3","2");
			//Set the Tab wich should load at start
			var loadtabs = new Array("1","1","1");

