function importScript(url){
    var tag = document.createElement("script");
    tag.type="text/javascript";
    tag.src = url;
    document.body.appendChild(tag);
}

$(document).ready(function() {
	importScript("components/js/swfIN/swfIN.js");
	importScript("components/js/show_expand.js");
});

