function fntop(page){
	var page;	
	var str="";
str+="<table cellpadding='0' cellspacing='0' border='0'>";
if(page=='home')
	{
str+="<tr>";
str+="<td class='menu_right'><a href='index.html' onMouseover='hideall();'><img src='images/home_over.gif' height='60' width='140' border='0' title='Home' /></a></td>";
str+="<td class='menu_right'><a href='about_us.html' onMouseover='hideall();menu(0);'><img src='images/about_menu_title.gif' height='60' width='140' border='0' title='About Us' /></a></td>";
str+="<td class='menu_right'><a href='licences.html' onMouseover='hideall();menu(1);'><img src='images/activities_menu_title.gif' height='60' width='140' border='0' title='Activities' /></a></td>";
str+="<td class='menu_right'><a href='press.html' onMouseover='hideall();menu(2);'><img src='images/press_menu_title.gif' height='60' width='140' border='0' title='Press' /></a></td>";
str+="<td class='menu_right'><a href='contact_us.html' onMouseover='hideall();'><img src='images/contact_menu_title.gif' height='60' width='140' border='0' title='Contact Us' /></a></td>";
str+="</tr>";
	}
	else if(page=='about')
	{
str+="<tr>";
str+="<td class='menu_right'><a href='index.html' onMouseover='hideall();'><img src='images/home_menu_title.gif' height='60' width='140' border='0' title='Home' /></a></td>";
str+="<td class='menu_right'><a href='about_us.html' onMouseover='hideall();menu(0);'><img src='images/about_over.gif' height='60' width='140' border='0' title='About Us' /></a></td>";
str+="<td class='menu_right'><a href='licences.html' onMouseover='hideall();menu(1);'><img src='images/activities_menu_title.gif' height='60' width='140' border='0' title='Activities' /></a></td>";
str+="<td class='menu_right'><a href='press.html' onMouseover='hideall();menu(2);'><img src='images/press_menu_title.gif' height='60' width='140' border='0' title='Press' /></a></td>";
str+="<td class='menu_right'><a href='contact_us.html' onMouseover='hideall();'><img src='images/contact_menu_title.gif' height='60' width='140' border='0' title='Contact Us' /></a></td>";
str+="</tr>";
	}
	else if(page=='activities')
	{
str+="<tr>";
str+="<td class='menu_right'><a href='index.html' onMouseover='hideall();'><img src='images/home_menu_title.gif' height='60' width='140' border='0' title='Home' /></a></td>";
str+="<td class='menu_right'><a href='about_us.html' onMouseover='hideall();menu(0);'><img src='images/about_menu_title.gif' height='60' width='140' border='0' title='About Us' /></a></td>";
str+="<td class='menu_right'><a href='licences.html' onMouseover='hideall();menu(1);'><img src='images/activities_over.gif' height='60' width='140' border='0' title='Activities' /></a></td>";
str+="<td class='menu_right'><a href='press.html' onMouseover='hideall();menu(2);'><img src='images/press_menu_title.gif' height='60' width='140' border='0' title='Press' /></a></td>";
str+="<td class='menu_right'><a href='contact_us.html' onMouseover='hideall();'><img src='images/contact_menu_title.gif' height='60' width='140' border='0' title='Contact Us' /></a></td>";
str+="</tr>";
	}
	else if(page=='press')
	{
str+="<tr>";
str+="<td class='menu_right'><a href='index.html' onMouseover='hideall();'><img src='images/home_menu_title.gif' height='60' width='140' border='0' title='Home' /></a></td>";
str+="<td class='menu_right'><a href='about_us.html' onMouseover='hideall();menu(0);'><img src='images/about_menu_title.gif' height='60' width='140' border='0' title='About Us' /></a></td>";
str+="<td class='menu_right'><a href='licences.html' onMouseover='hideall();menu(1);'><img src='images/activities_menu_title.gif' height='60' width='140' border='0' title='Activities' /></a></td>";
str+="<td class='menu_right'><a href='press.html' onMouseover='hideall();menu(2);'><img src='images/press_over.gif' height='60' width='140' border='0' title='Press' /></a></td>";
str+="<td class='menu_right'><a href='contact_us.html' onMouseover='hideall();'><img src='images/contact_menu_title.gif' height='60' width='140' border='0' title='Contact Us' /></a></td>";
str+="</tr>";
	}
	else if(page=='contact')
	{
str+="<tr>";
str+="<td class='menu_right'><a href='index.html' onMouseover='hideall();'><img src='images/home_menu_title.gif' height='60' width='140' border='0' title='Home' /></a></td>";
str+="<td class='menu_right'><a href='about_us.html' onMouseover='hideall();menu(0);'><img src='images/about_menu_title.gif' height='60' width='140' border='0' title='About Us' /></a></td>";
str+="<td class='menu_right'><a href='licences.html' onMouseover='hideall();menu(1);'><img src='images/activities_menu_title.gif' height='60' width='140' border='0' title='Activities' /></a></td>";
str+="<td class='menu_right'><a href='press.html' onMouseover='hideall();menu(2);'><img src='images/press_menu_title.gif' height='60' width='140' border='0' title='Press' /></a></td>";
str+="<td class='menu_right'><a href='contact_us.html' onMouseover='hideall();'><img src='images/contact_over.gif' height='60' width='140' border='0' title='Contact Us' /></a></td>";
str+="</tr>";
	}
	else if(page=='disclaimer')
	{
str+="<tr>";
str+="<td class='menu_right'><a href='index.html' onMouseover='hideall();'><img src='images/home_menu_title.gif' height='60' width='140' border='0' title='Home' /></a></td>";
str+="<td class='menu_right'><a href='about_us.html' onMouseover='hideall();menu(0);'><img src='images/about_menu_title.gif' height='60' width='140' border='0' title='About Us' /></a></td>";
str+="<td class='menu_right'><a href='licences.html' onMouseover='hideall();menu(1);'><img src='images/activities_menu_title.gif' height='60' width='140' border='0' title='Activities' /></a></td>";
str+="<td class='menu_right'><a href='press.html' onMouseover='hideall();menu(2);'><img src='images/press_menu_title.gif' height='60' width='140' border='0' title='Press' /></a></td>";
str+="<td class='menu_right'><a href='contact_us.html' onMouseover='hideall();'><img src='images/contact_menu_title.gif' height='60' width='140' border='0' title='Contact Us' /></a></td>";
str+="</tr>";
	}
	else if(page=='terms')
	{
str+="<tr>";
str+="<td class='menu_right'><a href='index.html' onMouseover='hideall();'><img src='images/home_menu_title.gif' height='60' width='140' border='0' title='Home' /></a></td>";
str+="<td class='menu_right'><a href='about_us.html' onMouseover='hideall();menu(0);'><img src='images/about_menu_title.gif' height='60' width='140' border='0' title='About Us' /></a></td>";
str+="<td class='menu_right'><a href='licences.html' onMouseover='hideall();menu(1);'><img src='images/activities_menu_title.gif' height='60' width='140' border='0' title='Activities' /></a></td>";
str+="<td class='menu_right'><a href='press.html' onMouseover='hideall();menu(2);'><img src='images/press_menu_title.gif' height='60' width='140' border='0' title='Press' /></a></td>";
str+="<td class='menu_right'><a href='contact_us.html' onMouseover='hideall();'><img src='images/contact_menu_title.gif' height='60' width='140' border='0' title='Contact Us' /></a></td>";
str+="</tr>";
	}
str+="</table>";
document.write(str);
}