
 function openfigures(popurl){
	 /*
	 These are the beginning and end tags for this .js code if you were to include it in a .html page.
	<script type="text/JavaScript">
	</script>
	*/
	//popurl="/WWW/Research/Contrib/html/"+popurl+".html";
    //width height location menubar resizable scrollbars status toolbar
    winpops=window.open(popurl,"figures_popup","width=500,height=300,screenX=100,screenY=100,top=100,left=100,resizable=1,scrollbars=1")
        
    winpops.focus();
	
}
