var fDesc=new Array(); fDesc[0] = "When you are browsing the web you can only use a section of your screen. Have you ever thought that that's a waste? The concept of the "Sushi Browser" is wanting to utilize the screen to the maximum capacity just by a simple operation. Its goal is to be as fantastic as sushi. Equipped with a native-implemented high-speed advertisement block.

Video download: when downloading video and music information, the download link is displayed automatically. Parallel download: for 1 file it can download with a maximum of 16 parallel downloads. It can use mouse gestures from Chrome's extension features. Even in Mac and Linux, it can be used with the same operability as in Windows.Download function"; 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 = ''; } }