var fDesc=new Array();
fDesc[0] = "hen you buy a new computer, transferring all of the files, photos, videos and settings from your old PC can be a time-consuming hassle. It doesn’t have to be: Samsung Easy Migration helps make it quick and easy.
With its simple, point-and-click process, Easy Migration collects your documents, photos, music and even Web browser favorites and transfers them to the appropriate folders on your new PC. When it’s done, you’ll find everything in the same place it was on your old computer. Simply specify the types of files you want to move, and Easy Migration does the rest.
What’s more, Easy Migration quickly transfers your selected key settings from your old PC to your new Samsung laptop along with your files. You won’t have to waste time reconfiguring icons, adding words to custom dictionaries, changing default fonts and tweaking other settings after you upgrade.";
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 = '';
}
}