﻿function popupStuff(addr, h, w) {
		var hit=(h?h:200);
		var wit=(w?w:560);
		popupWin = window.open(addr, '_blank', 'height='+hit+',width='+wit+',status=no,toolbar=no,menubar=no,location=no,resizable=no,left=320,top=180'); 
        popupWin.opener.top.name = 'opener';
        popupWin.focus();
	}
	var theMenuLang;
	function generateMyMenu(lang, erase) {
		theMenuLang = lang;
		CAT_HEIGHT=0;

		MENU_POS2['block_top'][0]=findPosY(document.getElementById('theUserNameCell'));
		MENU_POS2['block_left'][0]=findPosX(document.getElementById('theUserNameCell'));
		if(erase) {
			for(var i=0; i<theDocumentMenu.children.length; i++)theDocumentMenu.children[i].change_location();
		}
		else theDocumentMenu = new menu(MENU_ITEMS, MENU_POS2, MENU_STYLES2, lang);
	}