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 width="223" valign="top"><img src="images/relsolar_logo.jpg" width="223" height="74"></td>');
document.write('              <td valign="bottom"><table width="100%" height="74" border="0" cellpadding="4" cellspacing="0">');
document.write('<tr>');
document.write('                      <td align="right"> ');
/*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.relclin.com~window:New">RCRS </option> -->');
document.write('	<!--   <option value="http://www.relicord.com~window:New">ReliCord </option> -->');
document.write('	<!--   	<option value="http://relibrca.rellife.com~window:New">ReliBRCA </option> -->');
document.write('		<option value="http://www.ril.com~window:New">RIL</option>');
document.write('	<!--   	<option value="http://www.genemedix.com~window:New">GeneMedix</option> -->');
document.write('	<!--   	<option value="http://www.rsls.ac.in~window:New">Reliance Inst. of Life Sciences</option> -->');
document.write('	<!--   	<option value="http://jatrophagenomics.rellife.com~window:New">Jatropha Genomics</option> -->');
document.write('</select>');*/
document.write('                      </td>');
document.write('                </tr>');

document.write('              </table></td>');
document.write('            </tr>');
document.write('          </table>');