function CInstructions(parent)
{
	this.parent = parent;
		
	this.show = function(){	mE("instructions").show(); }
	this.hide = function(){	mE("instructions").hide(); }
}

