
function Property(Item)
{
	//item.ParentMenu.CloseAll(0);
	//item.ParentMenu.HideMenu();
	window.showModalDialog("Nolex/Cms/Dialogs/Content.aspx?id=" + Item.Value ,null, "dialogHeight: 299px; dialogWidth: 540px; help:no;");
}

function Contents(Item)
{
	Item.ParentMenu.CloseAll(0);
	Item.ParentMenu.HideMenu();

	varWidth  = 620;
	varHeight = 480;

	varLeft = (screen.width / 2) - ( varWidth / 2);
	varTop = (screen.height / 2) - ( varHeight / 2);

	window.open("nolex/cms/admin/contents.aspx?LanguageID=" + Item.Value , "_blank", "width=" + varWidth + ", height=" + varHeight + ", menubar=no,toolbar=no,titlebar=no,resizable=no,scrollbars=no,status=yes, left=" + varLeft + ", top=" + varTop);
}

function Menu(Item)
{
	Item.ParentMenu.CloseAll(0);
	Item.ParentMenu.HideMenu();

	varWidth  = 380;
	varHeight = 250;
	
	varLeft = (screen.width / 2) - ( varWidth / 2);
	varTop = (screen.height / 2) - ( varHeight / 2);
	
	window.open("nolex/cms/admin/menus.aspx?menuid=" + Item.Value , null, "width=" + varWidth + ", height=" + varHeight + ", menubar=no,toolbar=no,titlebar=no,resizable=no,scrollbars=no,status=yes, left=" + varLeft + ", top=" + varTop);
}

function ContentProperty(ID)
{
	window.showModalDialog("../Dialogs/Content.aspx?id=" + ID ,null, "dialogHeight: 299px; dialogWidth: 540px; help:no;");
}
function NewsBar(item)
{
	window.showModalDialog("Nolex/CMS/Dialogs/NewsBar.aspx", null,"dialogHeight: 480px; dialogWidth: 670px; help: No; status: Yes;");
}
