var TreeDef = {
	"type"	: "tree",
	"style"	: {
		//"css":"clsNode",
		"imgitem":"images/empty.gif",
		"imgdir":"images/empty.gif",  
		"imgdiropen":"images/empty.gif",
		"itemoffset":{"x":"0","y":"0"},
                "fixwidth": 750,
                "fixheight": 138
	},
	"items" : [
		{ "text":
			 ' ghfdhd',

		  "menu":{"items":[
		  {
			
			"text":
				  '<table width="750" border="0" cellspacing="0" cellpadding="0" bgcolor=#DCEEF3 background="./images/new/logowanie_bg.gif">'
				+ '<form name="loginform" action="user.php" method="post">'
				+ '	<TR><TD width=160>&nbsp;</TD>'
				//+ '	 <TD valign=top><img src="./images/new/logowanie_napis.gif" align=left></TD>'
				+ '	 <input type="hidden" name="zaloguj" value="1">'
				+ '	 <TD valign=top><img src="./images/new/logowanie_login.gif"></TD><TD valign=bottom><input type="text" name="login" size="15" maxlength="30" class=login_input></td>'
				+ '	 <TD valign=top><img src="./images/new/logowanie_haslo.gif"></TD><TD valign=bottom><input type="password" name="haslo" size="15" maxlength="30" class=login_input></td>'
				+ '	 <TD valign=bottom><input type="image" src="./images/new/logowanie_button.gif" name="submit" value="Loguj"></td>'
				+ '	 <TD valign=bottom><a href="javascript:przypomnienie();" class=login_remind>zapomniałem hasła</a></td>'
				+ '	<TD width=160>&nbsp;</TD>'				
				+ '	</tr>'
				+ '</form>'
				+ '</table>',

                         "style":{"imgitem":"images/empty.gif","form":true}
		  }
	          ]
                 }
               }
		
	]
};

