var urlValues=''; function check_product_options() { var index = document.products.item_1_sku.value; if(index == 'select') { alert("Please select a style for the item to purchase in the dropdown window above. " ); return false; } else{ return true; } }