﻿function copyInputFilePath(obj, target) {
    document.getElementById(target).value = obj.value;
}

$j = jQuery.noConflict();  
$j(document).ready(function() {  
    $j('#flickBar a').lightBox({fixedNavigation:true});
});  
