function cmMiniText (str)
{
	var hrStyle = ' style="border: #000099 1px inset" ';
	return [_cmNoAction, '<td nowrap="nowrap" colspan="3"><table width=100%><tr><td><hr width="20px"' + hrStyle + '/></td><td nowrap="nowrap" style="font-size: 70%; color: #000099">' + str + '</td><td width="80%"><hr' + hrStyle + '/></td></tr></table></td>'];
}
var panel =
[
	cmMiniText ("ATVA2004"),
	[null, 'Call for Papers', 'under.html', '_self', null],
	[null, 'Venue', 'http://www.ee.ntu.edu.tw', '_blank', null],
	[null, 'Organization', 'org.html', '_self', null],
	[null, 'Theme', 'under.html', '_self', null],
	[null, 'Program', 'program.html', '_self', null],
	[null, 'Keynote Speakers', null , null , null,
		[null, 'Bob Kurshan', null, null, null],
		[null, 'Rajeev Alur', 'http://www.cis.upenn.edu/~alur/', '_blank', null],
		[null, 'Pei-Hsin Ho', 'http://www.geocities.com/pho888/', '_blank', null],	
	],
	[null, 'Registration', 'rf.pdf', '_blank', null],
	[null, 'Paper submission', 'overdue.html', '_self', null],
	[null, 'Accepted papers', 'accepted.html', '_self', null],
	[null, 'Participant', 'participant.html', '_self', null],
	[null, 'Photos', 'http://cc.ee.ntu.edu.tw/~atva04/gallery/', '_blank', null],
	[null, 'Accommodation', 'hotellist.html', '_self', null],
	[null, 'Maps', null, null, null,
		[null, 'campus(PDF)', 'campus.pdf', '_blank', null],
		[null, 'campus(PPT)', 'campus.ppt', '_blank', null],
	],
	[null, 'Transportations', 'trans.html', '_self', null],
	[null, 'Miscellaneous', 'misc.html', '_self', null],
	cmMiniText ("Home"),
	[null, 'Home', 'news.html', '_self', null],
	cmMiniText ("Sponsors"),
];
