﻿// Object for Debugger
function structureDebugger()
{
 this.print = function(strM)
 {
  alert(strM);
 }
}


