// JavaScript Document

function fntop()
{
var str="";
str+="<table cellpadding='0' cellspacing='0' border='0' align='center' width='780'>";
str+="<TR>";
str+="<TD><IMG SRC='images/menu.gif' WIDTH=780 HEIGHT=61 border='0' usemap='#Map'></TD>";
str+="</TR>";
str+="<TR>";
str+="<TD><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='780' height='131'><param name='movie' value='media/inner.swf'><param name='quality' value='high'><param name='menu' value='false'><embed src='media/inner.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='780' height='131'></embed></object>";
str+="</TD>";
str+="</TR>";
str+="</table>";
str+="<map name='Map'>";
str+="<area shape='rect' coords='153,26,204,43' href='index.html' />";
str+="<area shape='rect' coords='205,26,282,43' href='aboutus.html' />";
str+="<area shape='rect' coords='283,23,357,43' href='products.html' />";
str+="<area shape='rect' coords='358,24,427,43' href='careers.html' />";
str+="<area shape='rect' coords='428,23,515,43' href='downloads.html' />";
str+="<area shape='rect' coords='516,23,633,43' href='success_stories.html' />";
str+="<area shape='rect' coords='634,26,688,43' href='login.html' />";
str+="<area shape='rect' coords='689,25,770,43' href='contact.html' />";
str+="</map>";
document.write(str);
}

function bottom()
{
var str="";
str+="<table cellpadding=0 cellspacing=0 border=0 width=780>";
str+="<tr>";
str+="<td class='tdgray'>&nbsp;&nbsp;<a href='index.html' class='gray' title='Home'>Home</a> | <a href='aboutus.html' class='gray'>About Us</a> | <a href='products.html' class='gray'>Products</a> | <a href='careers.html' class='gray'>Careers</a> | <a href='success_stories.html' class='gray'>Success Stories</a> | <a href='login.html' class='gray'>Login</a> | <a href='contact.html' class='gray'>Contact Us</a></td>";
str+="<td align='right' class='tdgray'>© 2006 Smartconnect. All rights reserved&nbsp;&nbsp;</td>";
str+="</tr>";
str+="</table>";
document.write(str);
}

