function showPic(img) {
	document.write("<TABLE cellSpacing=0 cellPadding=0 border=0>");
	document.write("  <TBODY>");
	document.write("  <TR>");
	document.write("    <TD width=20 height=12><IMG src='images/mtl.gif'></TD>");
	document.write("    <TD vAlign=top background='images/mtc.gif'></TD>");
	document.write("    <TD><IMG src='images/mtr.gif'></TD>");
	document.write("  </TR>");
	document.write("  <TR>");
	document.write("    <TD vAlign=top width=20 height=12	background='images/mcl.gif'></TD>");
	document.write("    <TD vAlign=top><img src='images/" + img + "'></TD>");
	document.write("    <TD vAlign=top width=20 height=12	background='images/mcr.gif'></TD>");
	document.write("  </TR>");
	document.write("  <TR>");
	document.write("	<TD><IMG src='images/mbl.gif'></TD>");
	document.write("    <TD vAlign=center align=right background='images/mbc.gif'></TD>");
	document.write("    <TD><IMG src='images/mbr.gif'></TD>");
	document.write("  </TR>");
	document.write("  </TBODY>");
	document.write("</TABLE>");
}

function showLink(img) {
	document.write("<SCRIPT Language=JavaScript>");
	document.write("  var " + img + "_0=preLoad('images/b_" + img + "_0.gif');");
	document.write("  var " + img + "_1=preLoad('images/b_" + img + "_1.gif');");
	document.write("</SCRIPT>");
	document.write("<A ");
	document.write("  Language=JavaScript ");
	document.write("  onmouseover=document['" + img + "'].src=" + img + "_1.src; ");
	document.write("  onmouseout =document['" + img + "'].src=" + img + "_0.src; ");
	document.write("  HREF='" + img + ".jsp' border=0>");
	document.write("  <img src='images/b_" + img + "_0.gif' border=0 name=" + img + " alt=" + img + ">");
	document.write("</A>");
	document.write("<BR>");
}

function preLoad(img)
{
	var a=new Image(); 
	a.src=img; 
	return a;
}

function contact(p)
{
	document.write("<BR>");
	document.write("<CENTER>For more information on <B>" + p + "</B>, please contact <A HREF='mailto:sales&#064;cognisense&#046;&#099;&#111;&#109;'>Cognisense sales</A>.</CENTER>");
	document.write("<BR>");
}

function contactS(p)
{
	document.write("<BR>");
	document.write("<CENTER>For more information on our <B>" + p + "</B> service, please contact <A HREF='mailto:sales&#064;cognisense&#046;&#099;&#111;&#109;'>Cognisense sales</A>.</CENTER>");
	document.write("<BR>");
}


function showHeader()
{
	document.write("<TABLE width='100%' cellSpacing=0 cellPadding=0 border=0>");
	document.write("  <TBODY>");
	document.write("  <TR>");
	document.write("    <TD width=20 height=12><IMG src='images/mtl.gif'></TD>");
	document.write("    <TD vAlign=top background='images/mtc.gif'></TD>");
	document.write("    <TD><IMG src='images/mtr.gif'></TD>");
	document.write("  </TR>");
	document.write("  <TR>");
	document.write("    <TD vAlign=top 				background='images/mcl.gif'></TD>");
	document.write("    <TD vAlign=top width=2048	background='images/mcc.gif'>");
	document.write("    	<A HREF='index.jsp'>");
	document.write("    	<DIV align=right><IMG SRC='images/cogLogo.gif'  border=0></DIV>");
	document.write("		<table align='center' width='100%' cellpadding='0' cellspacing='0' border='0'>");
	document.write("			<tr><td colspan='3'><img src='menu/onePixel.gif' height=2></td></tr>");
	document.write("			<tr><td valign='top' width='100%'>&nbsp;</td>");	
	document.write("			<td valign='top'><div id='MenuPos' style='position:relative; width:80; height:10;'><img src='menu/onePixel.gif' width='80' height='10'></div>&nbsp;</td>");
	document.write("			</tr>");
	document.write("		</table>");
	document.write("		</A>");
	document.write("	</TD>");
	document.write("    <TD vAlign=top width=20 height=12	background='images/mcr.gif'></TD>");
	document.write("  </TR>");
	document.write("  <TR>");
	document.write("	<TD><IMG src='images/mbl.gif'></TD>");
	document.write("    <TD vAlign=center align=right background='images/mbc.gif'></TD>");
	document.write("    <TD><IMG src='images/mbr.gif'></TD>");
	document.write("  </TR>");
	document.write("  </TBODY>");
	document.write("</TABLE>");
}

