 function con()
 {
	var ind = document.frmsite.menu1.value;
	if(ind == 1)
	window.open("http://www.Ranbaxy.com")
		//location.href="../socialresposbility/communityhealthcaresociety.htm"
		
	if(ind == 2)
	window.open("http://www.Ranbaxyusa.com")
}
function srch()
{

	var RegString = document.frmSiteSearch.search.value;
	if ((RegString.length == "0") || (RegString.charAt(0) == " "))
		{
		  alert("Please enter a value");
		  document.frmSiteSearch.search.value = "";
		  document.frmSiteSearch.search.focus();
		  document.frmSiteSearch.search.select();
		  
		} 
		else
		document.frmSiteSearch.submit();
}


document.write("<table width='100%' height='70' border='0' cellpadding='0' cellspacing='0'> ")
document.write("<tr> ")
document.write("<td width='23'>&nbsp;</td>")
document.write("<td width='330'><a href='index.asp'><img src='Images/logo.gif' width='180' height='24' border='0'></a><br>")
document.write("</td>")
document.write("<td valign='top'><table width='100%' border='0' cellspacing='0' cellpadding='0'>")
document.write("<tr> ")
document.write("<td width='142'>&nbsp;</td>")
document.write("<td colspan='2' align='right' class='v10'><font color='#00309C'><u><a href='index.asp'><font color='#00309C'><u>Home</u></font></a></u> | <u><a href='sitemap.asp'><font color='#00309C'> ")
 document.write("                 <u>Sitemap</u></font></a></u> | <u><a href='careers.asp'><font color='#00309C'><u>Careers</u></font></a></u> ")
document.write("                  | <u><a href='contactus.asp'><font color='#00309C'><u>Contact Us</u></font></a></u></font></td>")
 document.write("             </tr>")
 document.write("             <tr> ")
 document.write("               <td align='right'><img src='Images/canada.gif' width='133' height='21'></td>")
document.write("                <td width='139' align='left' valign='middle' class='v10'>&nbsp;&nbsp;&nbsp;&nbsp;<font color='#00309C'><strong>Other ")
 document.write("                 Country Sites</strong></font></td>")
  document.write("              <td width='146' align='left' valign='middle' class='v10'><font color='#00309C'><strong>&nbsp;Search</strong></font></td>")
  document.write("            </tr>")
  document.write("            <tr> ")
  
  
  
document.write(" <td align='right' class='v11'><strong><font color='#999999'>English</font></strong><font color='#999999'><font color='#999999'><strong> ")
document.write("                  |</strong></font></font><strong> <a href='redirect.asp'><font color='#00309C'><u>Fran&ccedil;ais</u></font></a></strong><font color='#00309C'><font color='#00309C'><u><a href='france/index.asp'><strong>&nbsp;</strong></a></u></font></font></td>")



document.write(" <form name='frmsite' method='post'>")
 document.write("               <td align='right' class='v10'> ")
  document.write("                <select name='menu1' class='textbox' onchange='return con()'> ")
  document.write("                  <option selected value='0'>Select a Country</option>")
  document.write("                  <option value='1'>Ranbaxy International</option>")
  document.write("                  <option value='2'>Ranbaxy USA</option>")
   document.write("               </select>")
  document.write("              </td>")
  document.write(" </form> ")
  document.write(" <form method='get' name='frmSiteSearch' action='SSearch.asp'>")
  document.write("    <td align='right' class='v10'><input name='search' type='text' class='textbox'> ")
 document.write("   <a href='javascript:srch()'><img src='Images/go.gif' width='16' height='15' align='absmiddle' border='0'></a></td>")
 document.write(" </form>")
 document.write("             </tr>")
 document.write("           </table> </td>")
document.write("        </tr>")
 document.write("     </table>")

 