function showtitle(currentPage)
{
	document.write('<link href="./style.css" rel="stylesheet" type="text/css">')
	document.write('<table border="0" cellpadding="15" cellspacing="0" width="705" height="60" align="center">')
	document.write('<tr>')
	document.write('<td background="./images/header_bg.jpg" valign="bottom" align="left">') 
	document.write('<div class="bigtitle">Chao-Chin Chou</div>') 
	document.write('</td></tr>')
	document.write('</table>') 
    //menu
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="700" align="center">')
	document.write('<tr><td align="center">')
    document.write('<a class="left-menu" href="./index.html">Home</a>')
	document.write('</td>')
	document.write('<td class="left-menu" align="center">')
	document.write('<a href="./edu.html">Education</a>')
	document.write('</td>')
	document.write('<td class="left-menu" align="center">')
	document.write('<a href="./employ.html">Employment</a>')
	document.write('</td>')
	document.write('<td class="left-menu" align="center">')
	document.write('<a href="./research.html">Research</a>')
	document.write('</td>')
	document.write('<td class="left-menu" align="center">')
	document.write('<a href="./activity.html">Activities</a>')
	//document.write('</td>')
	//document.write('<tr><td class="left-menu" align="center">')
	//document.write('<a href="./links.html">Useful Links</a>')
	document.write('</td></tr>')
	document.write('<tr><td class="left-menu" align="center" colspan="5">')
	document.write('<hr>')	
	document.write('</td></tr>')
	document.write('</table>')
}

function footnote()
{
	document.write('<table border="0" cellpadding="10" cellspacing="0" width="703" height="30"  align="center">')
	document.write('<tr><td background="./images/footer_bg.jpg" class="style2" align="center">')
	document.write('last updated: 2008/4/2')
	document.write('</td></tr>')
	document.write('</table>')
}

function googleScholarV()
{
	document.write('<!-- Google Scholar -->')
	document.write('<form method="get" action="http://scholar.google.com/scholar">')
	document.write('<table bgcolor="#FFFFFF">')
	document.write('<tr>')
	document.write('<td align="center"><a href="http://scholar.google.com/"> <img src="http://scholar.google.com/scholar/scholar_sm.gif" alt="Google Scholar" width="105" height="40" border="0" align="absmiddle" /></a><br />')
	document.write('<input type="hidden" name="hl" value="en">')
	document.write('<input type="text" name="q" size="15" maxlength="255" value="" /><br />')
	document.write('<input type="submit" name="btnG" value="Search" />')
	document.write('</td>')
	document.write('</tr>')
	document.write('</table>')
	document.write('</form>')
	document.write('<!-- Google Scholar -->')
}

function googleScholarH()
{
	document.write('<!-- Google Scholar -->')
	document.write('<form method="get" action="http://scholar.google.com/scholar">')
	document.write('<table bgcolor="#FFFFFF">')
	document.write('<tr>')
	document.write('<td><a href="http://scholar.google.com/"> <img src="http://scholar.google.com/scholar/scholar_sm.gif" alt="Google Scholar" width="105" height="40" border="0" align="absmiddle" /></a>')
	document.write('<input type="hidden" name="hl" value="en">')
	document.write('<input type="text" name="q" size="25" maxlength="255" value="" />')
	document.write('<input type="submit" name="btnG" value="Search" />')
	document.write('</td>')
	document.write('</tr>')
	document.write('</table>')
	document.write('</form>')
	document.write('<!-- Google Scholar -->')
}