function showFooterHome()
{
	document.write("<TABLE width='100%' cellSpacing=0 cellPadding=0 border=0>");
	document.write("  <TBODY>");
	document.write("  <TR>");
	document.write("    <TD width=20 height=12><IMG src='images/mtl.gif'></TD>");
	document.write("    <TD vAlign=top background='images/mtc.gif'></TD>");
	document.write("    <TD><IMG src='images/mtr.gif'></TD>");
	document.write("  </TR>");
	document.write("  <TR>");
	document.write("    <TD vAlign=top width=20 height=12	background='images/mcl.gif'></TD>");
	document.write("    <TD vAlign=top width=2048 			background='images/mcc.gif'>");
	document.write("		<CENTER>");
	document.write("		<FONT SIZE=-1>");
	document.write("		Copyright (C) 1993-2006, Cognisense, Inc. All Rights Reserved.");
	document.write("		<BR>");
	document.write("		Contact <A HREF='contact.jsp'><FONT COLOR='#000000'>Cognisense</FONT></A>.");
	document.write("		</FONT>");
	document.write("		</CENTER>");
	document.write("	</TD>");
	document.write("    <TD vAlign=top width=20 height=12	background='images/mcr.gif'></TD>");
	document.write("  </TR>");
	document.write("  <TR>");
	document.write("	<TD><IMG src='images/mbl.gif'></TD>");
	document.write("    <TD vAlign=center align=right background='images/mbc.gif'></TD>");
	document.write("    <TD><IMG src='images/mbr.gif'></TD>");
	document.write("  </TR>");
	document.write("  </TBODY>");
	document.write("</TABLE>");
}

function showFooter()
{
	document.write("<TABLE width='100%' cellSpacing=0 cellPadding=0 border=0>");
	document.write("  <TBODY>");
	document.write("  <TR>");
	document.write("    <TD width=20 height=12><IMG src='images/mtl.gif'></TD>");
	document.write("    <TD vAlign=top background='images/mtc.gif'></TD>");
	document.write("    <TD><IMG src='images/mtr.gif'></TD>");
	document.write("  </TR>");
	document.write("  <TR>");
	document.write("    <TD vAlign=top width=20 height=12	background='images/mcl.gif'></TD>");
	document.write("    <TD vAlign=top width=2048 			background='images/mcc.gif'>");
	document.write("		<CENTER>");
	document.write("		<FONT SIZE=-1>");
	document.write("		Copyright (C) 1993-2006, Cognisense, Inc. All Rights Reserved.");
	document.write("		<BR>");
	document.write("		Contact <A HREF='contact.jsp'><FONT COLOR='#000000'>Cognisense</FONT></A>.");
	document.write("		&nbsp;&nbsp;&nbsp;&nbsp;");
	document.write("		Return <A HREF='index.jsp'><FONT COLOR='#000000'>Home</FONT></A>.");
	document.write("		</FONT>");
	document.write("		</CENTER>");
	document.write("	</TD>");
	document.write("    <TD vAlign=top width=20 height=12	background='images/mcr.gif'></TD>");
	document.write("  </TR>");
	document.write("  <TR>");
	document.write("	<TD><IMG src='images/mbl.gif'></TD>");
	document.write("    <TD vAlign=center align=right background='images/mbc.gif'></TD>");
	document.write("    <TD><IMG src='images/mbr.gif'></TD>");
	document.write("  </TR>");
	document.write("  </TBODY>");
	document.write("</TABLE>");
}

