Holds 13'' Slimline Laptop OfficeAnywhere ™-Organized, efficient and ready to work wherever you go Smart Organization™ - A Place for Everything Top-loading design offers easy access to computer and files Form-fit, impact resistant protection Fits laptops: 12.3" x 9.8" x 1.5" Weight: 3 lbs, 8 oz function alertMe(pid) { window.location.href="/info/index.cfm?fuseaction=AlertMe&productid=" + pid; } function quantityCheck() { SelectedText = document.colorform.ProductID[document.colorform.ProductID.selectedIndex].text; //Search the text of the selected item if (SelectedText.search(/.*OutsOfsStock.*/i) > -1) { alert("We're Sorry.nThis color is currently out of stock.nPlease choose another color."); return false; } if (SelectedText.search(/.*NotsAvailablesinsUS*/i) > -1) { alert("We're Sorry.nThis color is not available for sale in the US.nPlease choose another color."); return false; } } function chbutton() { SelectedText = document.colorform.ProductID[document.colorform.ProductID.selectedIndex].text; if (SelectedText.search(/.*OutsOfsStock.*/i) > -1) { AMButton=document.getElementById("AlertMeButton"); AMButton.style.display="inline"; } else { AMButton=document.getElementById("AlertMeButton"); AMButton.style.display="none"; } } function loadAlert() { SelectedText = document.colorform.ProductID[document.colorform.ProductID.selectedIndex].text; if (SelectedText) { if (SelectedText.search(/.*OutsOfsStock.*/i) > -1){ AMButton=document.getElementById("AlertMeButton"); AMButton.style.display="inline"; } else { AMButton=document.getElementById("AlertMeButton"); AMButton.style.display="none"; } } }