\\n\";\n\n if (!complexmenu)\n {\n len = parseInt(menuinput.length);\n\n if (len > 0)\n {\n for (var i in menuinput)\n {\n t = parseInt(i) + 1;\n\n thisclass = (t == len) ? css_menusep_last: css_menusep;\n if (typeof(menuinput[i]) === \'string\') {\n if (menuinput[i].match(/^~~NODIV~~/)) {\n html += menuinput[i].replace(/^~~NODIV~~/, \'\');\n } else {\n html += \"
\\n\" + menuinput[i] + \"\\n
\\n\";\n }\n }\n }\n }\n }\n else\n {\n html += menuinput;\n }\n\n html += \"\\n
\\n\";\n\n //----------------------------------\n // Workaround for IE bug which shows\n // select boxes and other windows GUI\n // over divs. Write iframe\n //----------------------------------\n if (is_ie)\n {\n html += \"\\n\" + \'