// JavaScript Document



var a=0,y=30;
var opac=10;
var opa=100;
var count=3000;

window.onload=function main()
{
showme3();
}


function showme()
{
var see=document.getElementById("switch").style;
var see1=document.getElementById("switch1").style;
var see2=document.getElementById("switch2").style;
var see3=document.getElementById("switch_diwali").style;

var arrow=document.getElementById("laptop");
var arrow1=document.getElementById("plasma");
var arrow2=document.getElementById("ipod");

see.display="block";
see1.display="none";
see2.display="none";
see3.display="none";

arrow.src="images/hp-laptop-1.gif";
arrow1.src="images/hp-xbox360-2.gif";
arrow2.src="images/hp-ipod-2.gif";


/*alert("sdfsd");
show1();*/
var x=setTimeout("showme1()", count);
}


function showme1()
{
var see=document.getElementById("switch").style;
var see1=document.getElementById("switch1").style;
var see2=document.getElementById("switch2").style;
var see3=document.getElementById("switch_diwali").style;

var arrow=document.getElementById("laptop");
var arrow1=document.getElementById("plasma");
var arrow2=document.getElementById("ipod");

see.display="none";
see1.display="block";
see2.display="none";
see3.display="none";

arrow.src="images/hp-laptop-2.gif";
arrow1.src="images/hp-xbox360-1.gif";
arrow2.src="images/hp-ipod-2.gif";

/*alert("3313");
show2();*/

var y=setTimeout("showme2()", count);
}


function showme2()
{
var see=document.getElementById("switch").style;
var see1=document.getElementById("switch1").style;
var see2=document.getElementById("switch2").style;
var see3=document.getElementById("switch_diwali").style;

var arrow=document.getElementById("laptop");
var arrow1=document.getElementById("plasma");
var arrow2=document.getElementById("ipod");


see.display="none";
see1.display="none";
see2.display="block";
see3.display="none";

arrow.src="images/hp-laptop-2.gif";
arrow1.src="images/hp-xbox360-2.gif";
arrow2.src="images/hp-ipod-1.gif";

/*alert("3313");
show();*/

var z=setTimeout("showme3()", count);
}


function showme3()
{
var see=document.getElementById("switch").style;
var see1=document.getElementById("switch1").style;
var see2=document.getElementById("switch2").style;
var see3=document.getElementById("switch_diwali").style;

var arrow=document.getElementById("laptop");
var arrow1=document.getElementById("plasma");
var arrow2=document.getElementById("ipod");

see.display="none";
see1.display="none";
see2.display="none";
see3.display="block";

arrow.src="images/hp-laptop-2.gif";
arrow1.src="images/hp-xbox360-2.gif";
arrow2.src="images/hp-ipod-2.gif";

/*alert("3313");
show();*/

var z=setTimeout("showme()", count);
}









