// JavaScript Document
menu_status = new Array(); 

function leftMenuAbout(varCaller)
{
		document.write("<table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		if (varCaller=="aboutus")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>Organization</font></b></td>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='about_us.htm' class='sitelink2'>Organization</a></font></b></td>");

		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("<tr>");
		if (varCaller=="team")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>Team</font></b></td>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><font color='#A8353A'><a href='team.htm' class='sitelink2'>Team</a></font></td>");
		
		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");
		
		document.write("<tr>");

		if (varCaller=="contactus")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>Contact Us</font></b></td>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><font color='#A8353A'><a href='contact_us.htm' class='sitelink2'>Contact Us</a></font></td>");
		
		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");		
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");


		document.write("</table></td>");
		document.write("</tr>");


		document.write("<tr>");
		if (varCaller=="testimonials")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>Testimonials</font></b></td>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='testimonials.htm' class='sitelink2'>Testimonials</a></font></b></td>");

		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("<tr>");
		if (varCaller=="pressrelease")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>Press Releases</font></b></td>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='press_release.htm' class='sitelink2'>Press Releases</a></font></b></td>");

		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("<tr>");
		if (varCaller=="news")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>In News</font></b></td>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='news.htm' class='sitelink2'>In News</a></font></b></td>");

		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("</table>");
}

