var fDesc=new Array();
fDesc[0] = "You use internet more and more.
Bookmarked sites contents change or disappear.
Sometimes, totally gone to nowhere.
Bookmarked information become obsolete
InternetScrap is Mr. Fixit for it.
What is InternetScrap
- Capture bookmark + whole webpage as a jpg file.
Characteristics
- You can manage bookmarks and screen shots at the same time with one jpg
- You can see a jpg in web browser and easily move to the original site
- You can scrap and search with InternetScrap toolbar
- You can crop captured image easily.
- You can send the scraped image through email
- You can use the auto-scrap for the existed bookmarks
Strength
- Older bookmark system only saves Web URL, but it saves both URL and screen shots.
- Slow sites, like foreign sites, it quickly searches with saved scraps.
- You can search older versions in spite of site changes
- You can search with scraped images even though sites are gone or closed.
- It saves shopping history or even replies as they were
- No need printing out pages that going back is impossible like payment page
Main options
- Select areas for scrap (whole screen or present page)
- Select JPG saving Quality (30% ~ 99%)
- Select folders for saving scraps";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}