Problem with using both jquery accordion and tabs

Problem with using both jquery accordion and tabs


Hi.
I am using jquery accordion in one file which includes these js files
JQuery/jQuery1.2.3.js
JQuery/jquery.easing.js
/JQuery/jquery.dimensions.js
/JQuery/jquery.accordion.js
/JQuery/ui.dialog.js
/JQuery/ui.mouse.js
js/JQuery/ui.resizable.js
js/JQuery/ui.draggable.js
js/JQuery/CommonjqueryFunctions.js
js/JQuery/ui.tabs.pack.js
js/JQuery/jquery.tooltip.js
./jquery/jquery.js
now i am using jquery tabs in another file which imports the above
file.
the second file includes these js files :
jquery/jquery-1.2.4a.js
jquery/ui.base.js
jquery/ui.tabs.js
jquery/jquery.jqia.selects.js
now accordion is functioning properly but tabs are not working.
Is this becuase to two different versions JQuery/jQuery1.2.3.js in
first file and jquery/jquery-1.2.4a.js in second file ?
Please suggest me how i can make the two functionalities work
together.
Regards
Mohammed Ali.