Home page loading problem

Hello

All Great Flashers

I seek some help from all of you. I have attached one fla for your look. There are two buttons

Home and Products. When we click the buttons the respective pages come to the stage flawlessly.
But my problem is at the very first time when the movie loads , the home page does not loaded in the stage at all. ( please test the fla)

But later when I click the Products button the product page loaded and after that when I clicked the home button the home page loads fine.

BUT AT THE VERY FIRST TIME HOME PAGE NOT LOADED AT ALL.

I used below Codes for loading the Home Page at the very beginning of the movie.

One more thing look at the fla. At frame No1 (ONE) I want to insert one PRELOADER and the movie will start at FRAME NO 5.

I TESTED WITH ONE PRELOADER AND THE PRELOADER WORKS BUT AFTER THAT THE HOME PAGE DOES NOT LOAD AT THE VERY BEGINNING AFTER THE PRELOADER PART .

// this is the code for loading the home page of the site which is not working

_root.onLoad = function() {
animateOn(“contentHome_mc”);
};

// this is the code for loading the home page of the site which is not working

KINDLY TAKE A LOOK AND HELP ME AS I NEED IT VERY URGENTLY.

trnghosh

PLEASE TAKE A LOOK SIR.

Please help me . I am pulling my hair for last four days.

I got my answer from a talented person from another forum.

trnghosh