function verify_dropdown_option(option){
	if(option==''){
		return false;
	} else {
		return true;
	}
}
