// JavaScript Document	
	NS = (document.layers) ? 1 : 0;
    IE = (document.all) ? 1 : 0;
	
	
	function winopen(ht,wd,path) {
	par = new Array() 
	par[0] = path
	win = window.open("big.html","","top=0,left=100,height=" + ht + ",width=" + wd)
	win.focus()
	}
	



logo="<table width='100%' border='0' cellspacing='0' cellpadding='0'>"
+"  <tr> "
+"    <td width='8%' bgcolor='#000000'><a href='index.html'><img src='images/top1.gif' border='0'></a></td>"
+"    <td width='92%' bgcolor='#000000'> "
+"      <table width='100%' border='0' cellspacing='0' cellpadding='0' height='55'>"
+"        <tr> "
+"          <td class='Date' align='right' height='22'>United States&nbsp;<img src='images/bullet-red.gif' width='3' height='3' vspace='2' hspace='5'> "
+"            &nbsp;April 15, 2003&nbsp;&nbsp;&nbsp;</td>"
+"        </tr>"
+"        <tr> "
+"          <td class='subLink' align='right' valign='middle'><a href='http://www.sourcepro.co.in/imms' target='top' class='subLink'>IMMS (ERP Solution)</a> &nbsp;<img src='images/bullet-red.gif' width='3' height='3' vspace='2'> "
+"            &nbsp;<a href='http://www.sourcepro.co.in' target='top' class='subLink'>SourcePro (INDIA)</a>&nbsp;&nbsp;&nbsp;</td> "
+"        </tr>"
+"      </table>"
+"    </td>"
+"  </tr>"
+"</table>";



navigation="<table width='100%' border='0' cellspacing='0' cellpadding='0'>"
+"  <tr>"
+"   <td width='6%'><img src='images/black1.gif' width='210' height='19'></td>"
+"    <td bgcolor='#000000'>"
+"		<td><a onMouseOver=popUp('HM_Menu4',event) onMouseOut=popDown('HM_Menu4') href='software.html'><img name='Image6' border='0' src='images/software.gif' width='97' height='19'></a></td>"
+"		<td><a href='networking.html'><img name='Image7' border='0' src='images/networking.gif'></td>"
+"		<td><a href='company.html'><img name='Image8' border='0' src='images/company.gif' width='79' height='19'></a></td>"
//+"		<td><a href='events.html'><img name='Image9' border='0' src='images/events.gif' width='63' height='19'></a></td>"
+"		<td><a href='news.html'><img name='Image10' border='0' src='images/news.gif' width='53' height='19'></a></td>"
+"		<td><a href='contact.html'><img name='Image12' border='0' src='images/contact.gif'></a></td>"
+"		<td><a href='sitemap.html'><img name='Image11' border='0' src='images/sitemap.gif'></a></td>"
+" </tr>"
+"</table>";

navigation_inside="<table width='95%' border='0' cellspacing='0' cellpadding='0'>"
+"  <tr>"
+"   <td width='6%'><img src='images/black1.gif' width='210' height='19'></td>"
+"    <td bgcolor='#000000'>"
+"		<td><a onMouseOver=popUp('HM_Menu1',event) onMouseOut=popDown('HM_Menu1') href='software.html'><img name='Image6' border='0' src='images/software.gif' width='97' height='19'></a></td>"
+"		<td><a href='networking.html'><img name='Image7' border='0' src='images/networking.gif'></td>"
+"		<td><a href='company.html'><img name='Image8' border='0' src='images/company.gif' width='79' height='19'></a></td>"
//+"		<td><a href='events.html'><img name='Image9' border='0' src='images/events.gif' width='63' height='19'></a></td>"//
+"		<td><a href='news.html'><img name='Image10' border='0' src='images/news.gif' width='53' height='19'></a></td>"
+"		<td><a href='contact.html'><img name='Image12' border='0' src='images/contact.gif'></a></td>"
+"		<td><a href='sitemap.html'><img name='Image11' border='0' src='images/sitemap.gif'></a></td>"



+" </tr>"
+"</table>";


footer="<table width='100%' border='0' cellspacing='0' cellpadding='0'>"
+"  <tr>" 
+"    <td height='11' width='21%' bgcolor='#666666' nowrap> "
+"      <p class='Text'><font color='#FFFFFF' size='1' face='Arial, Helvetica, sans-serif'> "
+"        &nbsp;&nbsp;&nbsp;&nbsp;© Copyright 2003 SourceProUSA</font></p>"
+"    </td>"
+"    <td height='16' colspan='2' bgcolor='#666666' width='79%'> "
+"      <p align='right'><font color='#FFFFFF' face='Verdana, Arial, Helvetica, sans-serif' size='1'>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<a href='http://www.netlink.co.in'><font color='#FFFFFF' face='Verdana, Arial, Helvetica, sans-serif' size='1'>"
+"	  Created by Netlink India</font></a>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;</font></p>"
+"      </td>"
+"  </tr>"
+"</table>";
