
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+"'");}

}



document.write(' <table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('                     <tr> ');
document.write('                       <td align="right" valign="top"><table align="right" width="350" border="0" cellspacing="0" cellpadding="0">');
document.write('                           <tr align="center"> ');
document.write('                             <td width="50"><div align="center"><a href="index.html" class="toplinkswhite">Home</a></div></td>');
document.write('                             <td width="3"><img src="images/but_part.gif" width="3" height="28"></td>');
document.write('                             <td width="80"><div align="center"><a href="contactus.html" class="toplinkswhite">Contact ');
document.write('                                 Us</a></div></td>');
document.write('                             <td width="3"><img src="images/but_part.gif" width="3" height="28"></td>');
document.write('                             <td width="200" align="right"> <div align="center"> ');
document.write('                                 <select name="select" onchange="P7_JumpMenu(this,1)" class="toplinks" style="width:180">');
document.write('                                   <option>Group Sites</option>');
document.write('                                   <option value="http://www.rellife.com~window:New">Reliance');
document.write('                                    Life Sciences</option>');
document.write('                                   <option value="http://www.ril.com~window:New">Reliance Group</option>');
document.write('                                   <option value="http://www.relclin.com~window:New">RCRS</option>');
document.write('                                 </select>');
document.write('                               </div></td>');
document.write('                           </tr>');
document.write('                         </table></td>');
document.write('                     </tr>');
document.write('                     <tr valign="top"> ');
document.write('                       <td height="130" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="1000" height="130">');
document.write('                           <param name="movie" value="images/cloudy_header.swf">');
document.write('                           <param name="quality" value="high">');
document.write('                           <embed src="images/cloudy_header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="130"></embed></object></td>');
document.write('                     </tr>');
document.write('                   </table>');