// (c) 2007 Infragistics - Do NOT modify the content of this file
// Version 7.2.20072.160

if(document.body.igf_bootstrap!=="true"){function igScripts(root,srcs){for(var src in srcs){document.write('<script src="',root+"/"+"igf_"+srcs[src]+".js",'" type="text/JavaScript"><\/script>');}}
function igStyleSheets(root,srcs){for(var style in srcs){var link=document.createElement("link");link.href=root+"/"+"igf_"+srcs[style]+".css";link.rel='stylesheet';link.type='text/css';document.getElementsByTagName('head')[0].appendChild(link);}}
function igBootstrap(scriptUrl,cssUrl){if(document.body.igf_bootstrapped!=="true"){igScripts(scriptUrl,["core","ui","bar","date","grid","input","menu","tab","tree"]);igStyleSheets(cssUrl,["bar","grid","input","menu","shared","tab","tree"]);document.body.igf_bootstrapped="true";}}
document.body.igf_bootstrap="true";}