function roptCheck(formcount){
opt1 = formcount.elements["itemname3"].value;

if(opt1.match("not selected")){
alert(opt1);
return false;
}
return true;
}
