// JavaScript Document
function show_main_category(val1)
{
	if(val1.match("main1"))
	{
		document.getElementById("main1").style.display="";
		document.getElementById("main2").style.display="";
		document.getElementById("main3").style.display="none";
	}
	else if(val1=="main2")
	{
		document.getElementById("main1").style.display="none";
		document.getElementById("main2").style.display="";
		document.getElementById("main3").style.display="";	
	}
}
function show_sub_category(val1)
{
	
	hidssubs=new Array('subcat1','subcat2','subcat3','subcat4');
	lensubs=hidssubs.length;
	for(i=0;i<lensubs;i++)
	{
		if(val1==hidssubs[i])
		{			
			document.getElementById(hidssubs[i]).style.display="";
		}
		else
		{			
			document.getElementById(hidssubs[i]).style.display="none";		
		}
	}	
	return false;	
}

function show_sub_products(showelt,hidelt)
{
	spt_showelt=showelt.split(",");
	document.getElementById(spt_showelt[0]).style.display="";
	document.getElementById(spt_showelt[1]).style.display="";
	document.getElementById(hidelt).style.display="none";
}


document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.write('<tr>');
document.write('<td width="3%"><img src="images/main_cat_bullet.jpg" ></td>');
document.write('<td><a href="#" onclick="return show_main_category(\'main1\')" class="main_cat">Solutions</a></td>');
document.write('</tr>');
document.write('<tr  id="main1" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.write('<tr>');
document.write('<td width="3%"><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="smart_card.html" class="catlink">Smart Card Solutions</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="security_solutions.html" class="catlink">Security Solutions</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td ><a href="software_solutions.html" class="catlink">Software Solutions</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr  id="main2">');
document.write('<td><img src="images/main_cat_bullet.jpg" ></td>');
document.write('<td><a href="#" onclick="return show_main_category(\'main2\')" class="main_cat">Products</a></td>');
document.write('</tr>');
document.write('<tr id="main3" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.write('<tr>');
document.write('<td><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="#" onclick="return show_sub_category(\'subcat1\')" class="catlink">Finger Print Systems</a></td>');
document.write('</tr>');
document.write('<tr id="subcat1" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="1">');
document.write('<tr>');
document.write('<td width="5%"><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="#" onclick="return show_sub_products(\'subcat1,subprd1\',\'subprd2\')" class="subcatlink">Biostation</a></td>');
document.write('</tr>');
document.write('<tr id="subprd1" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="1">');
document.write('<tr>');
document.write('<td width="3%"><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="biostation1.html" class="prdlink">BioStation</a></td>');
document.write('</tr>');
document.write('<td width="3%"><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="biostation1.html#biomifare" class="prdlink">BioStation Mifare</a></td>');
document.write('</tr>');
document.write('</tr>');
document.write('<td width="3%"><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="biostation1.html#biohid" class="prdlink">BioStation HID</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="biostationrf.html" class="prdlink">BioStation RF</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="starterkit.html"  class="prdlink">Starter Kit</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="#" onclick="return show_sub_products(\'subcat1,subprd2\',\'subprd1\')" class="subcatlink">BioEntry</a></td>');
document.write('</tr>');
document.write('<tr id="subprd2" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="2">');
document.write('<tr>');
document.write('<td width="3%"><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="bioentry_plus.html" class="prdlink">BioEntry Plus</a></td>');
document.write('</tr>');

document.write('<tr>');
document.write('<td width="3%"><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="bioentry_smart.html" class="prdlink">BioEntry Smart</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="bioentry_pass.html" class="prdlink">BioEntry Pass</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td ><a href="bioentry_door.html" class="prdlink">BioEntry Door</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td ><a href="starterkit.html" class="prdlink">Starter Kit</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="#" onclick="return show_sub_products(\'subcat1,lastprd\',\'subprd1\')"  class="prdlink">Application</a></td>');
document.write('</tr>');
document.write('<tr id="lastprd" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="1">');
document.write('<tr>');
document.write('<td align="center">-</td>');
document.write('<td><a href="smalloffice.html"  class="prdlink">Small Office</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center">-</td>');
document.write('<td><a href="largeoffice.html"  class="prdlink">Large Office</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="beacon.html" class="subcatlink">BEACon</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="#" onclick="return show_sub_category(\'subcat2\')" class="catlink">PC Solutions</a></td>');
document.write('</tr>');
document.write('<tr id="subcat2" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.write('<tr>');
document.write('<td width="3%"><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="#" onclick="return show_sub_products(\'subcat2,subprd3\',\'subprd4\')" class="subcatlink">Hardware</a></td>');
document.write('</tr>');
document.write('<tr id="subprd3" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.write('<tr>');
document.write('<td width="3%"><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="sfr300.html" class="prdlink">SFR300 - s</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td><a href="sfu300.html" class="prdlink">SFU300</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="#" onclick="return show_sub_products(\'subcat2,subprd4\',\'subprd3\')" class="subcatlink">Software</a></td>');
document.write('</tr>');
document.write('<tr id="subprd4" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.write('<tr>');
document.write('<td width="3%"><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td ><a href="sfr_sdk.html" class="prdlink">SFR SDK</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arw_bullet.jpg" width="10" height="7"></td>');
document.write('<td ><a href="image_sdk.html" class="prdlink">Image SDK</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr >');
document.write('<td><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="#" onclick="return show_sub_category(\'subcat3\')" class="catlink">Card Printers</a></td>');
document.write('</tr>');
document.write('<tr id="subcat3" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.write('<tr>');
document.write('<td width="3%"><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td ><a href="cx300series.html" class="subcatlink">CX-330 Series</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="cx120series.html" class="subcatlink">CX-120 Series</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="cl500.html" class="subcatlink">CL-500</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="#" onclick="return show_sub_category(\'subcat4\')" class="catlink">Technology</a></td>');
document.write('</tr>');
document.write('<tr id="subcat4" style="display:none">');
document.write('<td>&nbsp;</td>');
document.write('<td>');
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="3">');
document.write('<tr>');
document.write('<td valign="top" style="padding-top:8px;" width="3%"><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="about_retrasferprinting.html" class="subcatlink">About Re-Transfer Printing(CX-330)</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td  valign="top" style="padding-top:8px;"><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="fastestprintingtechnology.html" class="subcatlink">Fastest Printing Technology (CX-120)</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td  valign="top" style="padding-top:8px;"><img src="images/rnd_bullet.jpg" width="5" height="5"></td>');
document.write('<td><a href="historyof_dye.html" class="subcatlink">History of Dye-Sublimation Technologies</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="top" style="padding-top:8px;"><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="timecheck.html" class="catlink">Time Check Software</a></td>');
document.write('</tr>');


document.write('<tr>');
document.write('<td valign="top" style="padding-top:8px;"><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="content_management.html" class="catlink">Content Management System</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="crm.html" class="catlink">CRM</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td valign="top" style="padding-top:8px;"><img src="images/sq_bullet.jpg" width="6" height="6"></td>');
document.write('<td><a href="offshore_software.html" class="catlink">Offshore Software Development Services</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
                