cssdropdown.disappeardelay = 250;       //set delay in miliseconds before menu disappears onmouseout
cssdropdown.disablemenuclick = false;    //when user clicks on a menu item with a drop down menu, disable menu item's link?
cssdropdown.enableswipe = 1;            //enable swipe effect? 1 for yes, 0 for no
cssdropdown.enableiframeshim = 1;       //enable "iframe shim" technique to get drop down menus to correctly appear on top of controls such as form objects in IE5.5/IE6? 1 for yes, 0 for no
cssdropdown.menutag = "a";
cssdropdown.menuattr = "rel";