function displayWindow(url, width, height) {var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + '','resizable=yes,scrollbars=yes,menubar=no' );}

function include(scripts) {
    document.write('<script type="text/javascript" src="'+scripts+'"></script>');
}

include('js/jquery.js');
include('js/tag.js');
include('js/menu.js');
include('js/tip.js');
include('js/select.js');
include('js/others.js');
include('js/jquery.livequery.js');
include('js/append.js');
include('js/dynamicMenu.js');
include('https://apis.google.com/js/plusone.js');
//include('fckeditor/fckeditor.js');
