// JavaScript Document
ddaccordion.init({
	headerclass: "submenuheader", //Shared CSS class name of headers group
	contentclass: "submenu", //Shared CSS class name of contents group
	revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click" or "mouseover
	mouseoverdelay: 400, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
	animatedefault: false, //Should contents open by default be animated into view?
	persiststate: false, //persist state of opened contents within browser session?
	toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["suffix", "<img src='images/plus_icon.jpg' class='statusicon' />", "<img src='images/minus_icon.jpg' class='statusicon' />"], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
		//do nothing
	},
	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
		//do nothing
	}
})

document.write(" <div class='toplinks' style='margin-left:70px'><a href='../index.html'><img src='images/home_button.gif' alt='Homebutton' /></a><p style='color:#fff'>Browse Our Other Sites</p>");
document.write("<div id='browsemenu' style='position:relative;'><a class='menuitem submenuheader' href='#' >&nbsp;</a>");

document.write("<div class='submenu' style='z-index:100000; position:absolute; width:193px; left: 0px;' >");
document.write("<ul>");
document.write("<li style='color:#fff;background:url(images/browse_btn_bg.gif) no-repeat left top;font-weight:bold'>Subsidiaries &amp; JV's</li>");
document.write("<li ><a href='http://www.drreddys.ru' target='_blank'>Dr. Reddy\'s Russia</a></li>");
document.write("<li ><a href='http://www.rotamreddy.com' target='_blank'>Dr. Reddy\'s - China</a></li>");
document.write("<li ><a href='http://www.drreddys.com.br' target='_blank'>Dr. Reddy\'s Brazil</a></li>");
document.write("<li><a href='http://www.drreddys.ro' target='_blank'>Dr. Reddy\'s Romania</a></li>");
document.write("<li ><a href='http://www.betapharm.com' target='_blank'>betapharm (English)</a></li>");
document.write("<li ><a href='http://www.betapharm.de' target='_blank'>betapharm(Deustch)</a></li>");
document.write("<li><a href='http://www.aurigene.com' target='_blank'>Aurigene</a></li>");
document.write("<li ><a href='http://www.promiuspharma.com' target='_blank'>Promius Pharma</a></li>");
document.write("<li style='color:#fff;background:url(images/browse_btn_bg.gif) no-repeat left top;font-weight:bold'>Social Initiative</li>");
document.write("<li ><a href='http://www.drreddysfoundation.org' target='_blank'>Dr. Reddy\'s Foundation</a></li>");
document.write("<li ><a href='http://www.drfhe.com' target='_blank'>DRFHE</a></li>");
document.write("<li ><a href='http://www.sparshindia.in' target='_blank'>Sparsh Initiative</a></li>");
document.write("<li style='color:#fff;background:url(images/browse_btn_bg.gif) no-repeat left top;font-weight:bold'>E-Business Portal</li>");
document.write("<li ><a href='http://www.vikreta2drl.com' target='_blank'>Vikreta2DRL</a></li>");
document.write("<li ><a href='http://www.customer2drl.com' target='_blank'>Customer2DRL</a></li>");
document.write("<li style='color:#fff;background:url(images/browse_btn_bg.gif) no-repeat left top;font-weight:bold'>Doctors\' Magazine</li>");
document.write("<li ><a href='http://www.housecallsindia.com' target='_blank'>Housecalls</a></li>");
document.write("          </ul>");
document.write("</div>");
document.write("</div>");

document.write("  </div> ");







