// JavaScript for Flash
function changeCSS( target, file ){
    //alert( target );
    alert( file );
    document.getElementById(target).href = file;
}
