<!--//
var linkS001 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'xls060102.html\',\'TeleMedicalPDA\',\'toolbar=0,status=0,menuBar=0,scrollBars=0,resizable=0,top=1,left=1,screenX=1,screenY=1,height=480,width=890\')\">"	+
	"UCLA Medical Timeline - PDA Version</a>\n";

var linkS003 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'ws.html\',\'TeleMedicalWS\',\'toolbar=0,status=0,menuBar=0,scrollBars=0,resizable=0,top=1,left=1,screenX=1,screenY=1,height=1050,width=1300\')\">"	+
	"UCLA Medical Timeline - Workstation Version</a>\n";

var linkS002 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'irupdt.html\',\'Solutions\',\'toolbar=0,status=0,menuBar=0,scrollBars=1,resizable=1,top=1,left=1,screenX=1,screenY=1,height=680,width=690\')\">"	+
	"Immersive UML Design Tool with OTS Technology</a>\n";

var linkP001 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'datamodel.html\',\'Solutions\',\'toolbar=0,status=0,menuBar=0,scrollBars=1,resizable=1,top=1,left=1,screenX=1,screenY=1,height=680,width=690\')\">"	+
	"Common Navigation by Data Model Views</a>\n";

var linkP002 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'sysArchMP418.html\',\'Solutions\',\'toolbar=0,status=0,menuBar=0,scrollBars=1,resizable=1,top=1,left=1,screenX=1,screenY=1,height=680,width=690\')\">"	+
	"An Image System Architecture</a>\n";

var linkP004 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'mocap.html\',\'Solutions\',\'toolbar=0,status=0,menuBar=0,scrollBars=1,resizable=1,top=1,left=1,screenX=1,screenY=1,height=680,width=690\')\">"	+
	"Motion Capture for Complex Animatronic Figures</a>\n";

var linkF001 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'uar.html\',\'OurFuture\',\'toolbar=0,status=0,menuBar=0,scrollBars=1,resizable=1,top=1,left=1,screenX=1,screenY=1,height=680,width=830\')\">"	+
	"Utilizing Augmented Reality</a>\n";

var linkF002 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'GRI.html\',\'OurFuture\',\'toolbar=0,status=0,menuBar=0,scrollBars=1,resizable=1,top=1,left=1,screenX=1,screenY=1,height=680,width=830\')\">"	+
	"Gesture and Participant Recognition</a>\n";

var linkF003 =	"<a href='index.html#' style='font-style=normal;' "	+
	"onClick=\"window.open(\'flens.html\',\'OurFuture\',\'toolbar=0,status=0,menuBar=0,scrollBars=1,resizable=1,top=1,left=1,screenX=1,screenY=1,height=680,width=830\')\">"	+
	"Data Filter Viewing</a>\n";


var linkS004 =	"<a href='./anna/anna.html' style='font-style=normal;' target='anna01'>"	+
	"Image Annotation</a>\n";

var mainNav =	"<div id='myBaby'>"	+
		"<table border='0' cellpadding='2' cellspacing='2' class='youseBabyC'>"	+

		"<tr>"	+
		"<td>&nbsp;&nbsp;</td>"	+
		"<td align='left' valign='top' width='160'></td>"		+
		"<td align='left' valign='top'>"	+
		"<div id='solutions'>&nbsp;"	+ 

		linkS001	+ 
		"<br>&nbsp;" + 
		linkS003	+
		"<br>&nbsp;" + 
		linkS004	+

		"</div>"	+
		"</td>"	+
		"</tr>"	+
		
		"<tr>"	+
		"<td>&nbsp;&nbsp;</td>"	+
		"<td align='left' valign='top'></td>"	+
		"<td align='left' valign='top'>"	+
		"<div id='papers'>&nbsp;"	+

		linkP004	+
		"<br>&nbsp;" + 
		linkP001	+
		"<br>&nbsp;" + 
		linkS002	+
		"<br>&nbsp;" + 
		linkP002	+

		"</div>"	+
		"</td>"	+
		"</tr>"	+

		"<tr>"	+
		"<td>&nbsp;&nbsp;</td>"	+
		"<td align='left' valign='top'></td>"	+
		"<td align='left' valign='top'>"	+
		"<div id='layers'>&nbsp;"	+

		linkF001	+
		"<br>&nbsp;" + 
		linkF002	+
		"<br>&nbsp;" + 
		linkF003	+
		"<br>&nbsp;" + 


		"</div>"	+
		"</td>"	+
		"</tr>"	+
		"</table>"	+
		"</div>";
		



function switchDiv(c)
  {
  document.all("yoBaby").className = "youseBabyB";
  document.all("yoBaby").innerHTML = mainNav;
  }
		
//-->		