var arrMenu = new Array();
function objMenu(p_Name,p_Link){
	this.PageName  = p_Name;
	this.link      = p_Link;
}
	arrMenu[0] = new objMenu("Home","home.html");
	arrMenu[1] = new objMenu("Founder","founder.html");
	arrMenu[2] = new objMenu("CARVA Trust Activities","annual_act.html");
	arrMenu[3] = new objMenu("Photos","Gallery/photos.htm");
	//arrMenu[4] = new objMenu("CARVA TrustActivities","annual_act.html");
	arrMenu[4] = new objMenu("Downloads","downloads.html");
	arrMenu[5] = new objMenu("Contact Us","contact.html");
	//arrMenu[7] = new objMenu("Activities","annual_act.html");
	arrMenu[6] = new objMenu("Testimonials","testimonials.html");


//configure the below five variables to change the style of the scroller
var scrollerwidth='150px'
var scrollerheight='105px'
var scrollerbgcolor='#f5deb3'
//set below to '' if you don't wish to use a background image
var scrollerbackground='scrollerback.gif'

//configure the below variable to change the contents of the scroller
var messages=new Array()
messages[0]="<font class='topscroll1'>To learn violin <br>Contact +91-44-24896073</font>"
messages[1]="<font class='topscroll1'>For online classes <br>Contact +91-44-24896073<br>Mail us - <a href='mailto:carva2k@hotmail.com'>carva2k@hotmailcom</a></font>"
//messages[0]="<font class='topscroll1'><br>CARVA 2008<br>GRAND VIOLIN ENSEMBLE<br>on 30th Aug 2008<br>at Mahadhoya Hall<br>Ashok Nagar at 6:01pm<br>Dont Miss It!</font>"
//messages[0]="<font class='topscroll1'>CARVA students performing at Thyagarajar Samadhi<br>On 4th May 2008<br>at Thiruvaiyaaru</font>"

///////Do not edit pass this line///////////////////////

var ie=document.all
var dom=document.getElementById

if (messages.length>2)
	i=2
else
	i=0

function move1(whichlayer){
	tlayer=eval(whichlayer)
	if (tlayer.top>0&&tlayer.top<=5){
		tlayer.top=0
		setTimeout("move1(tlayer)",3000)
		setTimeout("move2(document.main.document.second)",3000)
		return
	}

	if (tlayer.top>=tlayer.document.height*-1){
		tlayer.top-=5
		setTimeout("move1(tlayer)",50)
	}else{
		tlayer.top=parseInt(scrollerheight)
		tlayer.document.write(messages[i])
		tlayer.document.close()
		if (i==messages.length-1)
			i=0
		else
			i++
	}
}

function move2(whichlayer){
	tlayer2=eval(whichlayer)
	if (tlayer2.top>0&&tlayer2.top<=5){
		tlayer2.top=0
		setTimeout("move2(tlayer2)",3000)
		setTimeout("move1(document.main.document.first)",3000)
	return
	}
	if (tlayer2.top>=tlayer2.document.height*-1){
		tlayer2.top-=5
		setTimeout("move2(tlayer2)",50)
	}else{
		tlayer2.top=parseInt(scrollerheight)
		tlayer2.document.write(messages[i])
		tlayer2.document.close()
		if (i==messages.length-1)
			i=0
		else
		i++
	}
}

function move3(whichdiv){
	tdiv=eval(whichdiv)
	if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=5){
		tdiv.style.top=0+"px"
		setTimeout("move3(tdiv)",3000)
		setTimeout("move4(second2_obj)",3000)
		return
	}
	if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
		tdiv.style.top=parseInt(tdiv.style.top)-5+"px"
		setTimeout("move3(tdiv)",50)
	}else{
		tdiv.style.top=parseInt(scrollerheight)
		tdiv.innerHTML=messages[i]
		if (i==messages.length-1)
			i=0
		else
			i++
	}
}

function move4(whichdiv){
tdiv2=eval(whichdiv)
if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
tdiv2.style.top=0+"px"
setTimeout("move4(tdiv2)",3000)
setTimeout("move3(first2_obj)",3000)
return
}
if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
setTimeout("move4(second2_obj)",50)
}
else{
tdiv2.style.top=parseInt(scrollerheight)
tdiv2.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}

function startscroll(){
if (ie||dom){
first2_obj=ie? first2 : document.getElementById("first2")
second2_obj=ie? second2 : document.getElementById("second2")
move3(first2_obj)
second2_obj.style.top=scrollerheight
second2_obj.style.visibility='visible'
}
else if (document.layers){
document.main.visibility='show'
move1(document.main.document.first)
document.main.document.second.top=parseInt(scrollerheight)+5
document.main.document.second.visibility='show'
}
}

window.onload=startscroll



// Main Table Start
document.writeln("<table  cellSpacing=0 cellPadding=0 width=100%>");
document.writeln("<tr><td>");

	// Table for Top images
	// Table for image + scroll
	document.writeln("<table cellSpacing='0' cellPadding='0' width='100%'>");
	document.writeln("<tr>");
	document.writeln("	<td><img src='../images/founder.gif' width='75' height='90' border=0 alt=''></td>");
	document.writeln("	<td><img src='../images/carva.gif' width='300' height='100' border=0 alt=''></td>");
	document.writeln("	<td align='right'>");

	
		// Table for Scroll
		// Printing the Top Pic & Logo and Scroll Text
		document.writeln('<table cellspacing="10" bgcolor="#f5deb3"><tr><td>');
		if (document.layers)
		document.write(messages[0])

		if (document.layers)
		document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
		if (ie||dom){
			document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
			document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0px;top:0px">')
			document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:1px;">')
			document.write(messages[0])
			document.writeln('</div>')
			document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0px;top:0px;visibility:hidden">')
			document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
			document.writeln('</div>')
			document.writeln('</div>')
			document.writeln('</div>')
		}
		document.writeln('</td></tr></table>') // End of Scroll Table

	document.writeln("	</td>");
	document.writeln("</tr>");
	document.writeln("</table>");// End of Image + Scroll Table

document.writeln("</td></tr>");
document.writeln("<tr><td>");
// Printing the Top Nav BAR


	// Table for menus
	document.writeln("<table cellSpacing='0' cellPadding='0' width='713px'><tr>");
		for(j=0;j<arrMenu.length;j++){
			if(ctPage == arrMenu[j].PageName){
				document.writeln("<td><img src='../images/lefton.gif' width='15' height='20' border=0 alt=''></td>");
				document.writeln("<td class='navon'><font class='topnav'><a href='" + arrMenu[j].link + "'>" + arrMenu[j].PageName + "</a></font></td>");
				document.writeln("<td><img src='../images/righton.gif' width='15' height='20' border=0 alt=''></td>");
			}else{
				document.writeln("<td><img src='../images/leftoff.gif' width='15' height='20' border=0 alt=''></td>");
				document.writeln("<td class='navoff'><font class='topnav'><a href='" + arrMenu[j].link + "'>" + arrMenu[j].PageName + "</a></font></td>");
				document.writeln("<td><img src='../images/rightoff.gif' width='15' height='20' border=0 alt=''></td>");
			}
		}
	document.writeln("</tr></table>");// Menu Table Ends
document.writeln("</td></tr>");
document.writeln("<tr><td>");
// Enter the Marquee Message in the Next Line
document.writeln("<marquee delay=100><b>       </b></marquee>");
document.writeln("</td></tr>");
document.writeln("</table>");// Main Table Ends
