/**
  * Returnes the sourcecode to the browser
  *
  * @return	void
  */
 function printContent()
 {
     echo $this->doc->render('Grid wizard', $this->content);
 }