Web Sync
Never lose a card again! ScanBizCards includes a service to automatically upload new cards or edits to existing cards to a web-based personal account. But this is just the tip of the iceberg … Web Sync includes so much more:

How about taking a peek right now? Click to our totalPics) nextPic = 1; $("#f"+curPic).fadeOut("normal",null); $("#f"+nextPic).fadeIn("normal",null); curPic = nextPic; picTimer = setTimeout("rotatePics()",picSpeed); } $(document).ready(function() { $("#pause, #resume").css({"opacity":0}); picTimer = setTimeout("rotatePics()",picSpeed); $("#iphone").hover(function() { if (playing) $("#pause").stop().animate({ opacity: 1}, 500); else $("#resume").stop().animate({ opacity: 1}, 500); },function() { if (playing) $("#pause").stop().animate({ opacity: 0}, 500); else $("#resume").stop().animate({ opacity: 0}, 500); }); $("#iphone").click(function() { if (playing) { $("#pause").stop().animate({ opacity: 0}, 500); $("#resume").stop().animate({ opacity: 1}, 500); clearTimeout(picTimer); playing = false; } else { $("#resume").stop().animate({ opacity: 0}, 500); $("#pause").stop().animate({ opacity: 1}, 500); rotatePics(); playing = true; } }); });