
//this function includes all necessary js files for the application
function include(file) {
	document.write('<' + 'script');
	document.write(' language="javascript"');
	document.write(' type="text/javascript"');
	document.write(' src="' + file + '">');
	document.write('</' + 'script' + '>');
}

include("theme/lib/curvyCorners/rounded_corners_lite.inc.js");

include("theme/lib/dhtmlxGrid/js/dhtmlXCommon.js");

include("theme/lib/dhtmlxGrid/js/dhtmlXGrid.js");
include("theme/lib/dhtmlxGrid/js/dhtmlXGridCell.js");
include("theme/lib/dhtmlxGrid/js/dhtmlXGrid_excell_link.js");
include("theme/lib/dhtmlxGrid/js/dhtmlXGrid_srnd.js");

include("theme/lib/getElementsBySelector.js");

include("theme/lib/jmol/Jmol.js");

include("theme/lib/qTip.js");

include("theme/structure.js");

// vi:nowrap:sw=4:ts=4
