function P7_JumpMenu(selObj,restore){ //v1.3 by Project Seven

	var theFullString = selObj.options[selObj.selectedIndex].value;

	if (restore) selObj.selectedIndex=0;

	var theLength = theFullString.length;

	var endPos = theFullString.lastIndexOf("~");

	var theUrl, theTarget, theParent;

	if (endPos > 0) {theUrl = theFullString.substring(0,endPos);}

	else {theUrl = theFullString;}

	endPos++

	if (endPos < theLength) {theTarget = theFullString.substring(endPos,theLength)}

	else {theTarget = "window:Main";}

	if (theTarget == "window:New") {window.open(theUrl);}

	else if (theTarget == "window:Main") {eval("parent.location='"+theUrl+"'");}

	else {eval("parent.frames[\'"+theTarget+"\'].location='"+theUrl+"'");}

}

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-11028987-9");
pageTracker._trackPageview();
} catch(err) {}





document.write(' <table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('                     <tr> ');
document.write('                       <td width="136" valign="top"><img src="images/rlslogo.jpg" width="136" height="119" hspace="26" vspace="20"></td>');
document.write('                       <td align="right" valign="bottom"><table width="32%" border="0" cellspacing="0" cellpadding="0">');
document.write(' <tr align="center"> ');
document.write('                             <td width="20%" height="15" class="headertxt"><a href="index.html">Home</a> ');
document.write('                             </td>');
document.write('                             <td width="2%" class="divider">|</td>');
document.write('                             <td width="30%" class="headertxt"> <a href="contactus.html">Contact ');
document.write('                               Us</a> </td>');
document.write('                             <td width="2%" class="divider">|</td>');
document.write('                             <td height="25" align="right" valign="middle"> <select name="Reliance" onchange="P7_JumpMenu(this,1)">');
document.write('                         <option value="#">GROUP SITES</option>');
document.write('                         <option value="#">-------------------------</option>');
document.write('                         <option value="http://www.relbio.com~window:New">RELLIFE</option>');
document.write('                         <option value="http://www.ril.com~window:New">RIL</option>');
document.write('                       </select> &nbsp;</td>');
document.write('                           </tr>');
document.write('                           <tr align="center"> ');
document.write('                             <td height="10" colspan="5" class="headertxt"><img src="images/spacer.gif" width="1" height="1"></td>');
document.write('                           </tr>');
document.write('                         </table></td>');
document.write('                       <td width="22" align="right" valign="bottom">&nbsp;</td>');
document.write('                     </tr>');
document.write('                   </table>');
