<!--
function addIEFavorite() {
  if (window.external) {
    external.AddFavorite('http://www.laptopnotebook.net', 'Laptop-Notebook.net, batteries, car adapters, ac power adapters, hard drives, and more.')
	}
  else {
    alert("Oops, your browser doesn't support this feature.\n" +
	"If you are using Netscape Navigator, click Bookmarks\n" +
	"and then Add Bookmark to add this site to your favorites.");
	}
}
// -->
function launchwindow3(url)
{
window.open(url,"Toshiba3","width=625,height=525,left=0,top=0,scrollbars=no,resizable=no,menubar=0");
}