document.write('<table width="780" border="0" cellspacing="0" cellpadding="0" bgcolor=#ffffff><tr><Td><img src="images/logo.gif" width="460" height="100" alt="" border="0"></td><td align=right><table border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/hdr_hot_lines.gif" width="138" height="19" alt="" border="0" hspace="60"></td></tr><tr><td class=hotline_text><div style="line-height:15px;margin-top:5px;margin-left:80px;">Bangalore: <span class=hotline_black>+91 93414 77122<br><img src="images/b.gif" alt="" width="57" height="1" border="0">+91 80 30507538</span><br>Email:&nbsp;&nbsp;&nbsp;&nbsp; <span class=hotline_black><a href="mailto:info@paradigmfms.com" class=hotline_black>info@paradigmfms.com <br>#102, Eden Park, 20, Vittal Mallya Road,<br>Bangalore 560 001, India.<br></a></span></div></td></tr></table></td></tr></table>');


document.write('<table width="780" border="0" cellspacing="0" cellpadding="0" bgcolor=#ffffff><tr><td bgcolor=#345B40><img src="images/b.gif" width="1" height="5" alt="" border="0"></td></tr><tr><td>');

document.write('<!-- <img src="images/temp_flash.jpg" width="780" height="225" alt="" border="0"> --><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="780" height="225" id="main" align="middle">	<param name="allowScriptAccess" value="sameDomain" />	<param name="allowFullScreen" value="false" />	<param name="movie" value="images/flash/main.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="images/flash/main.swf" menu="false" quality="high" bgcolor="#ffffff" width="780" height="225" name="main" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />	</object>');

document.write('</td></tr><tr><td><img src="images/b.gif" width="1" height="5" alt="" border="0"></td></tr><tr><td valign=top>');

document.write('<table border="0" cellspacing="0" cellpadding="0" align=center><tr><td><img src="images/b.gif" width="1" height="1" alt="" border="0"></td>');

if (sel==1)
document.write('<td><img src="images/nav_home_mo.gif" width="193" height="40" alt="" border="0" name="pic1" id="pic1"></td>');
else
document.write('<td><a href="index.html" onMouseOver="hiLite(\'pic1\',\'npic1\')" onMouseOut="hiLite(\'pic1\',\'npic1a\')"><img src="images/nav_home.gif" width="193" height="40" alt="" border="0" name="pic1" id="pic1"></a></td>');

document.write('<td><img src="images/b.gif" width="1" height="1" alt="" border="0"></td>');

if (sel==2)
document.write('<td><img src="images/nav_about_mo.gif" width="193" height="40" alt="" border="0" name="pic2" id="pic2"></td>');
else
document.write('<td><a href="aboutus.html" onMouseOver="hiLite(\'pic2\',\'npic2\')" onMouseOut="hiLite(\'pic2\',\'npic2a\')"><img src="images/nav_about.gif" width="193" height="40" alt="" border="0" name="pic2" id="pic2"></a></td>');

document.write('<td><img src="images/b.gif" width="1" height="1" alt="" border="0"></td>');

if (sel==3)
document.write('<td><img src="images/nav_services_mo.gif" width="193" height="40" alt="" border="0" name="pic3" id="pic3"></td>');
else
document.write('<td><a href="services.html" onMouseOver="hiLite(\'pic3\',\'npic3\')" onMouseOut="hiLite(\'pic3\',\'npic3a\')"><img src="images/nav_services.gif" width="193" height="40" alt="" border="0" name="pic3" id="pic3"></a></td>');

document.write('<td><img src="images/b.gif" width="1" height="1" alt="" border="0"></td>');

if (sel==4)
document.write('<td><img src="images/nav_careers_mo.gif" width="193" height="40" alt="" border="0" name="pic4" id="pic4"></td>');
else
document.write('<td><a href="careers.html" onMouseOver="hiLite(\'pic4\',\'npic4\')" onMouseOut="hiLite(\'pic4\',\'npic4a\')"><img src="images/nav_careers.gif" width="193" height="40" alt="" border="0" name="pic4" id="pic4"></a></td>');

document.write('<td><img src="images/b.gif" width="1" height="1" alt="" border="0"></td></tr></table></td></tr>');

document.write('<tr><td bgcolor=#345B40><img src="images/b.gif" width="1" height="5" alt="" border="0"></td></tr><tr><td><img src="images/b.gif" width="1" height="15" alt="" border="0"></td></tr></table>');

agent = navigator.userAgent
browserVer = 2
if (agent.substring (0,7) == "Mozilla")
{
	if (parseInt (agent.substring (8,9)) >= 3) {browserVer = 1;}
}

	npic1 = new Image;
	npic1.src = "images/nav_home_mo.gif";
	npic1a = new Image;
	npic1a.src = "images/nav_home.gif";
	
	npic2 = new Image;
	npic2.src = "images/nav_about_mo.gif";
	npic2a = new Image;
	npic2a.src = "images/nav_about.gif";
	
	npic3 = new Image;
	npic3.src = "images/nav_services_mo.gif";
	npic3a = new Image;
	npic3a.src = "images/nav_services.gif";
	
	npic4 = new Image;
	npic4.src = "images/nav_careers_mo.gif";
	npic4a = new Image;
	npic4a.src = "images/nav_careers.gif";
	
function hiLite(id,imgObjName) 
{
	//alert(imgObjName);
	//alert(id);
	if (browserVer == 1)
	{
		document.images[id].src = eval(imgObjName + ".src")
	}
}
