// JavaScript Document

window.onresize = new Function("window.location.reload();");

	var ie=(document.all)?1:0;

	var hide=-1;

	var isMozilla=false;

	var bDom = document.getElementById?1:0;

	var bVersion=navigator.appVersion;

	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;

	opera=window.opera?1:0;



	var isMozilla=false;

	var bDom = document.getElementById?1:0;

	var bVersion=navigator.appVersion;

	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;

	

	if(ie)

	{

		var menu_x=[238,498,610,603,317,302,500,509,570,471,471,471,471,471];

		var menu_y=[128,128,128,128,128,128,116,116,116,162,185,208,249,331];

	}

	else

	{

		var menu_x=[344,603,713,707,298,382,456,502,562,463,463,463,463,463];

		var menu_y=[127,127,127,127,126,161,161,161,161,161,184,207,248,330];

	}

	

	var str=""

	str+="<style>";

	if(ie)

	{

	str+="a.link { font-family:Tahoma; font-size:11px; color:#333333; text-decoration:none; }";

	str+="a.link:hover { font-family:Tahoma; font-size:11px; color:#FFFFFF; text-decoration:none; }";



	str+="#Mmenu0{filter:alpha(opacity=95);position:absolute;top:" + menu_y[0] + "px;left:" + menu_x[0] + "px;visibility:hidden;z-index:10;}";

	str+="#Mmenu1{filter:alpha(opacity=95);position:absolute;top:" + menu_y[1] + "px;left:" + menu_x[1] + "px;visibility:hidden;z-index:10;}";

	str+="#Mmenu2{filter:alpha(opacity=95);position:absolute;top:" + menu_y[2] + "px;left:" + menu_x[2] + "px;visibility:hidden;z-index:10;}";

	

	str+="#Mmenu3{filter:alpha(opacity=90);position:absolute;top:" + menu_y[3] + "px;left:" + menu_x[3] + "px;visibility:hidden;z-index:10;}";

	str+="#Mmenu4{filter:alpha(opacity=90);position:absolute;top:" + menu_y[4] + "px;left:" + menu_x[4] + "px;visibility:hidden;z-index:10;}";

	}

	else

	{

	str+="#Mmenu0{-moz-opacity:.95;opacity:.95;position:absolute;top:" + menu_y[0] + "px;left:" + menu_x[0] + "px;visibility:hidden;}";

	str+="#Mmenu1{-moz-opacity:.95;opacity:.95;position:absolute;top:" + menu_y[1] + "px;left:" + menu_x[1] + "px;visibility:hidden;}";

	str+="#Mmenu2{-moz-opacity:.90;opacity:.90;position:absolute;top:" + menu_y[2] + "px;left:" + menu_x[2] + "px;visibility:hidden;}";

	

	str+="#Mmenu3{-moz-opacity:.90;opacity:.90;position:absolute;top:" + menu_y[3] + "px;left:" + menu_x[3] + "px;visibility:hidden;}";

	str+="#Mmenu4{-moz-opacity:.90;opacity:.90;position:absolute;top:" + menu_y[4] + "px;left:" + menu_x[4] + "px;visibility:hidden;}";

	}

	str+="</style>";

	document.write(str);

	

	<!--  submenu functions -->

	

	function hideall()

	{

		for(i=0;i<4;i++) { 

			if(ie) eval("Mmenu"+i +".style.visibility='hidden';");

			else if (isMozilla){

				var objMDiv = document.getElementById("Mmenu"+i);

				objMDiv.style.visibility="hidden";

			}

			else  document.layers[i].visibility="hide";

			}

	}

	

	function menu(x){

		temp=x;

		if(ie)eval("Mmenu"+ x).style.left = (mMenu.clientWidth>800?(mMenu.clientWidth-800)-((mMenu.clientWidth-800)/2)+menu_x[x]:menu_x[x]-10);

		if(ie) eval("Mmenu"+ x +".style.visibility='visible';");

		else if (isMozilla){

				var objMDiv = document.getElementById("Mmenu"+ x);



				objMDiv.style.left = (window.innerWidth>800?(window.innerWidth-800)-((window.innerWidth-800)/2)+menu_x[x]:menu_x[x]-10);

				objMDiv.style.visibility="visible";

			}

		else  document.layers[x].visibility="show";

	}

	

	function smout(x,y){

		if (!isMozilla){

		eval("c"+x+y).style.backgroundColor = "#E9E9E9";

		eval("c"+x+y).style.color = "#333333";

			}

		else{

			document.getElementById("c"+x+y).style.backgroundColor = "#E9E9E9";

			document.getElementById("c"+x+y).style.color = "#333333";

			}

	}



	function smover(x,y){

		if (!isMozilla){

			eval("c"+x+y).style.backgroundColor = "#B7B7B7";

			eval("c"+x+y).style.color = "#317AB0";

			}

		else{

			document.getElementById("c"+x+y).style.backgroundColor="#B7B7B7";

			document.getElementById("c"+x+y).style.color = "#317AB0";

		}

	}

	

	

	document.write("<div id='mMenu' style='width:100%'><img src='images/spacer.gif' width='100%' height='0'></div>");

	

	document.write("<div id='Mmenu0'>");

	document.write ("<table cellpadding=3 cellspacing=1 border=0 bgcolor='#B7B7B7' width='200'>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c20' name='c20' onmouseover=smover('2','0'); onmouseout=smout('2','0'); class='link' title='Vision' style='cursor:hand; color:#333333;' onClick=location.href='vision.html'>Vision</td></tr>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c21' name='c21' onmouseover=smover('2','1'); onmouseout=smout('2','1'); class='link' title='Executive Team' style='cursor:hand; color:#333333;' onClick=location.href='executive_team.html'>Executive Team</td></tr>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c22' name='c22' onmouseover=smover('2','2'); onmouseout=smout('2','2'); class='link' title='Editorial Board'style='cursor:hand; color:#333333;' onClick=location.href='editorial_board.html'>Editorial Board</td></tr>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c23' name='c23' onmouseover=smover('2','3'); onmouseout=smout('2','3'); class='link' title='Resources' style='cursor:hand; color:#333333;' onClick=location.href='resource.html'>Resources</td></tr>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c24' name='c24' onmouseover=smover('2','4'); onmouseout=smout('2','4'); class='link' title='Group Companies' style='cursor:hand; color:#333333;' onClick=location.href='gruop_companies.html'>Group Companies & Associates</td></tr>");	

	document.write ("</table>");

	document.write("</div>");

	

	document.write("<div id='Mmenu1'>");

	document.write ("<table cellpadding=4 cellspacing=1 border=0 bgcolor='#B7B7B7' width='220'>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c30' name='c30' onmouseover=smover('3','0');  onmouseout=smout('3','0'); class='link' title='Medical and Scientific Illustrations' style='cursor:hand; color:#333333;' onClick=location.href='medical_scientific_illustrations.php'>Medical and Scientific Illustrations</td></tr>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c31' name='c31' onmouseover=smover('3','1');  onmouseout=smout('3','1'); class='link' title='MOA of Drug' style='cursor:hand; color:#333333;' onClick=location.href='moa.html'>MOA of Drug</td></tr>");	

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c32' name='c32' onmouseover=smover('3','2');  onmouseout=smout('3','2'); class='link' title='Sales Training Kits' style='cursor:hand; color:#333333;' onClick=location.href='stk.html'>Sales Training Kits</td></tr>");	

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c33' name='c33' onmouseover=smover('3','3');  onmouseout=smout('3','3'); class='link' title='Medical Equipment Demonstration' style='cursor:hand; color:#333333;' onClick=location.href='med.html'>Medical Equipment Demonstration</td></tr>");	

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c34' name='c34' onmouseover=smover('3','4');  onmouseout=smout('3','4'); class='link' title='Medical/Surgical and Scientific Innovations' style='cursor:hand; color:#333333;' onClick=location.href='msi.html'>Medical/Surgical and Scientific Innovations</td></tr>");	

	document.write ("</table>");

	document.write("</div>");

	

	document.write("<div id='Mmenu2'>");

	document.write ("<table cellpadding=4 cellspacing=1 border=0 bgcolor='#B7B7B7' width='190'>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c40' name='c40' onmouseover=smover('4','0');  onmouseout=smout('4','0'); class='link' title='Work Methodology' style='cursor:hand; color:#333333;' onClick=location.href='work_methodology.html'>Work Methodology</td></tr>");

	document.write ("<tr  height='17''><td background='" + linkPath + "images/menu_td_bg.gif' id='c41' name='c41' onmouseover=smover('4','1');  onmouseout=smout('4','1'); title='Client Management System' style='cursor:hand; color:#333333;' onClick=location.href='client_management_system.html' class='link'>Client Management System</td></tr>");	

	document.write ("</table>");

	document.write("</div>"); 

	



	<!--   inner sub menus   -->

	

	document.write("<div id='Mmenu3'>");

	document.write ("<table cellpadding=0 cellspacing=0 border=0 bgcolor='#FFFFFF'><tr><td style='padding-left:0px; padding-right:0px; padding-bottom:0px;'>");

	document.write ("<table cellpadding=2 cellspacing=1 border=0 gcolor='#6A87C0' width='120'>");

	document.write ("<tr bgcolor='#6A87C0' height='17'><td id='c50' name='c50' onmouseover=smover('5','0');  onmouseout=smout('5','0') style='cursor:hand; color:#000000;'><a href='"+ linkPath +"resources/downloads.html' class='link' title='Downloads'>Downloads</a></td></tr>");

	document.write ("<tr bgcolor='#47A7E0' height='17'><td id='c51' name='c51' onmouseover=smover('5','1');  onmouseout=smout('5','1') style='cursor:hand;'><a href='#' class='link' title='White Papers'>White Papers</a></td></tr>");

	document.write ("<tr bgcolor='#47A7E0' height='17'><td id='c52' name='c52' onmouseover=smover('5','2');  onmouseout=smout('5','2') style='cursor:hand;'><a href='"+ linkPath +"resources/articles.html' class='link' title='Articles'>Articles</a></td></tr>");

	document.write ("<tr bgcolor='#47A7E0' height='17'><td id='c53' name='c53' onmouseover=smover('5','3');  onmouseout=smout('5','3') style='cursor:hand;'><a href='#' class='link' title='Testimonials'>Testimonials</a></td></tr>");

	document.write ("</table>");

	document.write ("</td></tr></table>");

	document.write("</div>");