var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='sales@technologiesindia.com'
content[1]='sales@technologiesindia.com'
content[2]='sales@technologiesindia.com'
content[3]='technologies.india'
content[4]='sales@technologiesindia.com'
content[5]='sales@technologiesindia.com'


function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=''+whichcontent+''
}
else if (document.layers){
document.d1.document.d2.document.write(''+whichcontent+'')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2

function flash()
{
document.write("<DIV id=flashArea></DIV>");
var so = new SWFObject("flash/header.swf", "topAnim", "425", "235", "0", "#000000");
		so.addParam("scale", "noscale");
		so.addParam("wmode", "Transparent");
		so.write("flashArea");
}






/**Kavi's Quick Menubar**/

function quick_menubar(fname)
{
	if (fname=="form1")
	{
		var selObj ;
		selObj=document.form1.select1.value;
		this.location.href=selObj;
	}

	else if (fname=="form2")
	{
		var selObj ;
		selObj=document.form2.select2.value;
		this.location.href=selObj;
	}

	else if (fname=="form3")
	{
		var selObj ;
		selObj=document.form3.select3.value;
		this.location.href=selObj;
	}

}