function automove() {
if (fIndex == heading_list.length-1) {
fIndex = 0;


if (dummy._alpha == 100) {
if (dummy2._alpha == 0) {
tn_group["tn"+0].link_group._visible = true;
tn_group["tn"+0].link_group2._visible = true;
tn_group["tn"+0].launch_mc._visible = true;
}
if (fIndex>0) {
tn_group["tn"+0].link_group._visible = false;
tn_group["tn"+0].link_group2._visible = false;
tn_group["tn"+0].launch_mc._visible = false;

}
tn_group["tn"+0].contents.htmlText = desc_list[fIndex];
tn_group["tn"+0].heading.text = heading_list[fIndex];
tn_group["tn"+0].price.text = price_list[fIndex];
tn_group["tn"+0].tn_pic.loadMovie(image_list[fIndex]);
tn_group["tn"+0].tn_pic._alpha = 0;
preload();
tn_group["tn"+0].contents._y = 200;
tn_group["tn"+0].heading._y = 200;
tn_group["tn"+0].price._y = 200;
tn_group["tn"+0].buy_btn._y = 200;
tn_group["tn"+0].trial_btn._y = 200;
tn_group["tn"+0].link_group._y = 200;
tn_group["tn"+0].link_group2._y = 200;
tn_group["tn"+0].launch_mc._y = 200;

var aniM:Tween = new Tween(move_slide, "_x", Elastic.easeOut, _root.move_slide._x, _root["slide_no"+fIndex]._x, .5, 1, true);
move_slide.nu.no.text = fIndex+1;
}
} else {

fIndex++;
if (dummy2._alpha == 0) {
tn_group["tn"+0].link_group._visible = true;
tn_group["tn"+0].link_group2._visible = true;
tn_group["tn"+0].launch_mc._visible = true;
}
if (dummy._alpha == 100) {

if (fIndex>0) {
tn_group["tn"+0].link_group._visible = false;
tn_group["tn"+0].link_group2._visible = false;
tn_group["tn"+0].launch_mc._visible = false;
}
tn_group["tn"+0].contents.htmlText = desc_list[fIndex];
tn_group["tn"+0].heading.text = heading_list[fIndex];
tn_group["tn"+0].price.text = price_list[fIndex];
tn_group["tn"+0].tn_pic.loadMovie(image_list[fIndex]);
tn_group["tn"+0].tn_pic._alpha = 0;
preload();
tn_group["tn"+0].contents._y = 200;
tn_group["tn"+0].heading._y = 200;
tn_group["tn"+0].price._y = 200;
tn_group["tn"+0].buy_btn._y = 200;
tn_group["tn"+0].trial_btn._y = 200;
tn_group["tn"+0].link_group._y = 200;
tn_group["tn"+0].link_group2._y = 200;
tn_group["tn"+0].launch_mc._y = 200;

var aniM:Tween = new Tween(move_slide, "_x", Elastic.easeOut, _root.move_slide._x, _root["slide_no"+fIndex]._x, .5, 1, true);
move_slide.nu.no.text = fIndex+1;
}
}
}
var c_menu:ContextMenu = new ContextMenu();
c_menu.hideBuiltInItems();
_root.menu = c_menu;
var item:ContextMenuItem = new ContextMenuItem("Created By Favaz .B", menu);
c_menu.customItems[0] = item;