function GLinkedDocs()
{
//VARIABLES
 this.selIds = new Array();
 this.selNr = 0;
 
//METHODS
 this.finalize = function()
 {
 }
 
 this.init = function()
 {
  
 }

}
