(Hergio: Now I've searched this forum and Google for quite a while

My objective is to pass several words after the URL like this:
addmenu(menu=["submenu",
,,185,1,"",style2,,"left",effect,,,,,,,,,,,,
,"A nice page","/subfiles/sub/mypage.asp?sendParam=Keyword1 Keyword2",,"Keyword1 keyword2",1
])
I've tried to use javascript escape(), something like
mypage.asp?sendParam=escape('Keyword1 Keyword2') or something, but it doesn't work. I can't find the correct syntax for some reason.. well, it actually worked once when I used it on the first pull-down menu, but not for sub-menus that fold out horizontally..
anyone knows..?
