<!--

function ProfSiuTitle()
{
document.write("<table border=0 cellpadding=0 width='100%' cellspacing=0>");
document.write("<tr>");
document.write("<td width=100% nowrap>&nbsp;</td>");
document.write("<td nowrap style='text-align:right; font-size:18.0pt; font-weight:bold;font-family:Arial;color:#505092'>Professor Wan-Chi Siu<td>");
document.write("<td width=20 nowrap>&nbsp;</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td width=100% nowrap>&nbsp;</td>");
document.write("<td nowrap style='text-align:right; font-size:10.0pt;font-family:Arial;'>MPhil, PhD, DIC, CEng, FHKIE, FIEE, SrMIEEE</td>");
document.write("<td width=20 nowrap>&nbsp;</td>");
document.write("</table>");
document.write("<hr size=2 width='100%' align=center>");
}

function LeftMenuItem(str, url)
{
	document.write("<tr><td class=LeftMenuItem><a target=MainFrame class=LeftMenuItem href='");
	document.write(url);
	document.write("'>");
	document.write(str);
	document.write("</a></td></tr>");
}

function LeftMenuItemTop(str, url)
{
	document.write("<tr><td class=LeftMenuItem><a target=_top class=LeftMenuItem href='");
	document.write(url);
	document.write("'>");
	document.write(str);
	document.write("</a></td></tr>");
}

function LeftMenuSep(str, url)
{
	document.write("<tr><td class=LeftMenuSep>");
	if(url.length > 0) 
	{
		document.write("<a  target=MainFrame href='");
		document.write(url);
		document.write("'>");
	}	
	if(str.length > 0)
		document.write(str);	
	else
		document.write("&nbsp;");
		
	if(url.length > 0)
		document.write("</a>");
	
	document.write("</td></tr>");
}

function LeftMenu()
{
  document.write("<div id='LeftMenu' name='LeftMenu' style='background: #eeeeee; width: 180px; height: 0px; display:block; position: absolute; top: 0px; left: 0px;'>");
  document.write("<table border=0 cellpadding=0 width='100%' cellspacing=1>");

  LeftMenuSep("Front Page", "mybio.htm");
  LeftMenuItem("Professor Siu (Bio)", "mybio.htm");
  LeftMenuItem("Recent Publications", "mypubl.htm");
  LeftMenuItem("Recent Activities and Professional Services", "myacti.htm");
  LeftMenuItem("Photo Album", "photos.htm");
  LeftMenuItem("Sample Presentations", "presentations.htm");
  
  LeftMenuSep("", "");
  LeftMenuItem("My Teaching <BR>Subjects (Siu)", "teaching.htm");
  LeftMenuItem("Sample Flash Demonstration (Siu)", "flash.htm");
  LeftMenuItem("Recruitment (Siu)", "recruitment.htm");

  LeftMenuSep("To Students taking", "");
  LeftMenuItem("DSP", "EIE413/EIE413.htm");
  LeftMenuItem("VTech", "EIE546/EIE546.htm");
  LeftMenuItem("DSP (MSc)", "EIE541/EIE541.htm");
  LeftMenuItem("Final Year Project", "hdegreep/hdegreep.htm");
  
  LeftMenuSep("", "");
  LeftMenuItemTop("ICIP 2010", "http://www.icip2010.org/");
  LeftMenuItemTop("The Asia Pacific Signal and Information Processing Association (APSIPA)", "http://www.apsipa.org/");
  LeftMenuItemTop("The Centre for Multimedia Signal Processing (CMSP)", "http://cmsp.eie.polyu.edu.hk/");
  LeftMenuItemTop("The Department", "http://www.eie.polyu.edu.hk/");
  LeftMenuItemTop("The University", "http://www.polyu.edu.hk/");

  document.write("</table>");
  document.write("</div>");
 
 }

//-->