


function CMS_ContextMenu_GetBegin()
{
	document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr><td><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr><td width=\"15\"><img src=\"/images/newsCorner1.gif\" border=\"0\" width=\"15\" height=\"29\"></td><td height=\"29\" style=\"background-image : url(/images/newsBg.gif);\">&nbsp;</td><td width=\"13\"><img src=\"/images/newsCorner2.gif\" border=\"0\" width=\"13\" height=\"29\"></td></tr></table></td></tr>");
}



function CMS_ContextMenu_GetEnd()
{
	document.write("</table>");
}



function CMS_ContextMenu_GetItem(psName, psUrl, psDesc, psTarget, pbIsSelected, biLevel)
{
	document.write("<tr ")
		if (biLevel == 0)
	{
	    if (pbIsSelected)
		    document.write("><td bgcolor=\"#FFFFFF\" height=\"30\"><p style=\"margin-left:7\"><img src=\"/images/kub.gif\" border=\"0\" width=\"8\" height=\"8\">&nbsp;<font class=\"menu\">" + psName + "</font></td></tr><tr bgcolor=\"#E4E4E4\"><td height=\"1\"><img src=\"images/dot.gif\" width=\"1\" height=\"1\"></td></tr>");
	    else
		    document.write("><td height=\"30\"><a href=" + psUrl + " title='" + psDesc + "' target='" + psTarget +	"' style=\"text-decoration : none;\"><p style=\"margin-left:7\"><img src=\"/images/kub.gif\" border=\"0\" width=\"8\" height=\"8\">&nbsp;<font class=\"menu\"><u>" + psName + "</u></font></a></td></tr><tr bgcolor=\"#E4E4E4\"><td height=\"1\"><img src=\"images/dot.gif\" width=\"1\" height=\"1\"></td></tr>");
	}
	
	if (biLevel == 1)
	{
	    if (pbIsSelected)
		    document.write("><td height=\"30\" bgcolor=\"#FFFFFF\"><p style=\"margin-left:27\"><img src=\"/images/level2.gif\" border=\"0\" width=\"13\" height=\"7\"><font class=\"small\" color=\"#3F3E3E\">" + psName + "</font></td></tr><tr bgcolor=\"#E4E4E4\"><td height=\"1\"><img src=\"images/dot.gif\" width=\"1\" height=\"1\"></td></tr>");
	    else
		    document.write("><td height=\"30\"><a href=" + psUrl + " title='" + psDesc + "' target='" + psTarget +	"' style=\"text-decoration : none;\"><p style=\"margin-left:27\"><img src=\"/images/level2.gif\" border=\"0\" width=\"13\" height=\"7\"><font class=\"small\" color=\"#3F3E3E\"><u>" + psName + "</u></font></a></td></tr><tr bgcolor=\"#E4E4E4\"><td height=\"1\"><img src=\"images/dot.gif\" width=\"1\" height=\"1\"></td></tr>");
	}
		
	document.write("");
}


function CMS_ContextMenu_GetIfDefaultPage()
{
}



function CMS_ContextMenu_GetIfWithoutMenu()
{
document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr><td><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\"><tr><td width=\"15\"><img src=\"/images/newsCorner1.gif\" border=\"0\" width=\"15\" height=\"29\"></td><td height=\"29\" style=\"background-image : url(/images/newsBg.gif);\">&nbsp;</td><td width=\"13\"><img src=\"/images/newsCorner2.gif\" border=\"0\" width=\"13\" height=\"29\"></td></tr></table></td></tr></table>");
}
