node7=true;
function tmenudata1()
{
	setProperties(this, true);		//Use a hand mouse cursor for expandable items, or the default arrow.
}

function tmenudata2()
{
	setProperties(this, true);		//Use a hand mouse cursor for expandable items, or the default arrow.
}
function tmenudata3()
{
	setProperties(this, true);
}
function tmenudata4()
{
	setProperties(this, true);
}
function tmenudata5()
{
	setProperties(this, true);
}
function tmenudata6()
{
	setProperties(this, true);
}

function setProperties(oMenu, bIsExpandable) 
{
		oMenu.plus_image = '/images/showcase/common/menu-fix-vintage.gif';
		oMenu.minus_image = '/images/showcase/common/menu-fix-vintage.gif';
		oMenu.document_image = '/images/showcase/common/menu-fix-vintage.gif';
		oMenu.folder_image = '/images/showcase/common/menu-fix-vintage.gif';
		oMenu.imgage_gap = 0;			//The image gap is applied to the left and right of the folder and document icons.
		oMenu.pm_width_height = "0,0";		//Width & Height  - Note: Both images must be the same dimensions.
		oMenu.indent = 7;			//The indent distance in pixels for each level of the tree.
		oMenu.icon_width_height = "0,0";	//Width & Height  - Note: Both images must be the same dimensions.
		oMenu.main_item_styles = "margin-top: 0px !important;margin-top:-20px;";
		oMenu.sub_item_styles = "margin-top: 0px !important;margin-top:-2px;padding-top:10px;";
		//oMenu.sub_container_styles = "margin-top: 0px !important;margin-top:-10px;";
	oMenu.use_hand_cursor = true;		//Use a hand mouse cursor for expandable items, or the default arrow.

}





