//Note: this script uses jQuery, make sure the jQuery library is loaded before this script! ~/_scripts/jQuery.js
$(document).ready(function()
{
});

function load_flash_categories(language) {
    var so1 = new SWFObject("/_flash/navigatie.swf?path=/_config/&lang=_" + language.toLowerCase(), "navigation2", "210", "300", "7");
    so1.write("FlashIcons");
}