// Конверсия - помощь

function helpdim()
{
	var hlp;
switch (lng) {
	case "eng":
	hlp="/eng/scripts/h01_08.html";
	break;
	case "rus":
	hlp="/scripts/h01_08.html";
	break;
	default:
	hlp="/scripts/h01_08.html";
	break;
	}
window.open(hlp,'help', config='height=500,width=500,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,status=yes');
self.name="main window"
}

