function launchwin(url, width, height)
    {
    var params = "width=" + width + ",height=" + height + ",resizable=no,status=no,toolbar=no,scrollbars=no"
    window.open(url,"",params)
}

AC_FL_RunContent = 0;
    
function imgSwap(id, source) {
    document.getElementById(id).src = source;
}