 function bannertabs(tab)
 {
	 var str="";
	str+="<div class='banner_links_pannel'>";
	str+="<ul id='bannertabs'>";
	
	if(tab=='richnet')
	{
		str+="<li><a href='#' rel='richinternet' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('Image24','','images/richinternet_tab_active.jpg',1)><img src='images/richinternet_tab.jpg' alt='Rich Internet' name='Image24' width='241' height='67' border='0'></a></li>";
	}
	else
	{
	str+="<li><a href='#' rel='richinternet' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('Image24','','images/richinternet_tab_active.jpg',1)><img src='images/richinternet_tab.jpg' alt='Rich Internet' name='Image24' width='241' height='67' border='0'></a></li>";
	}
	
	if(tab=='research')
	{
	str+="<li><a href='#' rel='research' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('Image25','','images/research_develop_tab_active.jpg',1)><img src='images/research_develop_tab_active.jpg' alt='Research Development' name='Image25' width='232' height='67' border='0' ></a></li>";
	}
	else
	{
	str+="<li><a href='#' rel='research' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('Image25','','images/research_develop_tab_active.jpg',1)><img src='images/research_develop_tab.jpg' alt='Research Development' name='Image25' width='232' height='67' border='0' ></a></li>";
	}
	
	if(tab=='product')
	{
	str+="<li><a href='#' rel='products' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('Image26','','images/products_tab_active.jpg',1)><img src='images/products_tab_active.jpg' alt='Products' name='Image26' width='232' height='67' border='0'></a></li>";
	}
	else
	{
	str+="<li><a href='#' rel='products' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('Image26','','images/products_tab_active.jpg',1)><img src='images/products_tab.jpg' alt='Products' name='Image26' width='232' height='67' border='0'></a></li>";
	}
	if(tab=='mobile')
	{
	str+="<li><a href='#' rel='mobile' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('Image27','','images/mobile_appl_tab_active.jpg',1)><img src='images/mobile_appl_tab_active.jpg' alt='Mobile Application' name='Image27' width='241' height='67' border='0'></a></li>";
	}
	else
	{
	str+="<li><a href='#' rel='mobile' onMouseOut='MM_swapImgRestore()' onMouseOver=MM_swapImage('Image27','','images/mobile_appl_tab_active.jpg',1)><img src='images/mobile_appl_tab.jpg' alt='Mobile Application' name='Image27' width='241' height='67' border='0'></a></li>";
	}
	
	str+="</ul>";
	str+="</div>";
	document.write(str);
	
} 

