function loadTelepostMovie( swf ) {
    $( '#swf' ).html(
        '<embed width="450" height="280" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.nevma.gr/img/portfolio/telepost_flash/' + swf + '" play="true" loop="true" menu="true"></embed>'
    );
}

