document.writeln("<select id='Laptop Size' style='width:138px;font-size:10px' onChange=\"if(this.selectedIndex!=0) myref = window.open(''+this.options[this.selectedIndex].value,'_blank')\">");
document.writeln("<option value='' selected>Select Screen Size");
document.writeln("<option value='/Departments/Guide-/Laptop-Bag-Finder/170-Inch-Screen.aspx'>17 inch Screen");
document.writeln("<option value='/Departments/Guide-/Laptop-Bag-Finder/154-Inch-Screen.aspx'>15.4 inch Screen");
document.writeln("<option value='/Departments/Guide-/Laptop-Bag-Finder/151-Inch-Screen.aspx'>15.1 inch Screen");
document.writeln("<option value='/Departments/Guide-/Laptop-Bag-Finder/141-Inch-Screen.aspx'>14.1 inch Screen");
document.writeln("<option value='/Departments/Guide-/Laptop-Bag-Finder/121-Inch-Screen.aspx'>12.1 inch Screen");
document.writeln("<option value='/Departments/Guide-/Laptop-Bag-Finder/106-Inch-Screen.aspx'>10.6 inch Screen");
document.writeln("</select>");


