<!--	//angepasstes Kontext-Menü
	//dieses Script muss VOR 'context-menu.js' aufgerufen werden!

function createMenu()
{
menucontent += '<HTML><HEAD><STYLE><!--.generale{ position: absolute; left: -999; top: -999; z-index: 999; cursor: default; background-color: menu; color: menuText; width: 130; visibility: hidden; border-style: outset; border-width: 2px;} .components{ font-family: Ms Shell Dlg, Verdana, Arial; font-size: 12px; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px }// --></STYLE></HEAD>';
menucontent += '<BODY><OBJECT ID="cerca" CLASSID="clsid:B45FF030-4447-11D2-85DE-00C04FA35C89" HEIGHT="0" WIDTH="0"></OBJECT><DIV ID="right_menu" CLASS="generale">';
//keine Titelzeile!
menucontent += '<DIV CLASS="components" STYLE="border-bottom:1.0pt solid gray" ONCLICK="exe(\'info\')" STATUSTEXT=""><IMG SRC="' + sourcedir + 'menu_c15.gif" ALIGN="absmiddle" WIDTH="16" HEIGHT="16">&nbsp;&nbsp;Copyright</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'close\')" STATUSTEXT=""><IMG SRC="' + sourcedir + 'xp_x16.gif" ALIGN="absmiddle" WIDTH="16" HEIGHT="16">&nbsp;&nbsp;Fenster schlie&szlig;en</DIV>';
menucontent += '</DIV></BODY></HTML>';
}

//-->
