[quote=eiramesorcute]...it didn't work coz i got two profile onload handler...
...what will i do now?
...will it work if i change this part, the bolded one:
if ( ! attachOnLoadHandler(function () { CustomMainnav();})) window.onload = function () { CustomMainnav();};
function CustomMainnav() {
MAINNAV.init();
...to this?:
if ( ! attachOnLoadHandler(function () { CustomMainnav();})) window.onload = function () { CustomMainnav();};
function CustomSubnav() {
MAINNAV.init();
....tenx for the reply...
....kindly help me again on this...tenx!
...Godbless![/quote]
no!

don't do that..
you have 2 onload handler??
1 for ie and 1 for ff??
you got to make it the same..
try to put the same code to the other onload handler..
let's see if it works..

i am too have 2 onload handler..
im using this last month..
and its working fine..
just put the same codes ok??!