document.write('<select name="country" onChange="location=this.options[this.selectedIndex].value">')
document.write(' <option value="#" selected>Select Product</option>')
document.write(' <option value="http://eeepc.in" >EeePc</option>')
document.write(' <option value="http://eeepc.in/indexEeeBox.php" >EeeBox</option>')
document.write(' <option value="http://eeepc.in/indexEeeTop.php" >EeeTop</option>')
document.write('</select>  ')