 function con()
 {
	var ind = document.frmsite.menu1.selectedIndex
	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>Accueil</u></font></a></u> | <u><a href='sitemap.asp'><font color='#00309C'> ")
 document.write("                 <u>Carte du site</u></font></a></u> | <u><a href='careers.asp'><font color='#00309C'><u>Carrières</u></font></a></u> ")
document.write("                  | <u><a href='contactus.asp'><font color='#00309C'><u>Contactez-nous</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> ")
 document.write("                 Sites d'autres pays</strong></font></td>")
  document.write("              <td width='146' align='left' valign='middle' class='v10'><font color='#00309C'><strong>&nbsp;Recherche</strong></font></td>")
  document.write("            </tr>")
  document.write("            <tr> ")
 
 
 document.write("<td align='right' class='v11'><strong><a href='redirect.asp'><font color='#00309C'><u>English</u></font></a></strong><font color='#999999'><font color='#999999'><font color='#999999'><font color='#999999'><strong> ")
 document.write("                 |</strong></font></font><strong> Fran&ccedil;ais</strong><u><a href='../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='con()'> ")
  document.write("                  <option selected>Sélectionnez le pays</option>")
  document.write("                  <option>Ranbaxy International</option>")
  document.write("                  <option>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>")
 