var H,one,two,header_a,maxwidth='949px',amount=50,current=1,noOfImages=12,next=1,pauseTime=4000

var titles=new Array()
titles[1]="Inventive Galaxy Pvt. Ltd."
titles[2]="Technology Care"
titles[3]="Digital Techno Lab"
titles[4]="Request a Quote"
titles[5]="3D Animation"
titles[6]="Graphic Designing"
titles[7]="Design your Desire"
titles[8]="Techo Residence"
titles[9]="Hosting Package Details"
titles[10]="Web Site Promotion"
titles[11]="Search Engine Optimization"
titles[12]="SEO"
titles[13]=""
titles[14]=""


var head_link=new Array()
head_link[1]="index.htm"
head_link[2]="software_solution.htm"
head_link[3]="2d_3d_animation.htm"
head_link[4]=""
head_link[5]="3d_animation.htm"
head_link[6]="graphic_designing.htm"
head_link[7]=""
head_link[8]="web_hosting.htm"
head_link[9]="windows_hosting.htm"
head_link[10]="seo.htm"
head_link[11]="seo.htm"
head_link[12]=""
head_link[13]=""
head_link[14]=""



function setall()
{
	one=document.getElementById('hd1').style
	two=document.getElementById('hd2').style
	header_a=document.getElementById('hd_link')
	one.width=maxwidth
	two.width='0px'
	H=setInterval('slideImage()',1)	
	
}

function slideImage()
{
	if(parseInt(one.width)>amount)
	{
		one.width=(parseInt(one.width)-amount)+'px'
		two.width=(parseInt(two.width)+amount)+'px'
	}
	else
	{
		//document.getElementById('d'+current).style.backgroundImage='url(images/inactive.png)'
		current=next
		next=next%noOfImages+1
		//document.getElementById('d'+current).style.backgroundImage='url(images/active.png)'
		one.backgroundImage='url(header_images/header_img'+current+'.jpg)'
		one.width=maxwidth
		two.width='0px'
		two.backgroundImage='url(header_images/header_img'+next+'.jpg)'		
		header_a.title=titles[current]
		header_a.href=head_link[current]
		
		clearInterval(H)
		H=setInterval('delay()',pauseTime)
	}
}

function delay()
{
	clearInterval(H)
	H=setInterval('slideImage()',1)
}

function set(wanted)
{
	
}
