function show(param) {
    var flash = $('#'+param).find('param[name="src"]').val();    
    $.prettyPhoto.open(flash);
}
