function load(x)
{
	var text1 = "<p><b>Submission Deadlines (Closed)</b><br /><font color='grey'>September 15, 2008: Research Papers &amp; long Experience Reports<br />September 15, 2008: Experience Reports &amp; Short Papers<br />September 30, 2008: Workshop, Panel &amp; Tutorial proposals </p></font><p><b>Acceptance Notification(Closed)</b><br /><font color='grey'>October 30, 2008: Research Paper &amp; long Experience Reports<br />October 30, 2008: Short Paper &amp; Experience Reports<br />November 15, 2008: Workshop, Panel &amp; Tutorial Proposals<br /></font><p><b>Camera Ready Copy Due (Closed)</b><br /><font color='grey'>November 22, 2008: for all submissions</font></p>"
        var text2 = "Our eminent speakers have now confirmed their attendance. Our keynote speakers include Len Bass, Rajeev Sangal and Ed Cohen. The details are now available <a href = \"keynote.html\"> here </a><br />"
	var text3 = "A special one-day Academy for Software Engineering Educators &amp; Trainers will be held on Friday, February 20, 2009. The purpose of the Academy is to provide an opportunity for software engineering educators and trainers to learn from master instructors in a highly dynamic, hands-on, interactive environment. See the <a href=\"aseet.html\">ASEET</a> page."
	var text4 = "The program for the conference is available <a href=\"track.html\">here</a>.<br />"
	var text5 = "In order to provide the profession with appropriately educated and well trained software engineers, and to do so efficiently and effectively, education and training techniques need to change. Through evolution or revolution, SE education and training must grapple with the need to produce the large numbers of SE professionals needed quickly and without compromising quality. In order to address this issue, the theme of CSEE&amp;T 2009 is &quot;<i>Scalability in SE education and training.</i>&quot; See <a href=\"cfp.html\">Call for Papers</a>"
	var text6 = "CSEET '09 will take place from Tuesday, February 17, 2009 to Thursday, February 19, 2009 at Satyam School of Learning, Madhapur, Hyderabad, India<ul type=\"square\"><li><a href=\"travel.html\">Travel and Accomodations</a></li><li><a href=\"location.html\">Location Information</a></li></ul>"
	var text7 = "<p class=\"body_text\" align=\"justify\">2<sup>nd</sup> Indian Software Engineering Conference (ISEC) is a co-event that will be held at Pune from February 23, 2009 to February 25, 2009. Visit <a href=\"http://www.cse.iitd.ernet.in/~sigcse/isec2009/\" target=\"_blank\">http://www.cse.iitd.ernet.in/~sigcse/isec2009/</a> for more information. Pune is directly connected to Hyderabad by train, airways and roadways.</p><br/>"
//<p class=\"body_text\" align=\"justify\">Symposium on Industry-Academia Connect for improving Software Engineering Education - <i>Focus on Asia, Middle East, India and Africa</i>. The symposium will be held on February 21, 2008 and is co-located at Satyam School of Leadership.</p>"
	var text8 = "The guidelines and procedure for the submission are now available <a href=\"submission.html\">here</a>"
	if(x == 1)
	{
		if(document.getElementById("imp_dates_body").innerHTML == "")
		{
			document.getElementById("imp_dates_body").innerHTML = text1;
			document.getElementById("imp_dates_head").style.color = "#0000ff";
			document.getElementById("imp_dates_expand").src = "images/ddirection.gif";
		}
		else
		{
			document.getElementById("imp_dates_body").innerHTML = "";
			document.getElementById("imp_dates_head").style.color = "#ff0000";
			document.getElementById("imp_dates_expand").src = "images/direction.gif";
		}
	}
	if(x == 2)
	{
		if(document.getElementById("ks_body").innerHTML == "")
		{
			document.getElementById("ks_body").innerHTML = text2;
			document.getElementById("ks_head").style.color = "#0000ff";
			document.getElementById("ks_expand").src = "images/ddirection.gif";
		}
		else
		{
			document.getElementById("ks_body").innerHTML = "";
			document.getElementById("ks_head").style.color = "#ff0000";
			document.getElementById("ks_expand").src = "images/direction.gif";
		}
	}
	if(x == 3)
	{
		if(document.getElementById("aseet_body").innerHTML == "")
		{
			document.getElementById("aseet_body").innerHTML = text3;
			document.getElementById("aseet_head").style.color = "#0000ff";
			document.getElementById("aseet_expand").src = "images/ddirection.gif";
		}
		else
		{
			document.getElementById("aseet_body").innerHTML = "";
			document.getElementById("aseet_head").style.color = "#ff0000";
			document.getElementById("aseet_expand").src = "images/direction.gif";
		}
	}
	if(x == 4)
	{
		if(document.getElementById("wts_body").innerHTML == "")
		{
			document.getElementById("wts_body").innerHTML = text4;
			document.getElementById("wts_head").style.color = "#0000ff";
			document.getElementById("wts_expand").src = "images/ddirection.gif";
		}
		else
		{
			document.getElementById("wts_body").innerHTML = "";
			document.getElementById("wts_head").style.color = "#ff0000";
			document.getElementById("wts_expand").src = "images/direction.gif";
		}
	}
	if(x == 5)
	{
		if(document.getElementById("cpf_body").innerHTML == "")
		{
			document.getElementById("cpf_body").innerHTML = text5;
			document.getElementById("cpf_head").style.color = "#0000ff";
			document.getElementById("cpf_expand").src = "images/ddirection.gif";
		}
		else
		{
			document.getElementById("cpf_body").innerHTML = "";
			document.getElementById("cpf_head").style.color = "#ff0000";
			document.getElementById("cpf_expand").src = "images/direction.gif";
		}
	}
	if(x == 6)
	{
		if(document.getElementById("loc_body").innerHTML == "")
		{
			document.getElementById("loc_body").innerHTML = text6;
			document.getElementById("loc_head").style.color = "#0000ff";
			document.getElementById("loc_expand").src = "images/ddirection.gif";
		}
		else
		{
			document.getElementById("loc_body").innerHTML = "";
			document.getElementById("loc_head").style.color = "#ff0000";
			document.getElementById("loc_expand").src = "images/direction.gif";
		}
	}
	if(x == 7)
	{
		if(document.getElementById("coev_body").innerHTML == "<br><br>")
		{
			document.getElementById("coev_body").innerHTML = text7;
			document.getElementById("coev_head").style.color = "#0000ff";
			document.getElementById("coev_expand").src = "images/ddirection.gif";
		}
		else
		{
			document.getElementById("coev_body").innerHTML = "<br><br>";
			document.getElementById("coev_head").style.color = "#ff0000";
			document.getElementById("coev_expand").src = "images/direction.gif";
		}
	}
	if(x == 8)
	{
		if(document.getElementById("sub_body").innerHTML == "")
		{
			document.getElementById("sub_body").innerHTML = text8;
			document.getElementById("sub_head").style.color = "#0000ff";
			document.getElementById("sub_expand").src = "images/ddirection.gif";
		}
		else
		{
			document.getElementById("sub_body").innerHTML = "";
			document.getElementById("sub_head").style.color = "#0000ff";
			document.getElementById("sub_expand").src = "images/direction.gif";
		}
	}
}
