function left_side_menu(pgname,id)
{	
	document.write("<table cellpadding='0' cellspacing='2' border='0'>")
	if(pgname=='about_iets_education_centers')
	{
		document.write("<tr>")
			document.write("<td class='selected'>About IETS Education Centers</td>")
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='about_iets_education_centers.asp' class='link'>About IETS Education Centers</a></td>")
		document.write("</tr>")
	}
	if(pgname=='courses_offered')
	{
		document.write("<tr>")
			document.write("<td class='selected'>Courses Offered</td>")
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='courses_offered.asp' class='link'>Courses Offered</a></td>")
		document.write("</tr>")
	}
	if(pgname=='partners_speak')
	{
		document.write("<tr>")
			document.write("<td class='selected'>Partners Speak</td>")
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='partner_speak.asp' class='link'>Partners Speak</a></td>")
		document.write("</tr>")
	}
	if(pgname=='news_events')
	{
		document.write("<tr>")
			document.write("<td class='selected'>News and Events</td>")
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='news_events.asp' class='link'>News and Events</a></td>")
		document.write("</tr>")
	}
	if(pgname=='locate_sb_center')
	{
		document.write("<tr>")
			document.write("<td class='selected'>Locate IETS EC</td>")
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='locate_sb_center.asp' class='link'>Locate IETS EC</a></td>")
		document.write("</tr>")
	}
	if(pgname=='faq')
	{
		document.write("<tr>")
			document.write("<td class='selected'>FAQ's</td>")
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='faqs.asp' class='link'>FAQ's</a></td>")
		document.write("</tr>")
	}
	if(pgname=='contact_us')
	{
		document.write("<tr>")
			document.write("<td class='selected'>Contact Us</td>")
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='contact_us.asp' class='link'>Contact Us</a></td>")
		document.write("</tr>")
	}



	if(pgname=='online_enrollment')
	{
		document.write("<tr>")
			document.write("<td class='selected'>Online Registration")
			document.write("<div class='enroll_menu1' id='en_menu1'>");
			document.write("<table cellspacing='0' cellpadding='0' border='0'>");			
			if (id==1)
			{
				document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><a href='state_reg_form.asp'><font size='1' color='#FF0000'>Education Partner Registration</font></a></td></tr>");
			}
			else
			{
				
				document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><font size='1'><a href='state_reg_form.asp'>Education Partner Registration</a></font></td></tr>");
			}
			if (id==2)
			{
				
				document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><a href='education_reg_form.asp'><font size='1' color='#FF0000'>IETS Education Center</font></a></td></tr>");
			}
			else
			{
				document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><font size='1'><a href='education_reg_form.asp'>IETS Education Center</a></font></td></tr>");
			}
			if (id==3)
			{
				document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><a href='student_reg_form.asp'><font size='1' color='#FF0000'>Student Registration<font></a></td></tr>");
			}
			else
			{
				document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><font size='1'><a href='student_reg_form.asp'>Student Registration</a></font></td></tr>");
			}
					
			document.write("</table>");
			document.write("<script>document.getElementById('en_menu1').style.display = '';</script>")
			document.write("</div>");		
			document.write("</td>");
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='state_reg_form.asp' class='link'>Online Registration</a>")
			document.write("<div class='enroll_menu1' id='en_menu1'>");
			document.write("<table cellspacing='0' cellpadding='0' border='0'>");
			document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><font size='1'><a href='state_reg_form.asp'>Education Partner Registration</a></font></td></tr>");
			document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><font size='1'><a href='education_reg_form.asp'>IETS Education Center</a></font></td></tr>");			
			document.write("<tr><td width='15' valign='top'><IMG SRC='images/bullet.gif' BORDER='0'><td><font size='1'><a href='student_reg_form.asp'>Student Registration</a></font></td></tr>");
			document.write("</table>");
			document.write("<script>document.getElementById('en_menu1').style.display = 'none';</script>")
			document.write("</div>");			
			document.write("</td>")
		document.write("</tr>")
	}

	
	if(pgname=='kit_tracking')
	{
		document.write("<tr>")
			document.write("<td class='selected'>Kit Tracking</td>")
		document.write("</tr>")
	}
	else
	{
		document.write("<tr>")
			document.write("<td><a href='kit_tracking.asp' class='link'>Kit Tracking</a></td>")
		document.write("</tr>")
	}
	document.write("</table>")
}

	

