var spclEvents = new Array(
['Sri Sudarsana Homam - Sunday Aug 1st, 8th, 22nd, 29th 11am', '', false],
['Sri Hayagreeva Ishti - Sunday Aug 22nd 11am', '', false],
['Sravana Masam Special Celebrations - Aug 10th through Sep 9th, 2010', './spclEvents/Sravanamasam-2010.pdf', true, 849, 1099],
['Samoohika Sri Mahalakshmi Archana & Dolotsavam - Friday Aug 6th, 13th, 20th, 27th 7pm - 8:30pm', '', false],
['Sri Mahalakshmi Sri Chakrarchana - Aug 10th onwards every day 7pm', '', false],
['Live Concert by Padmashree Dr. Shobha Raju - Saturday Aug 14th 7pm', '', false],
['Sri Saraswathi Puj by Children - Saturday Aug 14th 7pm', '', false],
['Sri Venkateswara Kalyanam - Sunday Aug 22nd, 2010 5pm', '', false],
['Samoohika Satyanaraya Swami Puja - Tuesday Aug 24th, 2010 7pm', '', false]
);

/*
['Manodharma Sangeetham, Lecture Demonstration and Concert - Sunday June 27th, 2010 1PM - 5PM', './images/Manodharma.jpg', true, 800, 1035]
*/

function openWindow(url)
{
	window.open(url);
}		

function openFixedWindow(url, wd, ht)
{
	var opts = "menubar=0, resizable=0, width=" + wd + ", height=" + ht;
	window.open(url, 'mywindow',opts); 
}		


function writeSpclEvents()
{
	//writeSpecialPuja();
	for(i=0;i<spclEvents.length;i++)
	{
		var tmp = "";
		if(spclEvents[i][1] == '')
			tmp = spclEvents[i][0] + "<br/><br/>";
		else
		{
			if(spclEvents[i][2] == false)
				tmp = "<a href=\"javascript:openWindow('" + spclEvents[i][1] + "');\">" + spclEvents[i][0] + "</a><br/><br/>";
			else
				tmp = "<a href=\"javascript:openFixedWindow('" + spclEvents[i][1] + "', " + spclEvents[i][3] + ", " + spclEvents[i][4] + ");\">" + spclEvents[i][0] + "</a><br/><br/>";
		}
		document.write(tmp);
	}
}

function update()
{ parent.document.getElementById('iFrame').height = 1100;}

function writeSpecialPuja()
{

document.write("<table border=0 cellpadding=10 cellspacing=0>");
document.write("<tr>");
document.write("<td align=center style='font-weight:bold; font-size:14px; font-family:verdana; color:#710101;'>");
document.write("*   *   *   WEATHER ALERT   *   *   *");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td style='font-weight:normal; font-size:14px; font-family:verdana; color:#710101;'>");
document.write("Today's scheduled <b>Sri Satyanarayana Swami Puja</b> at the Ashburn location has been postponed. ");
document.write("Details about the date and time will be made available soon. <br/>");
document.write("There is no change in <b>Sri Satyanarayana Swami Puja</b> at the temple and will be performed as per the scheduled time of 5:00PM - 8:00PM.");
document.write("</td>");
document.write("</tr>");
document.write("</table>");


/*
document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"5\" width=\"600\">");

document.write("<tr><td><img src=\"../images/LordRanganatha01.jpg\" width=\"590\" height=\"400\"/></td></tr>");

document.write("<tr><td align=\"center\" style=\"font-weight:bold; font-size:22px; font-family:verdana; color:#003366;\">");
document.write("	Goda Kalyanam & Sankranti Celebrations</td></tr>");

document.write("<tr><td align=\"left\" style=\"font-weight:bold; font-size:16px; font-family:verdana; color:#660033;\">");
document.write("	Kalyanam: 9:30am - 12:30pm <br/>Cultural Program: 1:30pm - 3:30pm</td></tr>");

document.write("<tr><td align=\"left\" style=\"font-weight:bold; font-size:14px; font-family:verdana; color:#003366;\">");
document.write("	Saturday Jan 16th at Willow Springs Elementary School, Fairfax, VA.</td></tr>");

document.write("<tr><td align=\"left\" style=\"font-weight:bold; font-size:14px; font-family:verdana; color:#660033;\">");
document.write("	Please join us to witness the divine union of Goddess Goda (Andal) with Sri Ranganatha after 30 days of");
document.write("	Dhanur (Marghali) Thiruppavai Vratham (Paavai Nombu) and get the blessings of Divya Dampathi!</td></tr>");

document.write("<tr><td align=\"left\" style=\"font-weight:bold; font-size:12px; font-family:verdana; color:#003366;\">");
document.write("	<span style=\"color:#710101\">Sponsorship details</span><br/><br/>");
document.write("	Kalyana Mahotsavam is $ 51 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Garlands for Kalyanam: 501<br/><br/>");
document.write("	Vastra Dhanam : 251  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Entire event : $ 2501");
document.write("	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Annadhanam : $ 1116</td></tr>");

document.write("<tr><td align=\"left\" style=\"font-weight:bold; font-size:12px; font-family:verdana; color:#710101;\">");
document.write("	Please call temple for sponsorship and program details: (703) 815-4850</td></tr>");
document.write("<tr><td align=\"center\" style=\"font-weight:bold; font-size:22px; font-family:verdana; color:#003366;\">");
document.write("	* * *   ALL ARE WELCOME   * * *</td></tr></table>");
*/

}
