web_root = '/'

function showPlot(plotkey) {
	window.open('showplot.php?plotkey='+plotkey, 
              'plotkey', 
              'width=500, height=600, scrollbars=yes,resizable=yes')
}

function showMatches(code) {
	window.open(web_root+'data/showmatches.php?code='+code, 
              'code', 
              'width=300,height=300,scrollbars=yes,resizable=yes')
}
