Recent Questions
Q: I still am having no luck with Firefox showing an Incorrect Copyright nag (Again, just Firefox for Mac; no problem with other browsers.)
 Also, I am still requiring a long delay to keep the pop-up window open from loading as the page loads. Script reads: 
deluxePopupWindow.attachToEvent(win,'openAfter=,,onClick=Image2,,,') }, 'load') 
A:  Delete 'openAfter=' at all from deluxePopupWindow.attachToEventfunction (in all files):
 deluxePopupWindow.attachToEvent(win,',,onClick=Image2,,,')
 deluxePopupWindow.attachToEvent(win,',,onClick=Image21,,,')
 deluxePopupWindow.attachToEvent(win,',,onClick=Image22,,,')
 deluxePopupWindow.attachToEvent(win,',,onClick=Image23,,,')
 deluxePopupWindow.attachToEvent(win,',,onClick=Image24,,,')
In that case popup windows won't show till you click on the images.
You should write NOSCRIPT tag in the following way:
 <noscript><a href="http://deluxepopupwindow.com">menu drop down by DeluxePopupWindow.com</a></noscript>
I've just checked it. There is no nag message in Firefox in that case.But notice that you won't have nag message on your website only. On alocal machine you'll have nag message.
Q: Could you please advise how to stop drop down menu horizontal going under a swf in Firefox.
A:  To overlap your flash file you should add opaque parametersto your flash, for example:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"width="566" height="250" title="Intro">
 <param name="movie" value="/includes/banner_final3d.swf" />
 <param name="wmode" value="opaque">
 <param name="quality" value="high" />
 <embed src="/includes/banner_final3d.swf" quality="high" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash" width="566" height="250">
</embed>
 </object>
 You can find more info about menu parameters on our website:
http://deluxe-menu.com/objects-overlapping-sample.htmlQ: We are trying to configure menu windows to a certain width.
 But when we configure it menu script a certain number of characters, 
the app cutswords. Is there any way to configure it, so that doesn't happens 
and puts that word in the lower line? 
A: Try to use the following parameter:
  var noWrap=0;
You can also use standard 
 tags within menu item's text.
 ["Product <br> Info","", "deluxe-menu.files/icon1.gif","deluxe-menu.files/icon1o.gif", "", "", "", "", "", "", "", ],
Q: > You should call the following function: 
> dtreet_ext_getItemIDByIndex (0, 12) 
> where 12 - is index of the item. 
 How would I know that 12 is the index of the item? How is itemInd different from its itemID? I assume the menuInd is always 0 for the first menu (or only in my case) menu on a page? 
A:  Yes, menuInd is the number of the menu on your page (in your casemenuInd=0). 
itemInd is the number of the item in your menuItems, for example: 
   var tmenuItems = 
[ 
 ["Home", "http://deluxe-tree.com", "icon1_t.gif", "icon1_to.gif","", "Home Page Tip","_blank"],//itemInd=0 
 ["<img src='data_files/images/sep.gif' width=113 height=1>"],//itemInd=1 
 ["+What's New<br><span id='letter'>This is pretty cool. I need to buy this deluxe menu</span>", "", "icon2_t.gif", "icon2_to.gif", "", "Product Info Tip"],//itemInd=2 
  ["|What's New", "testlink.htm", ""], //itemInd=3 
  ["|Features", "testlink.htm", ""], //itemInd=4 
  ["|Installation", "testlink.htm", ""], //itemInd=5 
  ["|Functions", "testlink.htm", ""], //itemInd=6 
  ["|Supported Browsers", "testlink.htm", ""], //itemInd=7 
 ["Samples", "", "icon3_t.gif", "icon3_to.gif", "", "Samples Tip"], //itemInd=8 
  ["|Sample 1", "testlink.htm", ""], //itemInd=9 
  ["|Sample 2", "testlink.htm", ""], //itemInd=10 
  ["|Sample 3", "", ""], //itemInd=11 
    ["||New Sample 1", "testlink.htm", ""],//itemInd=12 
    ["||New Sample 2", "testlink.htm", ""],//itemInd=13