// open hidden layer
function write_menu_heb()
{	
document.write("<ul id=\'tilm\'>");


document.write("<li><font href='#' onmouseover=\"mopen('m1')\" onmouseout=\"mclosetime()\"");
document.write(">אודות</font>");
document.write("<div id=\"m1\" onmouseover=\"mcancelclosetime()\" onmouseout=\"mclosetime()\">");
document.write("<a href='About-heb@1.html'>פרופיל חברה</a>");
document.write("<a href='About-heb@2.html'>מחקר ופיתוח</a>");
document.write("<a href='About-heb@3.html'>שירות לקוחות</a>");
//document.write("<a href='About-heb@4.html'>בין לקוחותינו</a>");
document.write("</div>");
document.write("</li>");


document.write("<li><font href='#' onmouseover=\"mopen('m2')\" onmouseout=\"mclosetime()\"");
document.write(">מוצרים</font>");
document.write("<div id=\"m2\" onmouseover=\"mcancelclosetime()\" onmouseout=\"mclosetime()\">");
document.write("<a href='Product-ITEM-heb.html'>ITEM</a>");
document.write("<a href='Product-SecuriTIL-heb.html'>SecuriTIL</a>");
document.write("<a href='Product-EduTIL-heb.html'>EduTIL</a>");
document.write("</div>");
document.write("</li>");

document.write("<li><font href='#' onmouseover=\"mopen('m3')\" onmouseout=\"mclosetime()\"");
document.write(">שירותים פסיכולוגיים</font>");
document.write("<div id=\"m3\" onmouseover=\"mcancelclosetime()\" onmouseout=\"mclosetime()\">");
document.write("<a href='Service-heb@1.html'>מיון מורחב</a>");
document.write("<a href='Service-heb@2.html'>מרכזי הערכה</a>");
document.write("<a href='Service-heb@3.html'>יעוץ תעסוקתי</a>");
document.write("</div>");
document.write("</li>");

document.write("<li><font href='#' onmouseover=\"mopen('m4')\" onmouseout=\"mclosetime()\"");
document.write(">מידע לנבחן</font>");
document.write("<div id=\"m4\" onmouseover=\"mcancelclosetime()\" onmouseout=\"mclosetime()\">");
document.write("<a href='Candidate-heb@1.html'>איך להגיע</a>");
document.write("<a href='Candidate-heb@2.html'>מידע כללי</a>");
document.write("<a href='Candidate-heb@3.html'>מבחנים לדוגמא</a>");
document.write("<a href='Candidate-heb@4.html'>העברת תוצאות</a>");
document.write("</div>");
document.write("</li>");

document.write("<li><a href=\"Contact-heb.html\">צרו קשר</a></li>");
document.write("<li><a href=\"Home-heb.html\">דף הבית</a></li>");

document.write("</ul>");
document.write("<div style=\'clear:both\'></div>");

}


