<!--
function picfunk(picnum)
    {  
    
var openwin=window.open("", "_blank", "height=450,width=490,scrollbars=yes");

openwin.document.write("<html>")
openwin.document.write("<title>Bard in China | Picture</title>")
openwin.document.write("<body bgcolor='#FFFFFF' text='#000000' link='#CC0033' vlink='#CC9933' alink='#CC9933' background='../images/bg.gif' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>")
openwin.document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td height='78' align='left' valign='top'><a href='../' target='mainwin'><img src='../images/head.gif' alt='Bard in China Program' width='212' height='78' hspace='0' vspace='0' border='0'></a></td></tr>")
openwin.document.write("<tr><td height='3' bgcolor='#CC0000'><img src='../images/spacer.gif' alt='' width='20' height='3' hspace='0' vspace='0'></td></tr></table><br>")
openwin.document.write("<center>")
openwin.document.write("<font size='2'face='Verdana, Arial, Helvetica, sans-serif'>")
openwin.document.write("<img src='images/pic" + picnum + ".jpg' alt='picture' " + size_pic[picnum] + " hspace='0' vspace='0'><br><br>")
openwin.document.write(caption_pic[picnum])
openwin.document.write("<br><br><a href='#' onClick='self.close()'>Close this window</a><br><br></font>")
openwin.document.write("</center>")
openwin.document.write("</html>")

    }
    
// -->