// Common JS functions

//this is the HTML menu that comes up if Flash does not load
function WriteTopMenu()
{
	document.write ("<tr>");
	document.write ("	<td align='center' width='125' height='24' bgcolor='#E3E3E3'><b><a href='about_us.htm'><font color='#666666'>About Us</font></a></b></td>");
	document.write ("	<td align='center' class='blank' width='1'></td>");
	document.write ("	<td align='center' width='124' bgcolor='#E3E3E3'> <b> <a href='training_solutions.htm'><font color='#666666'>Training Solutions </font></a></b></td>");
	document.write ("	<td align='center' class='blank' width='1'></td>");
	document.write ("	<td align='center' width='124' bgcolor='#E3E3E3'> <b> <a href='credentialing_tracking.htm'><font color='#666666'>Data Solutions </font></a></b></td>");
	document.write ("	<td align='center' class='blank' width='1'></td>");
	document.write ("	<td align='center' width='124' bgcolor='#E3E3E3'> <b> <a href='telecom_services.htm'><font color='#666666'>Telecom Solutions</font></a></b></td>");
	document.write ("	<td align='center' class='blank' width='1'></td>");
	document.write ("	<td align='center' width='124' bgcolor='#E3E3E3'><b><a href='advisory_services.htm'><font color='#666666'>Advisory Services</font></a></b></td>");
	document.write ("	<td align='center' class='blank' width='1'></td>");
	document.write ("	<td align='center' width='124' bgcolor='#E3E3E3'> <b> <a href='contact_us.htm'><font color='#666666'>Contact  Us </font></a></b></td>");
	document.write ("</tr>");
}


function WriteBottomMenu()
{
	document.write ("<font color='#9B9A9A'>");
    document.write ("<a href='about_us.htm'><font color='#9B9A9A'>About Us</font></a>"); 
    document.write ("  - <a href='training_solutions.htm'><font color='#9B9A9A'>Training Solutions</font></a>"); 
    document.write ("  - <a href='credentialing_tracking.htm'><font color='#9B9A9A'>Data Solutions</font></a>"); 
    document.write ("  - <a href='telecom_services.htm'><font color='#9B9A9A'>Telecom Solutions</font></a>"); 
    document.write ("  - <a href='advisory_services.htm'><font color='#9B9A9A'>Advisory Services</font></a>"); 
    document.write ("  - <a href='services_model.htm'><font color='#9B9A9A'>Services Model</font></a>"); 
    document.write ("  - <a href='our_team.htm'><font color='#9B9A9A'>Our Team</font></a>"); 
    document.write ("  - <a href='hurricane_forecast.htm'><font color='#9B9A9A'> Hurricane Forecast</font></a>"); 
    document.write ("  - <a href='contact_us.htm'><font color='#9B9A9A'>Contact Us</font></a>"); 
    document.write (" </font>");
}