// JavaScript Document
/**********
* Copyright 2007 Gregg B Larson
* All Rights reserved
***********/

function Instrument(tctrl){
		this.tabcreator = tctrl;

		this.addinst = function(vInst){
			this.type = vInst;
		}
		
}