// JavaScript Document
function leftMenuService(varCaller)
{
		document.write("<table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		
		document.write("<tr>");
		if (varCaller=="consulting")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>Eclipse Consulting</font></b>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><font color='#A8353A'><a href='serviceseclipse.htm' class='sitelink2'>Eclipse Consulting</a></font>");
		
			document.write("<div id='courses' class='show'>");
			document.write("<table width='100%'  cellspacing='0' cellpadding='0'>");
			document.write("<tr>");
			document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
			document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='serviceseclipse.htm' class='submenu'>Eclipse Services</a></td>");
			document.write("</tr>");
			document.write("<tr>");
			document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
			document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='servicesj2ee.htm' class='submenu'>J2EE and .NET Services</a></td>");
			document.write("</tr>");
			document.write("<tr>");
			document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
			document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='servicesprof.htm' class='submenu'>Professional Services</a></td>");
			document.write("</tr>");
			document.write("</table>");
			document.write("</div>");
		
		document.write("</td></tr>");
		
		
		
		
		
		document.write("<tr>");
		if (varCaller=="corporate")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>Private Corporate Training</font></b></td>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><font color='#A8353A'><a href='service_corporate.htm' class='sitelink2'>Private Corporate Training</a></font></td>");

		
		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("<tr>");
		if (varCaller=="customized")
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'>Customized Courses & Tutorials</font></b></td>");
		else
			document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='service_customized.htm' class='sitelink2'>Customized Courses & Tutorials</a></font></b></td>");

		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");
		
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("</table>");
}

//menu for get involved
function leftMenuGetInvolved(varCaller)
{
		document.write("<table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='getinvolved.htm#becomecompany' class='sitelink2'>Eclipse Companies</a></font></b></td>");

		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("<tr>");
		document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='getinvolved.htm#becomeexpert' class='sitelink2'>Eclipse Experts</a></font></b></td>");

		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

				
		

		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("<tr>");
		document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='partner.htm' class='sitelink2'>Become our partner</a></font></b></td>");

		document.write("</tr>");

		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("</table>");
}

// JavaScript Document
function leftMenuCourse(varCaller,varPageCaller)
{

	document.write("<table width='100%'  cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td><table width='100%'  cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td width='2%'>&nbsp;</td>");
	if (varCaller=="courses")
	{
		document.write("<td class='texthead'><table width=\"100%\"  cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"86%\"><a href=\"courses_eclipse.htm\" class=\"sitelink2\">Courses</a></td><td width=\"14%\"><div align=\"center\"><a href='javascript:showHide1(\"courses\",\"courseimg\");'><img id=\"courseimg\" border=0 src=\"images/closearrow.gif\" width=\"11\" height=\"11\"></a></div></td></tr></table>");
		menu_status["courses"]='show';
	}
	else
	{
		document.write("<td class='texthead'><table width=\"100%\"  cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"86%\"><a href=\"courses_eclipse.htm\" class=\"sitelink2\">Courses</a></td><td width=\"14%\"><div align=\"center\"><a href='javascript:showHide1(\"courses\",\"courseimg\");'><img id=\"courseimg\" border=0 src=\"images/openarrow.gif\" width=\"11\" height=\"11\"></a></div></td></tr></table>");
		menu_status["courses"]='hide';
	}

	if (varCaller=="courses")
		document.write("<div id='courses' class='show'>");
	else
		document.write("<div id='courses' class='hide'>");
	document.write("<table width='100%'  cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
	
	if (varPageCaller=="eclipse")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='courses_eclipse.htm' class='submenu'><font color='#A8353A'>Eclipse Plugins RCP GEF EMF</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='courses_eclipse.htm' class='submenu'>Eclipse Plugins RCP GEF</a></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
	
	if (varPageCaller=="opensource")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='courses_os.htm' class='submenu'><font color='#A8353A'>Java J2EE AJAX SOA</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='courses_os.htm' class='submenu'>Java J2EE AJAX SOA</a></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");

	if (varPageCaller=="customcourse")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='coursecustomized.htm' class='submenu'><font color='#A8353A'>Custom Courses</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='coursecustomized.htm' class='submenu'>Custom Courses</a></td>");
	
	document.write("</tr>");
	document.write("</table>");
	document.write("</div></td>");
	document.write("</tr>");
	document.write("</table></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td><table width='100%'  cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td width='2%'>&nbsp;</td>");
	if (varCaller=="schedule")
	{
		document.write("<td class='texthead'><table width=\"100%\"  cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"86%\"><a href=\"course_training_pvtcorporate.htm\" class=\"sitelink2\">Training Schedule</a></td><td width=\"14%\"><div align=\"center\"><a href='javascript:showHide1(\"schedule\",\"trainingimg\");'><img id=\"trainingimg\"  border=0 src=\"images/closearrow.gif\" width=\"11\" height=\"11\"></a></div></td></tr></table>");
		menu_status["schedule"]='show';
	}
	else
	{
		document.write("<td class='texthead'><table width=\"100%\"  cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"86%\"><a href=\"course_training_virtual.htm\" class=\"sitelink2\">Training Schedule</a></td><td width=\"14%\"><div align=\"center\"><a href='javascript:showHide1(\"schedule\",\"trainingimg\");'><img id=\"trainingimg\"  border=0 src=\"images/openarrow.gif\" width=\"11\" height=\"11\"></a></div></td></tr></table>");
		menu_status["schedule"]='hide';
	}
	
	if (varCaller=="schedule")
		document.write("<div id='schedule' class='show'>");
	else
		document.write("<div id='schedule' class='hide'>");
	document.write("<table width='100%'  cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
	if (varPageCaller=="trainingvirtual")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='course_training_virtual.htm' class='submenu'><font color='#A8353A'>Public Live Virtual Training</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='course_training_virtual.htm' class='submenu'>Public Live Virtual Training</a></td>");

	document.write("</tr>");
	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");

	if (varPageCaller=="trainingpvtcorporate")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='course_training_pvtcorporate.htm' class='submenu'><font color='#A8353A'>Private Corporate Training</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='course_training_pvtcorporate.htm' class='submenu'>Private Corporate Training</a></td>");
	document.write("</tr>");		

	document.write("</table>");
	document.write("</div></td>");
	document.write("</tr>");
	document.write("</table></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td><table width='100%'  cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td width='2%'>&nbsp;</td>");

	document.write("<td class='texthead'><table width=\"100%\"  cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"86%\"><a href=\"course_training_virtual.htm\" class=\"sitelink2\">Quick Links</a></td><td width=\"14%\"></td></tr></table>");
	menu_status["quicklinks"]='show';
	
	document.write("<div id=\"quicklinks\" class=\"show\">");
	document.write("<table width='100%'  cellspacing='0' cellpadding='0'>");

	//document.write("<tr>");
//	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
//	if (varPageCaller=="register")
//		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='bootcamps.htm' class='submenu'><font color='#A8353A'>Eclipse BootCamp</font></a></td>");
//	else
//		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='bootcamps.htm' target='_self' class='submenu'>Eclipse BootCamp</a></td>");
//	document.write("</tr>");

	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
	if (varPageCaller=="quickvirtualtraining")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='course_training_virtual.htm' class='submenu'><font color='#A8353A'>Live Virtual Classes</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='course_training_virtual.htm' class='submenu'>Live Virtual Classes</a></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
	if (varPageCaller=="quickeclipsercp")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='eclipse_rcp.htm' class='submenu'><font color='#A8353A'>Eclipse RCP Training</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='eclipse_rcp.htm' class='submenu'>Eclipse RCP Training</a></td>");
	document.write("</tr>");

	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
	if (varPageCaller=="register")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='vitualclassfaq.htm' class='submenu'><font color='#A8353A'>Virtual Class FAQ</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='virtualclassfaq.htm' target='_self' class='submenu'>Virtual Class FAQ</a></td>");
	document.write("</tr>");

	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
	if (varPageCaller=="register")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='Plugin_rcp_difference.htm' class='submenu'><font color='#A8353A'>Plugin vs RCP Course</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='Plugin_rcp_difference.htm' target='_self' class='submenu'>Plugin vs RCP Course</a></td>");
	document.write("</tr>");

	document.write("<tr>");
	document.write("<td width='4%' height='25' bgcolor='#F5F8FC'>&nbsp;</td>");
	if (varPageCaller=="register")
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsmall'><a href='rcpseries2010.html' class='submenu'><font color='#A8353A'>RCP Training Series</font></a></td>");
	else
		document.write("<td width='96%' height='25' bgcolor='#F5F8FC' class='textsubmenu'><a href='rcpseries2010.html' target='_self' class='submenu'>RCP Training Series</a></td>");
	document.write("</tr>");

	


	document.write("</table>");
	document.write("</div></td>");
	document.write("</tr>");
	document.write("</table></td>");
	document.write("</tr>");
	document.write("</table>");
}

<!--
function showHide(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show') {
           switch_id.className = 'show';
           menu_status[theid] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[theid] = 'hide';
        }
    }
}

function showHide1(theid,imgtag){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show') {
           switch_id.className = 'show';
           menu_status[theid] = 'show';
		   document.getElementById(imgtag).src= "images/closearrow.gif";
        }else{
           switch_id.className = 'hide';
           menu_status[theid] = 'hide';
		   document.getElementById(imgtag).src= "images/openarrow.gif";
        }
    }
}


function leftMenuShowHide(){
	//alert("hi");
	showHide("quicklinks");
	showHide("quicklinks");
}

function leftMenuIndustryZone()
{
		document.write("<table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("<tr>");
		document.write("<td height='20' valign='middle' class='texthead'><b><font color='#A8353A'><a href='industryForm.aspx' class='sitelink2'>Product Listing Request</a></font></b></td>");

		document.write("</tr>");
		
		document.write("<tr>");
		document.write("<td valign='top'><table width='100%'  border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td valign='top' background='images/dot.jpg'><img src='images/dot.jpg' width='4' height='1'></td>");
		document.write("</tr>");
		document.write("</table></td>");
		document.write("</tr>");

		document.write("</table>");
}
//-->