function Entry(Title,Icon,Eintrag,FolDoc,OnOff,Path,Comment,Target) 
{

	this.Eintrag           = Eintrag;
	this.Title         = Title;
	this.Icon         = Icon;
	this.OnOff        = OnOff
	this.Path         = Path
	this.Comment 				= Comment
	this.FolDoc 			= FolDoc
        this.Target       = Target

}

var ic = ""

if(document.all)
{
ic = "mic"
}
else
{
ic = "net"
}


Web = new Array();
