//****************************************************************************** // Apycom DHTML-menu v2.80 // www.dhtml-menu.com // E-mail: dhtml@apycom.com //------------------------------------------------------------------------------ // New: // 1: Crossframe support! // @ apy_initFrame(framesetID, mainFrameN, subFrameN, orientation); - into top menu page; // framesetID - id of frameset; // mainFrameN - main frame number (top menu frame) >=0; // subFrameN - sub frame number (frame with submenus) >=0; // orientation - 0/1 - horizontal/vertical. // 2: apy_changeItem (n,m,i, newText,newTarget,newTip, newImgOver,newImgOut) // - n - menu, m - submenu, i - item. All >= 0. // 3: hidding objects for floatable menu, if it intersects them // 4: hidding objects for movable menu, if it intersects them // 5: submenus positioning in Mozilla/Netscape fixed // 6: corrected toggle mode for non-crossframe mode // 7: toggle mode for crossframe // 8: crossframe for OP5 & OP6 // 9: works with tag // -------- v2.15 --------------- // 10: personal item width in itemStyles: "itemWidth=value". // 11: partially fixed submenu positioning with crossframe mode (need fix in MZ, NS) // 12: fixed onLoad event // 13: increase loading speed of big menus up to 40% in IE!!! // 14: fixed bug with tag in OP5 // 15: begining of popup mode: var popupMode=1; // 16: top menu shadow: var shadowTop=0/1; (default is 1) // -------- v2.16 --------------- // 17: fixed some problems with object intersection in NS (flash, applet, etc.) // 18: popup mode. // Initialization: // onContextMenu="return apy_popup([menuN>=0], [hidePause>0], event)" // ------------------------------------------------------------------ // Note: Popup mode doesn't support Opera, because Opera doesn't support // ~~~~ onContextmenu event and can't determine mouse button, // even if onMouseDown event occured. // -------- v2.50 --------------- // 19: CSS support! // var cssStyle=0/1; // off/on css mode // var cssClass="className"; // css class name (e.g.: .myClass {...} => var cssClass="myClass";) // var menuStyles = [ ["CSS=className"] ]; // individual css class for submenu // var itemStyles = [ // individual css class for item // ["CSS=classNameNormal,classNameOver"] // ]; // -------- v2.60 --------------- // 20: fixed bug with seperator sizes in NS4 // 21: added 15 new transition effects: // var transition=[0..39]; // var transOptions="param1=value1,param2=value2"; - for more details go to www.msdn.com // -------- v2.62 --------------- // 22: fixed positioning in MAC IE // -------- v2.63 --------------- // 23: fixed last item clipping bug when menu build in